By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-04-11T05:20:43.850Z||main|||||INFO|500||The following profiles are active: basic
2022-04-11T05:21:05.551Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-11T05:21:05.552Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-11T05:21:05.720Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-11T05:21:13.086Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-11T05:21:13.854Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-11T05:21:14.880Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-11T05:21:14.900Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-11T05:21:15.090Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-11T05:21:15.501Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-11T05:21:16.617Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-11T05:21:19.475Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-11T05:21:23.495Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-11T05:21:23.570Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-11T05:21:24.416Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-11T05:21:24.754Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-11T05:21:26.444Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-11T05:21:28.048Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-11T05:21:28.074Z||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-04-11T05:21:28.075Z||main|||||WARN|500||The sdc end point is not alive
2022-04-11T05:21:32.379Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-11T05:21:36.759Z||main|||||WARN|500||---
2022-04-11T05:21:36.760Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-11T05:21:36.760Z||main|||||WARN|500||---
2022-04-11T05:21:37.312Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-11T05:21:43.963Z||main|||||INFO|500||Started Application in 65.234 seconds (JVM running for 68.869)
2022-04-11T05:21:43.981Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-11T05:21:43.983Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-11T05:21:43.997Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-11T05:21:44.028Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-11T05:21:44.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80fc04c9-1d8a-4871-a2b0-e3722c784801 url= /sdc/v1/artifactTypes
2022-04-11T05:21:44.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-11T05:21:44.498Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-11T05:21:44.540Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-11T05:21:44.568Z||scheduling-1|||||DEBUG|500||create keys
2022-04-11T05:21:44.577Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-11T05:21:44.607Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:21:44.636Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 394459d0-f8b5-4db7-946a-dab7f6ea788d url= /sdc/v1/registerForDistribution
2022-04-11T05:21:44.812Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 394459d0-f8b5-4db7-946a-dab7f6ea788d url= /sdc/v1/registerForDistribution
2022-04-11T05:21:44.812Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-11T05:21:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:21:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:21:44.837Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-11T05:21:44.849Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:21:44.850Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:21:44.853Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:21:44.854Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:21:55.156Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:21:55.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:22:44.822Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:22:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:22:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:22:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:22:44.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:22:44.829Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:22:54.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:22:54.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:23:44.822Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:23:44.823Z||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-04-11T05:23:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:23:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:23:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:23:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:23:54.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:23:54.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:24:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:24:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:24:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:24:44.825Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:24:44.826Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:24:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:24:54.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:24:54.377Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:25:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:25:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:25:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:25:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:25:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:25:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:25:54.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:25:54.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:26:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:26:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:26:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:26:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:26:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:26:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:26:54.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:26:54.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:27:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:27:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:27:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:27:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:27:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:27:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:27:54.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:27:54.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:28:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:28:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:28:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:28:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:28:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:28:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:28:54.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:28:54.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:29:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:29:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:29:44.827Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:29:44.828Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:29:44.829Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:29:44.829Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:29:54.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:29:54.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:30:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:30:44.823Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:30:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:30:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:30:44.825Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:30:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:30:54.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:30:54.366Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:31:30.857Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-11T05:31:44.821Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:31:44.822Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:31:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:31:44.826Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:31:44.826Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:31:44.827Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:31:54.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:31:54.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:32:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:32:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:32:44.822Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:32:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:32:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:32:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:32:54.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:32:54.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:33:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:33:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:33:44.822Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:33:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:33:44.824Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:33:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:33:54.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:33:54.388Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:34:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:34:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:34:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:34:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:34:44.825Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:34:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:34:54.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:34:54.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:35:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:35:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:35:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:35:44.825Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:35:44.826Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:35:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:35:54.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:35:54.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:36:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:36:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:36:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:36:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:36:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:36:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:36:54.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:36:54.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:37:44.822Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:37:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:37:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:37:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:37:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:37:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:37:54.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:37:54.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:38:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:38:44.822Z||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-04-11T05:38:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:38:44.825Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:38:44.826Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:38:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:38:54.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:38:54.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:39:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:39:44.822Z||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-04-11T05:39:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:39:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:39:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:39:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:39:54.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:39:54.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:40:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:40:44.822Z||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-04-11T05:40:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:40:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:40:44.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:40:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:40:54.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:40:54.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:41:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:41:44.822Z||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-04-11T05:41:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:41:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:41:44.824Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:41:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:41:54.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:41:54.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:42:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:42:44.822Z||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-04-11T05:42:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:42:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:42:44.825Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:42:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:42:54.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:42:54.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:43:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:43:44.823Z||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-04-11T05:43:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:43:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:43:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:43:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:43:54.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:43:54.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:44:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:44:44.822Z||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-04-11T05:44:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:44:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:44:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:44:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:44:54.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:44:54.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:45:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:45:44.822Z||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-04-11T05:45:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:45:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:45:44.824Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:45:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:45:54.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:45:54.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:46:44.822Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:46:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:46:44.825Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:46:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:46:44.825Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:46:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:46:54.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:46:54.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:47:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:47:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:47:44.823Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:47:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:47:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:47:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:47:54.378Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:47:54.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:48:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:48:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:48:44.822Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:48:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:48:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:48:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:48:54.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:48:54.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:49:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:49:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:49:44.822Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:49:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:49:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:49:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:49:54.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:49:54.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:50:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:50:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:50:44.822Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:50:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:50:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:50:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:50:54.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:50:54.369Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:51:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:51:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:51:44.822Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:51:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:51:44.824Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:51:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:51:54.373Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:51:54.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:52:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:52:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:52:44.822Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T05:52:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:52:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:52:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:52:54.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:52:54.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:53:44.821Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:53:44.822Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:53:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:53:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:53:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:53:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:53:54.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:53:54.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:54:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:54:44.823Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:54:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:54:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:54:44.825Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:54:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:54:54.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:54:54.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:55:44.822Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:55:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:55:44.826Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:55:44.826Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:55:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:55:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:55:54.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:55:54.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:56:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:56:44.823Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:56:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:56:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:56:44.824Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:56:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:56:54.364Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:56:54.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:57:44.821Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:57:44.822Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:57:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:57:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:57:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:57:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:57:54.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:57:54.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:58:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:58:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:58:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:58:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:58:44.826Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:58:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:58:54.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:58:54.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:59:44.823Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:59:44.824Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:59:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T05:59:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:59:44.825Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T05:59:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T05:59:54.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T05:59:54.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:00:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:00:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:00:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:00:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:00:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:00:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:00:54.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:00:54.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:01:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:01:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:01:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:01:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:01:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:01:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:01:54.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:01:54.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:02:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:02:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:02:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:02:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:02:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:02:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:02:54.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:02:54.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:03:44.821Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:03:44.822Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:03:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:03:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:03:44.824Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:03:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:03:54.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:03:54.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:04:44.822Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:04:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:04:44.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:04:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:04:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:04:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:04:54.374Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:04:54.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:05:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:05:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:05:44.823Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:05:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:05:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:05:44.827Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:05:54.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:05:54.387Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:06:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:06:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:06:44.823Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:06:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:06:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:06:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:06:54.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:06:54.372Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:07:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:07:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:07:44.822Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:07:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:07:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:07:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:07:54.365Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:07:54.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:08:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:08:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:08:44.822Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:08:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:08:44.824Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:08:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:08:54.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:08:54.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:09:44.821Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:09:44.822Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:09:44.822Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:09:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:09:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:09:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:09:54.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:09:54.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:10:44.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:10:44.822Z||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-04-11T06:10:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:10:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:10:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:10:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:10:54.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:10:54.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:11:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:11:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:11:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:11:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:11:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:11:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:11:54.373Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:11:54.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:12:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:12:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:12:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:12:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:12:44.824Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:12:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:12:54.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:12:54.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:13:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:13:44.823Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:13:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:13:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:13:44.824Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:13:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:13:54.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:13:54.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:14:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:14:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:14:44.825Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:14:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:14:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:14:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:14:54.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:14:54.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:15:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:15:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:15:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:15:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:15:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:15:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:15:54.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:15:54.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:16:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:16:44.823Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:16:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:16:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:16:44.824Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:16:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:16:54.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:16:54.375Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:17:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:17:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:17:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:17:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:17:44.825Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:17:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:17:54.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:17:54.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:18:44.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:18:44.822Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:18:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:18:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:18:44.825Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:18:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:18:54.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:18:54.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:19:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:19:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:19:44.823Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:19:44.825Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:19:44.825Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:19:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:19:54.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:19:54.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:20:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:20:44.823Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:20:44.823Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:20:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:20:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:20:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:20:54.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:20:54.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:21:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:21:44.823Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:21:44.823Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:21:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:21:44.825Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:21:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:21:54.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:21:54.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:22:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:22:44.822Z||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-04-11T06:22:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:22:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:22:44.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:22:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:22:54.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:22:54.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:23:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:23:44.823Z||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-04-11T06:23:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:23:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:23:44.824Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:23:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:23:54.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:23:54.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:24:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:24:44.822Z||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-04-11T06:24:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:24:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:24:44.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:24:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:24:54.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:24:54.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:25:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:25:44.822Z||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-04-11T06:25:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:25:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:25:44.827Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:25:44.827Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:25:54.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:25:54.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:26:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:26:44.822Z||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-04-11T06:26:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:26:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:26:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:26:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:26:54.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:26:54.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:27:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:27:44.822Z||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-04-11T06:27:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:27:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:27:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:27:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:27:54.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:27:54.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:28:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:28:44.822Z||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-04-11T06:28:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:28:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:28:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:28:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:28:54.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:28:54.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:29:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:29:44.822Z||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-04-11T06:29:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:29:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:29:44.824Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:29:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:29:54.366Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:29:54.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:30:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:30:44.822Z||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-04-11T06:30:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:30:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:30:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:30:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:30:54.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:30:54.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:31:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:31:44.823Z||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-04-11T06:31:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:31:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:31:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:31:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:31:54.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:31:54.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:32:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:32:44.822Z||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-04-11T06:32:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:32:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:32:44.824Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:32:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:32:54.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:32:54.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:33:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:33:44.822Z||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-04-11T06:33:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:33:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:33:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:33:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:33:54.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:33:54.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:34:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:34:44.823Z||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-04-11T06:34:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:34:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:34:44.826Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:34:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:34:54.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:34:54.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:35:44.824Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:35:44.825Z||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-04-11T06:35:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:35:44.828Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:35:44.829Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:35:44.829Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:35:54.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:35:54.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:36:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:36:44.822Z||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-04-11T06:36:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:36:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:36:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:36:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:36:54.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:36:54.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:37:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:37:44.823Z||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-04-11T06:37:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:37:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:37:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:37:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:37:54.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:37:54.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:38:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:38:44.822Z||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-04-11T06:38:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:38:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:38:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:38:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:38:54.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:38:54.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:39:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:39:44.822Z||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-04-11T06:39:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:39:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:39:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:39:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:39:54.363Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:39:54.367Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:40:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:40:44.822Z||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-04-11T06:40:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:40:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:40:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:40:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:40:54.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:40:54.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:41:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:41:44.823Z||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-04-11T06:41:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:41:44.824Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:41:44.824Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:41:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:41:54.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:41:54.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:42:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:42:44.823Z||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-04-11T06:42:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:42:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:42:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:42:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:42:54.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:42:54.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:43:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:43:44.822Z||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-04-11T06:43:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:43:44.824Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:43:44.825Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:43:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:43:54.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:43:54.361Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:44:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:44:44.822Z||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-04-11T06:44:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:44:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:44:44.824Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:44:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:44:54.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:44:54.366Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:45:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:45:44.822Z||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-04-11T06:45:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:45:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:45:44.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:45:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:45:54.363Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:45:54.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:46:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:46:44.822Z||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-04-11T06:46:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:46:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:46:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:46:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:46:54.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:46:54.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:47:23.742Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T06:47:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:47:44.822Z||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-04-11T06:47:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:47:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:47:44.826Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:47:44.826Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:47:54.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:47:54.366Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:48:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:48:44.822Z||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-04-11T06:48:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:48:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:48:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:48:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:48:54.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:48:54.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:49:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:49:44.822Z||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-04-11T06:49:44.823Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:49:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:49:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:49:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:49:54.364Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:49:54.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:50:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:50:44.822Z||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-04-11T06:50:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:50:44.824Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:50:44.824Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:50:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:50:54.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:50:54.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:51:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:51:44.822Z||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-04-11T06:51:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:51:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:51:44.825Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:51:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:51:54.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:51:54.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:52:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:52:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:52:44.824Z||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-04-11T06:52:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:52:44.825Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:52:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:52:54.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:52:54.388Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:53:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:53:44.822Z||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-04-11T06:53:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:53:44.824Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:53:44.825Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:53:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:53:54.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:53:54.384Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:44.821Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:54:44.822Z||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-04-11T06:54:44.822Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:54:44.825Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:54:44.825Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:54:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:54:45.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:45.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8306db9e-e1e3-4886-8188-537dbf807db1","serviceName":"basic_onboard_nrCgLY","serviceVersion":"1.0","serviceUUID":"ffb7afab-57db-4883-99be-13f30199520e","serviceDescription":"service","serviceInvariantUUID":"4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e","resources":[{"resourceInstanceName":"basic_onboard_nrCgLY 0","resourceName":"basic_onboard_nrCgLY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c17444b-32b3-45bf-9c19-79f229f5d65a","resourceInvariantUUID":"69fd6b20-378b-4dfb-8f54-f18533596544","resourceCustomizationUUID":"c2867b3c-409f-4e7c-959f-a7d95a50debc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml","artifactChecksum":"NzUxMjZhN2Q1YTdmYzIzZTJiNDVmYjliNzBlYmFmYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94bcc92e-30c9-48ad-8498-a92c9c8072cd","artifactVersion":"1"},{"artifactName":"basic_onboard_nrcgly0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json","artifactChecksum":"MjUwYWFhNzAwZjE3YmJhMjZhNjkwYmE0NjdiNmNkMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2545285-6c4d-41ea-b1d8-cc9bc2be07c9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1ceda031-50be-4f06-bb23-d4ab243066c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"767d4941-2fe0-4e34-90e7-92d803aedf8e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8797632a-6ffb-4cea-b78f-73b9488e5e6b","artifactVersion":"2","generatedFromUUID":"1ceda031-50be-4f06-bb23-d4ab243066c8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNrcgly-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml","artifactChecksum":"Mjc5ZTczNGRkMGIzZTdhOWU3ODZlYjgzZTE5MTgyZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3ea7a3c-07bb-4037-a4df-6e804e5894a3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNrcgly-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar","artifactChecksum":"ZWMyYTI3OGQzOThiYzNlNDEwZTM2ZmE2OTkwM2Q0YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9679c02-75b6-4748-af8e-a1591839f2b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T06:54:45.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:45.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660058233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.468Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:45.475Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:45.491Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:45.492Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660049961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660052518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660058233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660049961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660052518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660058233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660049961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660052518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "cds",
"timestamp": 1649660062157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660058233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660052518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "cds",
"timestamp": 1649660062157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660049961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660058233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660052518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660049961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "cds",
"timestamp": 1649660062157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660063889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660064717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660058233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660052518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660049961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "cds",
"timestamp": 1649660062157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660063889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660064717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660058233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660052518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660049961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "cds",
"timestamp": 1649660062157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660063889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660065101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660064717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "cds",
"timestamp": 1649660062157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660063889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660065101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660064717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660067496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660067415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "cds",
"timestamp": 1649660062157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660063889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660065101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660064717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660068709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660063889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660065101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "cds",
"timestamp": 1649660070375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660064717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660063889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660065101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660069915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "cds",
"timestamp": 1649660071412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-04-11T06:54:45.589Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-04-11T06:54:45.593Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:45.593Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.605Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:45.607Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:45.766Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:45.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660064717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660065101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660071011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.838Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.838Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:45.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660071830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660072766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660065101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:45.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660072024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660072840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660072897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "policy-id",
"timestamp": 1649660073846,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.861Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.862Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T06:54:45.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660074921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:54:45.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "clamp",
"timestamp": 1649660075929,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.882Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.882Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:45.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660077486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:54:45.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660078493,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.895Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.896Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:45.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660079803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-11T06:54:45.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:54:45.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-11T06:54:45.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "aai-ml",
"timestamp": 1649660080810,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:54:45.911Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8306db9e-e1e3-4886-8188-537dbf807db1
2022-04-11T06:54:45.911Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8306db9e-e1e3-4886-8188-537dbf807db1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:54:46.510Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:46.511Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:46.514Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:46.514Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T06:54:46.614Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T06:54:46.615Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:46.616Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:46.630Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:46.631Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:47.515Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:47.516Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:47.519Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:47.519Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-11T06:54:47.619Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:47.621Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:47.621Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:47.639Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:47.641Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:48.520Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:48.521Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:48.523Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:48.523Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:48.624Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:48.625Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:48.625Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:48.637Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:48.638Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:54:49.525Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:49.525Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:49.527Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:49.528Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-11T06:54:49.628Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:49.629Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:49.629Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:49.643Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:49.644Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:50.528Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:50.529Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:50.531Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:50.532Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:54:50.632Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:50.633Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:50.633Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:50.653Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:50.654Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:54:51.532Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:54:51.533Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:51.535Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:51.536Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:54:51.636Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:51.637Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:51.637Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:51.650Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:51.651Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:52.538Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"serviceName": "basic_onboard_nrCgLY",
"serviceVersion": "1.0",
"serviceUUID": "ffb7afab-57db-4883-99be-13f30199520e",
"serviceDescription": "service",
"serviceInvariantUUID": "4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e",
"resources": [
{
"resourceInstanceName": "basic_onboard_nrCgLY 0",
"resourceCustomizationUUID": "c2867b3c-409f-4e7c-959f-a7d95a50debc",
"resourceName": "basic_onboard_nrCgLY",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8c17444b-32b3-45bf-9c19-79f229f5d65a",
"resourceInvariantUUID": "69fd6b20-378b-4dfb-8f54-f18533596544",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nrcgly0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"artifactChecksum": "MjUwYWFhNzAwZjE3YmJhMjZhNjkwYmE0NjdiNmNkMzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e2545285-6c4d-41ea-b1d8-cc9bc2be07c9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1ceda031-50be-4f06-bb23-d4ab243066c8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8797632a-6ffb-4cea-b78f-73b9488e5e6b",
"generatedFromUUID": "1ceda031-50be-4f06-bb23-d4ab243066c8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8797632a-6ffb-4cea-b78f-73b9488e5e6b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNrcgly-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"artifactChecksum": "ZWMyYTI3OGQzOThiYzNlNDEwZTM2ZmE2OTkwM2Q0YjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a9679c02-75b6-4748-af8e-a1591839f2b0"
}
],
"workloadContext": "Production"
}
2022-04-11T06:54:52.542Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T06:54:52.543Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ffb7afab-57db-4883-99be-13f30199520e ASDC
2022-04-11T06:54:52.742Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8306db9e-e1e3-4886-8188-537dbf807db1
ServiceName:basic_onboard_nrCgLY
ServiceVersion:1.0
ServiceUUID:ffb7afab-57db-4883-99be-13f30199520e
ServiceInvariantUUID:4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNrcgly-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
ArtifactUUID:a9679c02-75b6-4748-af8e-a1591839f2b0
ArtifactChecksum:ZWMyYTI3OGQzOThiYzNlNDEwZTM2ZmE2OTkwM2Q0YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nrCgLY 0
ResourceCustomizationUUID:c2867b3c-409f-4e7c-959f-a7d95a50debc
ResourceInvariantUUID:69fd6b20-378b-4dfb-8f54-f18533596544
ResourceName:basic_onboard_nrCgLY
ResourceType:VF
ResourceUUID:8c17444b-32b3-45bf-9c19-79f229f5d65a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nrcgly0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
ArtifactUUID:e2545285-6c4d-41ea-b1d8-cc9bc2be07c9
ArtifactChecksum:MjUwYWFhNzAwZjE3YmJhMjZhNjkwYmE0NjdiNmNkMzU=
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/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1ceda031-50be-4f06-bb23-d4ab243066c8
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/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
ArtifactUUID:8797632a-6ffb-4cea-b78f-73b9488e5e6b
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/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
ArtifactUUID:8797632a-6ffb-4cea-b78f-73b9488e5e6b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-11T06:54:52.743Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffb7afab-57db-4883-99be-13f30199520e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T06:54:52.853Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T06:54:52.856Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-11T06:54:52.858Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-11T06:54:52.859Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9679c02-75b6-4748-af8e-a1591839f2b0 from URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:52.859Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-11T06:54:52.862Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:53.307Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-11T06:54:53.324Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar a9679c02-75b6-4748-af8e-a1591839f2b0 71577
2022-04-11T06:54:53.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar ASDC sendASDCNotification
2022-04-11T06:54:53.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:53.329Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:54:53.330Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:53.332Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:53.333Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660093325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:53.433Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T06:54:53.434Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:53.434Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:53.446Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:53.447Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:54:54.333Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T06:54:54.335Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-11T06:54:54.336Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a9679c02-75b6-4748-af8e-a1591839f2b0, URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar to file: /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:54.337Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:54.459Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:54.459Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:55.301Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16309327602393117270/Definitions/service-BasicOnboardNrcgly-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-11T06:54:57.903Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T06:54:57.911Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-11T06:54:57.911Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.911Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-11T06:54:57.911Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nrCgLY 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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||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-BasicOnboardNrcgly-csar.csar
2022-04-11T06:54:57.912Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-11T06:54:57.920Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.923Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.930Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.931Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-11T06:54:57.933Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T06:54:57.935Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.936Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.936Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.936Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-11T06:54:57.937Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T06:54:57.937Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.939Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.943Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.944Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is not matching search criteria
2022-04-11T06:54:57.944Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-11T06:54:57.945Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-11T06:54:57.945Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-11T06:54:57.945Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T06:54:57.945Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T06:54:57.946Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.946Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T06:54:57.948Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.948Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.949Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:54:57.949Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.949Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.950Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:54:57.950Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.950Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:54:57.951Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:54:57.951Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.951Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is not matching search criteria
2022-04-11T06:54:57.957Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T06:54:57.957Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T06:54:57.958Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4e25639-fb7d-4e3e-abf8-f8b01b6aeb75
2022-04-11T06:54:57.958Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.958Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:54:57.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:54:57.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nrCgLY
Description:service
Model UUID:ffb7afab-57db-4883-99be-13f30199520e
Model Version:NULL
Model InvariantUuid:4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nrCgLY
Model UUID:db920f76-a584-4de6-aa90-484443232e9a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69fd6b20-378b-4dfb-8f54-f18533596544
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c2867b3c-409f-4e7c-959f-a7d95a50debc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:787ffcd0-a598-4a56-8be7-c7e887b6b789
ModelName:BasicOnboardNrcgly..base_ubuntu18..module-0
ModelUuid:35f4106c-ade9-4955-b7cf-c100da35f502
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d4e25639-fb7d-4e3e-abf8-f8b01b6aeb75
ModelInvariantUuid:03c7b0f2-c987-4bdc-9078-aeccb782dba5
ModelName:basic_onboard_nrCgLY-nodes.ubuntu18Cvfc
ModelUuid:e76736de-aa8a-40a2-a306-66cbec571a58
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:21d20a31-ca48-4d54-9669-30620a27a647
ModelInvariantUuid:0a2afedf-2f98-4a7d-a6bf-269e6930a328
ModelName:BasicOnboardNrcgly.compute.nodes.heat.ubuntu18
ModelUuid:32ca0a73-94ac-4b61-94b6-2d7c33ddf6db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T06:54:57.974Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c17444b-32b3-45bf-9c19-79f229f5d65a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:54:58.110Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||basic_onboard_nrCgLY 0
2022-04-11T06:54:58.123Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c17444b-32b3-45bf-9c19-79f229f5d65a
2022-04-11T06:54:58.123Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e2545285-6c4d-41ea-b1d8-cc9bc2be07c9 from URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
2022-04-11T06:54:58.123Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-11T06:54:58.124Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
2022-04-11T06:54:58.295Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-11T06:54:58.295Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json e2545285-6c4d-41ea-b1d8-cc9bc2be07c9 798
2022-04-11T06:54:58.296Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json ASDC sendASDCNotification
2022-04-11T06:54:58.296Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
2022-04-11T06:54:58.296Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:54:58.296Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:58.299Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:58.299Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660098296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:58.401Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:54:58.402Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:58.402Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:58.429Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:58.430Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":2,"count":1}
2022-04-11T06:54:59.300Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNrcgly..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "787ffcd0-a598-4a56-8be7-c7e887b6b789",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "35f4106c-ade9-4955-b7cf-c100da35f502",
"vfModuleModelCustomizationUUID": "4cf30a9b-135a-4d31-bf19-dba65661761c",
"isBase": true,
"artifacts": [
"1ceda031-50be-4f06-bb23-d4ab243066c8",
"8797632a-6ffb-4cea-b78f-73b9488e5e6b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-11T06:54:59.320Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrcgly..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:35f4106c-ade9-4955-b7cf-c100da35f502
VfModuleModelInvariantUUID:787ffcd0-a598-4a56-8be7-c7e887b6b789
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ceda031-50be-4f06-bb23-d4ab243066c8
,
8797632a-6ffb-4cea-b78f-73b9488e5e6b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-11T06:54:59.326Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNrcgly..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "787ffcd0-a598-4a56-8be7-c7e887b6b789",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "35f4106c-ade9-4955-b7cf-c100da35f502",
"vfModuleModelCustomizationUUID": "4cf30a9b-135a-4d31-bf19-dba65661761c",
"isBase": true,
"artifacts": [
"1ceda031-50be-4f06-bb23-d4ab243066c8",
"8797632a-6ffb-4cea-b78f-73b9488e5e6b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-11T06:54:59.326Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNrcgly..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:35f4106c-ade9-4955-b7cf-c100da35f502
VfModuleModelInvariantUUID:787ffcd0-a598-4a56-8be7-c7e887b6b789
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ceda031-50be-4f06-bb23-d4ab243066c8
,
8797632a-6ffb-4cea-b78f-73b9488e5e6b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-11T06:54:59.326Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ceda031-50be-4f06-bb23-d4ab243066c8 from URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
2022-04-11T06:54:59.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-11T06:54:59.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
2022-04-11T06:54:59.497Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml 1ceda031-50be-4f06-bb23-d4ab243066c8 5033
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:54:59.498Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:54:59.501Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:54:59.501Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660099498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:54:59.604Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-11T06:54:59.605Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:54:59.605Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:54:59.624Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:54:59.626Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:55:00.502Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8797632a-6ffb-4cea-b78f-73b9488e5e6b from URL: /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
2022-04-11T06:55:00.502Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-11T06:55:00.503Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
2022-04-11T06:55:00.901Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-11T06:55:00.901Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env 8797632a-6ffb-4cea-b78f-73b9488e5e6b 909
2022-04-11T06:55:00.902Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T06:55:00.902Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
2022-04-11T06:55:00.902Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:55:00.902Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:00.905Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:00.905Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660100902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:55:01.005Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:55:01.006Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:01.007Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:01.020Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:55:01.021Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:55:01.906Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ffb7afab-57db-4883-99be-13f30199520e
2022-04-11T06:55:01.907Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nrCgLY 0 8c17444b-32b3-45bf-9c19-79f229f5d65a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:55:01.952Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@191e0773, org.onap.sdc.toscaparser.api.parameters.Input@5848fcfc, org.onap.sdc.toscaparser.api.parameters.Input@43028d03, org.onap.sdc.toscaparser.api.parameters.Input@7eff4be1, org.onap.sdc.toscaparser.api.parameters.Input@1733fed2]
2022-04-11T06:55:01.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:01.959Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:01.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-04-11T06:55:01.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c2867b3c-409f-4e7c-959f-a7d95a50debc
2022-04-11T06:55:01.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c2867b3c-409f-4e7c-959f-a7d95a50debc matches Tosca VF Customization UUID: c2867b3c-409f-4e7c-959f-a7d95a50debc
2022-04-11T06:55:01.960Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c2867b3c-409f-4e7c-959f-a7d95a50debc matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T06:55:01.973Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:01.974Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:01.976Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c2867b3c-409f-4e7c-959f-a7d95a50debc: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-11T06:55:01.976Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@295e7b46
2022-04-11T06:55:01.976Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:01.976Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T06:55:01.977Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4cf30a9b-135a-4d31-bf19-dba65661761c
2022-04-11T06:55:01.978Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4cf30a9b-135a-4d31-bf19-dba65661761c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T06:55:01.996Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:01.997Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:55:01.997Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:55:01.998Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:01.998Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:55:01.998Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:55:01.999Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:01.999Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is not matching search criteria
2022-04-11T06:55:01.999Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-11T06:55:01.999Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-11T06:55:02.000Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d4e25639-fb7d-4e3e-abf8-f8b01b6aeb75
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T06:55:02.011Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:02.014Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:55:02.014Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:55:02.015Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:02.015Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_nrCgLY 0 is matching search criteria
2022-04-11T06:55:02.015Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_nrCgLY 0] matching following query criteria: sdcType=VF, customizationUUID=c2867b3c-409f-4e7c-959f-a7d95a50debc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:55:02.018Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:02.018Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.019Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ffb7afab-57db-4883-99be-13f30199520e: basic_onboard_nrCgLY
2022-04-11T06:55:02.019Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:02.019Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.020Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:02.020Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.021Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:02.021Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.021Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:02.021Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.022Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:55:02.022Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_nrCgLY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:55:02.022Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_nrCgLY
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:55:02.255Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nrCgLY 8c17444b-32b3-45bf-9c19-79f229f5d65a 1 ASDC deployResourceStructure
2022-04-11T06:55:02.256Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json ASDC sendASDCNotification
2022-04-11T06:55:02.256Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json
2022-04-11T06:55:02.256Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:55:02.257Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:02.260Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:02.260Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660102255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T06:55:02.361Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T06:55:02.363Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:02.364Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:02.379Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:55:02.380Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:55:03.262Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-11T06:55:03.262Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml
2022-04-11T06:55:03.262Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:55:03.263Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:03.267Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:03.267Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660103261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-11T06:55:03.367Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T06:55:03.368Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:03.368Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:03.399Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:55:03.400Z||pool-15-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:55:04.268Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-11T06:55:04.269Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env
2022-04-11T06:55:04.269Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:55:04.269Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:04.272Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:04.272Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660104268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-11T06:55:04.372Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:55:04.373Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:04.374Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:04.406Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:55:04.407Z||pool-16-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:55:05.273Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar ASDC sendASDCNotification
2022-04-11T06:55:05.274Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar
2022-04-11T06:55:05.274Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:55:05.275Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:05.277Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:05.277Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660105273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:55:05.379Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T06:55:05.381Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:05.381Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:05.416Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:55:05.417Z||pool-17-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:55:06.279Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8306db9e-e1e3-4886-8188-537dbf807db1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:55:06.299Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8306db9e-e1e3-4886-8188-537dbf807db1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:55:06.306Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:55:06.306Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T06:55:06.306Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T06:55:06.306Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T06:55:06.307Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-04-11T06:55:06.307Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:55:06.314Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T06:55:36.314Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8306db9e-e1e3-4886-8188-537dbf807db1 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T06:55:36.326Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8306db9e-e1e3-4886-8188-537dbf807db1 and serviceModelVersionId: ffb7afab-57db-4883-99be-13f30199520e
2022-04-11T06:55:36.327Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e
2022-04-11T06:55:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:55:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:55:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:55:44.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:55:44.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:55:44.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:55:44.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:55:53.687Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0
2022-04-11T06:55:53.850Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T06:55:54.488Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||Invoke
2022-04-11T06:55:54.500Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2b929965-1b4c-4866-be55-e3508bee7526], X-ECOMP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-TransactionId=[], X-ONAP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], Content-Type=[application/merge-patch+json]}
2022-04-11T06:55:56.055Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||Invoke
2022-04-11T06:55:56.056Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d8eb5bc-29df-4664-984e-78685d59299f], X-ECOMP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-TransactionId=[], X-ONAP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], Content-Type=[application/merge-patch+json]}
2022-04-11T06:55:57.583Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||Invoke
2022-04-11T06:55:57.584Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[580d1c2c-e165-421c-8372-bcf3a4a2b468], X-ECOMP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], X-TransactionId=[], X-ONAP-RequestID=[8306db9e-e1e3-4886-8188-537dbf807db1], Content-Type=[application/merge-patch+json]}
2022-04-11T06:55:58.615Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:55:58.617Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-04-11T06:55:58.617Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:55:58.618Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:55:58.625Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T06:55:58.626Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8306db9e-e1e3-4886-8188-537dbf807db1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:55:58.628Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T06:55:58.628Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T06:55:58.630Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:55:58.630Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|DEBUG|500||try to send status {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660158626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T06:55:58.730Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:55:58.732Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:55:58.733Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:55:58.750Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:55:58.751Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T06:55:59.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:55:59.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:55:59.645Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:56:03.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:03.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-11T06:56:03.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c448acf1-2438-4b8f-baf5-e85b251a717c","serviceName":"vFW 2022-04-11 06-53-41","serviceVersion":"1.0","serviceUUID":"ab9101a5-0d16-45c6-b153-d5d8e39cd405","serviceDescription":"catalog service description","serviceInvariantUUID":"4a1194d0-2722-4809-974a-7be637b74df7","resources":[{"resourceInstanceName":"vFW 6b403271-f3e0 0","resourceName":"vFW 6b403271-f3e0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4116032e-3380-4d1f-8eec-65f2758f7c48","resourceInvariantUUID":"9c30887f-799e-4226-b77e-adb37f88a853","resourceCustomizationUUID":"1701a91d-f39e-4097-9c60-0327e99f9ee9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml","artifactChecksum":"MmRkOWM3NTk1OTkxN2EwMDlkMGFjN2ZlN2RiMzdlMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15c9451d-ae6d-4d2b-a8d1-a8c8f6992705","artifactVersion":"1"},{"artifactName":"vfw6b403271f3e00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json","artifactChecksum":"YmY4NTM4MjczMTk2ZThhYTczYzA1MDE2ZTBhNGM5ZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5caf9ee6-f0e4-44e7-a57f-2055eff51d92","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d717926-048d-4f10-a409-e44c671b8bdc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml","artifactChecksum":"ZDAzNDZiZDhlODBjYTQxNmJlZDU5NDA0NTRjNzQ2MmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3b64a24-4b5b-4339-ac9e-9ae6de0746a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c73af31-9dde-46e5-911e-251bfd7b0ed7","artifactVersion":"2","generatedFromUUID":"3d717926-048d-4f10-a409-e44c671b8bdc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411065341-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml","artifactChecksum":"MTI1NGI5OGQ5MjdhNTZiZThhZDQxNTMxNWRmZjdjMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50c48042-641a-4e1b-b745-59e576a79cca","artifactVersion":"1"},{"artifactName":"service-Vfw20220411065341-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar","artifactChecksum":"NjRlOGVjNTA2YWU1NmFmMzI1NDYyYTdlNTk5N2I0Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9dcc320-f4b7-4659-b46e-63a6cf18020e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T06:56:03.476Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:03.476Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:03.479Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:03.479Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:56:03.579Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:03.580Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:03.581Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:03.599Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:03.600Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:04.480Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:04.481Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:04.483Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:04.483Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "NOTIFIED"
}
2022-04-11T06:56:04.583Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:04.585Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:04.585Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:04.595Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:04.595Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:05.484Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:05.485Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:05.488Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:05.488Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T06:56:05.589Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T06:56:05.590Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:05.590Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:05.604Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:05.605Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:06.489Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:06.490Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:06.493Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:06.493Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:56:06.594Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-11T06:56:06.595Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:06.596Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:06.612Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:06.613Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:07.494Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:07.495Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:07.498Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:07.498Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-11T06:56:07.598Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:07.600Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:07.600Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:07.614Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:07.614Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:08.499Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:08.500Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:08.502Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:08.502Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:56:08.602Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:08.604Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:08.604Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:08.618Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:08.618Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:09.503Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T06:56:09.504Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:09.506Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:09.506Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:56:09.607Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:09.608Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:09.608Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:09.625Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:09.625Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:10.508Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"serviceName": "vFW 2022-04-11 06-53-41",
"serviceVersion": "1.0",
"serviceUUID": "ab9101a5-0d16-45c6-b153-d5d8e39cd405",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4a1194d0-2722-4809-974a-7be637b74df7",
"resources": [
{
"resourceInstanceName": "vFW 6b403271-f3e0 0",
"resourceCustomizationUUID": "1701a91d-f39e-4097-9c60-0327e99f9ee9",
"resourceName": "vFW 6b403271-f3e0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4116032e-3380-4d1f-8eec-65f2758f7c48",
"resourceInvariantUUID": "9c30887f-799e-4226-b77e-adb37f88a853",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6b403271f3e00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"artifactChecksum": "YmY4NTM4MjczMTk2ZThhYTczYzA1MDE2ZTBhNGM5ZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5caf9ee6-f0e4-44e7-a57f-2055eff51d92",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3d717926-048d-4f10-a409-e44c671b8bdc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c73af31-9dde-46e5-911e-251bfd7b0ed7",
"generatedFromUUID": "3d717926-048d-4f10-a409-e44c671b8bdc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c73af31-9dde-46e5-911e-251bfd7b0ed7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220411065341-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"artifactChecksum": "NjRlOGVjNTA2YWU1NmFmMzI1NDYyYTdlNTk5N2I0Njg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d9dcc320-f4b7-4659-b46e-63a6cf18020e"
}
],
"workloadContext": "Production"
}
2022-04-11T06:56:10.509Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T06:56:10.509Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab9101a5-0d16-45c6-b153-d5d8e39cd405 ASDC
2022-04-11T06:56:10.509Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c448acf1-2438-4b8f-baf5-e85b251a717c
ServiceName:vFW 2022-04-11 06-53-41
ServiceVersion:1.0
ServiceUUID:ab9101a5-0d16-45c6-b153-d5d8e39cd405
ServiceInvariantUUID:4a1194d0-2722-4809-974a-7be637b74df7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411065341-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
ArtifactUUID:d9dcc320-f4b7-4659-b46e-63a6cf18020e
ArtifactChecksum:NjRlOGVjNTA2YWU1NmFmMzI1NDYyYTdlNTk5N2I0Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6b403271-f3e0 0
ResourceCustomizationUUID:1701a91d-f39e-4097-9c60-0327e99f9ee9
ResourceInvariantUUID:9c30887f-799e-4226-b77e-adb37f88a853
ResourceName:vFW 6b403271-f3e0
ResourceType:VF
ResourceUUID:4116032e-3380-4d1f-8eec-65f2758f7c48
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6b403271f3e00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
ArtifactUUID:5caf9ee6-f0e4-44e7-a57f-2055eff51d92
ArtifactChecksum:YmY4NTM4MjczMTk2ZThhYTczYzA1MDE2ZTBhNGM5ZGU=
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/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
ArtifactUUID:3d717926-048d-4f10-a409-e44c671b8bdc
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/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
ArtifactUUID:6c73af31-9dde-46e5-911e-251bfd7b0ed7
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/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
ArtifactUUID:6c73af31-9dde-46e5-911e-251bfd7b0ed7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-11T06:56:10.509Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab9101a5-0d16-45c6-b153-d5d8e39cd405 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-04-11T06:56:10.544Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T06:56:10.545Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-11T06:56:10.545Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-11T06:56:10.546Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d9dcc320-f4b7-4659-b46e-63a6cf18020e from URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:10.546Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-11T06:56:10.546Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:10.866Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-11T06:56:10.875Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar d9dcc320-f4b7-4659-b46e-63a6cf18020e 98961
2022-04-11T06:56:10.875Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar ASDC sendASDCNotification
2022-04-11T06:56:10.875Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:10.876Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:56:10.876Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:10.878Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:10.879Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660170875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:56:10.979Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:10.980Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:10.980Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:10.997Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:10.998Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:11.879Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T06:56:11.881Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-11T06:56:11.881Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d9dcc320-f4b7-4659-b46e-63a6cf18020e, URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar to file: /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:11.882Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411065341-csar.csar
2022-04-11T06:56:11.883Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:11.883Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:12.147Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2822641066427103231/Definitions/service-Vfw20220411065341-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-11T06:56:14.925Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.926Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b403271-f3e0 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-Vfw20220411065341-csar.csar
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-11T06:56:14.927Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.928Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.928Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.928Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-11T06:56:14.928Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-11T06:56:14.929Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T06:56:14.930Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.930Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.930Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.930Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:14.931Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:14.931Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:14.931Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:14.931Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.932Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.932Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.932Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:14.932Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:14.933Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.934Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:14.934Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.934Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T06:56:14.934Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.935Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T06:56:14.935Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.935Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.935Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:14.936Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.936Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.937Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:14.937Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.937Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:14.937Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:14.938Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.938Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:14.938Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:14.938Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:14.939Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T06:56:14.939Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:14.939Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:14.940Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.940Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.940Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:14.940Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.941Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:14.941Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.941Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96774529-c0fc-470a-8144-cbb90b1127ca
2022-04-11T06:56:14.941Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.942Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:14.942Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:14.942Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:14.942Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:14.943Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T06:56:14.945Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:14.946Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.946Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:14.946Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.946Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6477ec52-b898-4ab0-9f92-890a4a6597eb
2022-04-11T06:56:14.947Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.947Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:14.947Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:14.948Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:14.948Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:14.948Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.948Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:14.949Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:14.950Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:14.950Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T06:56:14.950Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1702e5f-213a-42e8-b12d-7c0482dd4c51
2022-04-11T06:56:14.950Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.951Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.951Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.951Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.951Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.952Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.952Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:14.952Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:14.952Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-11 06-53-41
Description:catalog service description
Model UUID:ab9101a5-0d16-45c6-b153-d5d8e39cd405
Model Version:NULL
Model InvariantUuid:4a1194d0-2722-4809-974a-7be637b74df7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6b403271-f3e0
Model UUID:4a7ce4ce-8483-4539-9962-6e0725ed16b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c30887f-799e-4226-b77e-adb37f88a853
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1701a91d-f39e-4097-9c60-0327e99f9ee9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2bd7a799-ea9a-467a-8ef1-887f0fd54de7
ModelName:Vfw6b403271F3e0..base_vfw..module-0
ModelUuid:b3af6cf6-5a8f-409a-b9fe-2ef676031803
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:96774529-c0fc-470a-8144-cbb90b1127ca
ModelInvariantUuid:fb395797-b08f-496d-98ac-0380e29e6f31
ModelName:vFW 6b403271-f3e0-nodes.vfwCvfc
ModelUuid:47b15935-051d-453f-ad27-07d5603bb8ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a1025828-5716-41a8-95d3-8b5ef19a7a62
ModelInvariantUuid:e84515d2-81ba-4c7f-91c9-c3515d45d2f4
ModelName:Vfw6b403271F3e0.compute.nodes.heat.vfw
ModelUuid:4ce86fa7-2d05-4fb6-beaf-c884ccd83938
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6477ec52-b898-4ab0-9f92-890a4a6597eb
ModelInvariantUuid:489bd1fb-e0c3-4b11-865b-0a3db3d02a23
ModelName:vFW 6b403271-f3e0-nodes.vsnCvfc
ModelUuid:6fd3fcbe-0709-4cdd-953d-838854051f43
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a9b5eec5-1b0a-42fc-8472-81c78508715f
ModelInvariantUuid:7796682d-a144-4c82-badc-642cb39f28e9
ModelName:Vfw6b403271F3e0.compute.nodes.heat.vsn
ModelUuid:e2f888a2-2c55-4ed3-9e09-3b646c36fae5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f1702e5f-213a-42e8-b12d-7c0482dd4c51
ModelInvariantUuid:e01abd0d-0095-4c84-ad8e-7083ebbf71d1
ModelName:vFW 6b403271-f3e0-nodes.vpgCvfc
ModelUuid:3aac6289-c258-427c-b244-86089cf0cadd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d67fa848-fa27-405a-ab7f-24af022a8b2f
ModelInvariantUuid:d28a0cc0-3fad-4849-b3dd-1bb64dea1845
ModelName:Vfw6b403271F3e0.compute.nodes.heat.vpg
ModelUuid:a1642430-0534-45bd-ad54-e7ddeed78371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T06:56:14.962Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4116032e-3380-4d1f-8eec-65f2758f7c48
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:56:14.967Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||vFW 6b403271-f3e0 0
2022-04-11T06:56:14.967Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4116032e-3380-4d1f-8eec-65f2758f7c48
2022-04-11T06:56:14.968Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5caf9ee6-f0e4-44e7-a57f-2055eff51d92 from URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
2022-04-11T06:56:14.968Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-11T06:56:14.968Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
2022-04-11T06:56:15.476Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json 5caf9ee6-f0e4-44e7-a57f-2055eff51d92 785
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json ASDC sendASDCNotification
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:56:15.477Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:15.480Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:15.480Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660175477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:56:15.580Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:15.581Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:15.581Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:15.595Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:15.596Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:16.485Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b403271F3e0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2bd7a799-ea9a-467a-8ef1-887f0fd54de7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3af6cf6-5a8f-409a-b9fe-2ef676031803",
"vfModuleModelCustomizationUUID": "1d329b45-fc17-4ab7-88fb-2903fe3b80d7",
"isBase": true,
"artifacts": [
"3d717926-048d-4f10-a409-e44c671b8bdc",
"6c73af31-9dde-46e5-911e-251bfd7b0ed7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-11T06:56:16.491Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b403271F3e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3af6cf6-5a8f-409a-b9fe-2ef676031803
VfModuleModelInvariantUUID:2bd7a799-ea9a-467a-8ef1-887f0fd54de7
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d717926-048d-4f10-a409-e44c671b8bdc
,
6c73af31-9dde-46e5-911e-251bfd7b0ed7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-11T06:56:16.493Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b403271F3e0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2bd7a799-ea9a-467a-8ef1-887f0fd54de7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b3af6cf6-5a8f-409a-b9fe-2ef676031803",
"vfModuleModelCustomizationUUID": "1d329b45-fc17-4ab7-88fb-2903fe3b80d7",
"isBase": true,
"artifacts": [
"3d717926-048d-4f10-a409-e44c671b8bdc",
"6c73af31-9dde-46e5-911e-251bfd7b0ed7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-11T06:56:16.493Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b403271F3e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b3af6cf6-5a8f-409a-b9fe-2ef676031803
VfModuleModelInvariantUUID:2bd7a799-ea9a-467a-8ef1-887f0fd54de7
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d717926-048d-4f10-a409-e44c671b8bdc
,
6c73af31-9dde-46e5-911e-251bfd7b0ed7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-11T06:56:16.493Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3d717926-048d-4f10-a409-e44c671b8bdc from URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
2022-04-11T06:56:16.493Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-11T06:56:16.494Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
2022-04-11T06:56:16.741Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-11T06:56:16.742Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml 3d717926-048d-4f10-a409-e44c671b8bdc 20368
2022-04-11T06:56:16.743Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T06:56:16.743Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
2022-04-11T06:56:16.743Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:56:16.744Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:16.746Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:16.746Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660176743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:56:16.846Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:16.848Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:16.848Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:16.865Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:16.866Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:17.747Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6c73af31-9dde-46e5-911e-251bfd7b0ed7 from URL: /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
2022-04-11T06:56:17.749Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-11T06:56:17.750Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
2022-04-11T06:56:18.026Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-11T06:56:18.027Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env 6c73af31-9dde-46e5-911e-251bfd7b0ed7 2098
2022-04-11T06:56:18.027Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T06:56:18.028Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
2022-04-11T06:56:18.028Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T06:56:18.028Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:18.031Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:18.031Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660178027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:56:18.131Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:18.133Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:18.133Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:18.146Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:18.147Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:19.032Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ab9101a5-0d16-45c6-b153-d5d8e39cd405
2022-04-11T06:56:19.033Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b403271-f3e0 0 4116032e-3380-4d1f-8eec-65f2758f7c48 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:56:19.060Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3635f3f6, org.onap.sdc.toscaparser.api.parameters.Input@21121099, org.onap.sdc.toscaparser.api.parameters.Input@28d12d1d, org.onap.sdc.toscaparser.api.parameters.Input@24db628e, org.onap.sdc.toscaparser.api.parameters.Input@3de89fa0]
2022-04-11T06:56:19.062Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.062Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.063Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-04-11T06:56:19.063Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1701a91d-f39e-4097-9c60-0327e99f9ee9
2022-04-11T06:56:19.063Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1701a91d-f39e-4097-9c60-0327e99f9ee9 matches Tosca VF Customization UUID: 1701a91d-f39e-4097-9c60-0327e99f9ee9
2022-04-11T06:56:19.063Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1701a91d-f39e-4097-9c60-0327e99f9ee9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T06:56:19.072Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.072Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.074Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1701a91d-f39e-4097-9c60-0327e99f9ee9: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T06:56:19.074Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52e7633b
2022-04-11T06:56:19.074Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.075Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T06:56:19.075Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1d329b45-fc17-4ab7-88fb-2903fe3b80d7
2022-04-11T06:56:19.076Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1d329b45-fc17-4ab7-88fb-2903fe3b80d7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T06:56:19.082Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.083Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.083Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.083Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.083Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.084Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.084Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.084Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:19.084Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.085Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.086Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96774529-c0fc-470a-8144-cbb90b1127ca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.090Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.091Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.092Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T06:56:19.093Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.093Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6477ec52-b898-4ab0-9f92-890a4a6597eb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T06:56:19.095Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.095Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.095Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.099Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.099Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is not matching search criteria
2022-04-11T06:56:19.099Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.100Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T06:56:19.101Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f1702e5f-213a-42e8-b12d-7c0482dd4c51
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T06:56:19.105Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.105Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.105Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T06:56:19.106Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.106Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Node template vFW 6b403271-f3e0 0 is matching search criteria
2022-04-11T06:56:19.107Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6b403271-f3e0 0] matching following query criteria: sdcType=VF, customizationUUID=1701a91d-f39e-4097-9c60-0327e99f9ee9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:56:19.109Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.109Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ab9101a5-0d16-45c6-b153-d5d8e39cd405: vFW 6b403271-f3e0
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.110Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.111Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.111Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.111Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.112Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.112Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T06:56:19.112Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-11 06-53-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T06:56:19.112Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-11 06-53-41
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:56:19.379Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b403271-f3e0 4116032e-3380-4d1f-8eec-65f2758f7c48 1 ASDC deployResourceStructure
2022-04-11T06:56:19.380Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json ASDC sendASDCNotification
2022-04-11T06:56:19.380Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json
2022-04-11T06:56:19.380Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:56:19.380Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:19.383Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:19.383Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660179380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T06:56:19.484Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:19.485Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:19.485Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:19.499Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:19.500Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:20.384Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T06:56:20.385Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml
2022-04-11T06:56:20.385Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:56:20.386Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:20.388Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:20.388Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660180384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-11T06:56:20.488Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:56:20.491Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:20.492Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:20.509Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:20.510Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-11T06:56:21.389Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T06:56:21.390Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env
2022-04-11T06:56:21.390Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:56:21.390Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:21.392Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:21.392Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660181389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-11T06:56:21.496Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-11T06:56:21.497Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:21.498Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:21.508Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:21.509Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:22.394Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar ASDC sendASDCNotification
2022-04-11T06:56:22.394Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar
2022-04-11T06:56:22.394Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-11T06:56:22.395Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-11T06:56:22.398Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:56:22.398Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660182394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:56:22.500Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-11T06:56:22.501Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:56:22.502Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:56:22.515Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:22.516Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T06:56:23.399Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:56:23.409Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:56:23.411Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:56:23.411Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T06:56:23.412Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T06:56:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:56:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:56:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:56:44.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:56:44.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "NOTIFIED"
}
2022-04-11T06:56:44.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:56:44.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660084821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660093325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660098296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660099498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660100902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:56:44.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660102255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/basic_onboard_nrcgly0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660103261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660104268,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/resourceInstances/basic_onboard_nrcgly0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:56:44.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660105273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNrcgly/1.0/artifacts/service-BasicOnboardNrcgly-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:56:44.851Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:56:53.412Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:56:53.426Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:56:53.429Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:56:53.429Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T06:56:53.429Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T06:57:23.429Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:57:23.441Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:57:23.443Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:57:23.443Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-11T06:57:23.443Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-11T06:57:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:57:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:57:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:57:45.354Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:57:45.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8306db9e-e1e3-4886-8188-537dbf807db1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660158626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T06:57:45.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660154717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660163889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660154717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660163889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660154717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660163889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660165101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660154717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "cds",
"timestamp": 1649660167157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660163889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660165101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660154717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "cds",
"timestamp": 1649660167157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660163889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660165101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660154717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "cds",
"timestamp": 1649660167157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660163889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660165101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660159644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660154717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "cds",
"timestamp": 1649660167157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660163889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660165101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660169961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "cds",
"timestamp": 1649660167157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660171854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660165101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660170875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660171775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660169961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "cds",
"timestamp": 1649660167157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660165101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660172780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:57:45.393Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660172518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660169961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "cds",
"timestamp": 1649660167157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "policy-id",
"timestamp": 1649660173784,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.408Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.408Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:57:45.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660172518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660169961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "cds",
"timestamp": 1649660175131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660172518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660169961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "cds",
"timestamp": 1649660176149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.430Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.431Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:57:45.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660176196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660172518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660175477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660169961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660177202,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.448Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.448Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:57:45.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660172518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660169961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660176743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660172518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660177938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660178027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660172518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660178233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660179163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660179380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660178233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660180349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660180384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-11T06:57:45.472Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660178233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660181378,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.479Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.479Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660181389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660178233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660182395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/vfw6b403271f3e00_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660182394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660178233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/resourceInstances/vfw6b403271f3e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660178233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660178233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660186170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660193916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660195924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "clamp",
"timestamp": 1649660196928,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.493Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.493Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:57:45.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660198051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411065341/1.0/artifacts/service-Vfw20220411065341-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-11T06:57:45.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:57:45.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:57:45.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "aai-ml",
"timestamp": 1649660199056,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:45.509Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c448acf1-2438-4b8f-baf5-e85b251a717c
2022-04-11T06:57:45.510Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c448acf1-2438-4b8f-baf5-e85b251a717c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T06:57:53.443Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:57:53.456Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-11T06:57:53.460Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-11T06:57:53.460Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-11T06:57:53.461Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-11T06:57:53.461Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-11T06:57:53.461Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-04-11T06:57:53.461Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T06:57:53.467Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-11T06:58:23.468Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c448acf1-2438-4b8f-baf5-e85b251a717c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-11T06:58:23.475Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c448acf1-2438-4b8f-baf5-e85b251a717c and serviceModelVersionId: ab9101a5-0d16-45c6-b153-d5d8e39cd405
2022-04-11T06:58:23.475Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a1194d0-2722-4809-974a-7be637b74df7
2022-04-11T06:58:23.476Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0
2022-04-11T06:58:23.481Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-11T06:58:23.543Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||Invoke
2022-04-11T06:58:23.544Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fcce4a3d-5c7c-4256-92c8-74cb4ffbdbf7], X-ECOMP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-TransactionId=[], X-ONAP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], Content-Type=[application/merge-patch+json]}
2022-04-11T06:58:25.070Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||Invoke
2022-04-11T06:58:25.071Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ebab854b-ebf6-47c7-a1c5-bf8e94e7fe4e], X-ECOMP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-TransactionId=[], X-ONAP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], Content-Type=[application/merge-patch+json]}
2022-04-11T06:58:26.609Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||Invoke
2022-04-11T06:58:26.610Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[030a9f62-c836-4bfe-8dc3-5e1888e30988], X-ECOMP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], X-TransactionId=[], X-ONAP-RequestID=[c448acf1-2438-4b8f-baf5-e85b251a717c], Content-Type=[application/merge-patch+json]}
2022-04-11T06:58:27.644Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:58:27.645Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-04-11T06:58:27.646Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:58:27.646Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T06:58:27.651Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-11T06:58:27.652Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c448acf1-2438-4b8f-baf5-e85b251a717c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-11T06:58:27.652Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-11T06:58:27.652Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-11T06:58:27.654Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T06:58:27.654Z|c448acf1-2438-4b8f-baf5-e85b251a717c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1194d0-2722-4809-974a-7be637b74df7/model-vers/model-ver/ab9101a5-0d16-45c6-b153-d5d8e39cd405?depth=0|DEBUG|500||try to send status {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660307652,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T06:58:27.754Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T06:58:27.756Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T06:58:27.756Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T06:58:27.771Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:58:27.772Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T06:58:28.667Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:58:28.668Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:58:28.668Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:58:38.892Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:58:38.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:58:38.894Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:58:38.894Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:58:44.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:58:44.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:58:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:58:45.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:58:45.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-11T06:58:45.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c448acf1-2438-4b8f-baf5-e85b251a717c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660307652,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-11T06:58:45.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T06:58:48.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:58:48.437Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:58:48.438Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:58:48.438Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:58:57.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:59:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:59:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:59:44.822Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T06:59:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T06:59:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T06:59:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T06:59:54.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T06:59:54.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:00:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:00:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:00:44.824Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:00:44.824Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:00:44.824Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:00:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:00:54.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:00:54.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:01:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:01:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:01:44.822Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:01:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:01:44.825Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:01:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:01:54.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:01:54.371Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:02:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:02:44.823Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:02:44.823Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:02:44.824Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:02:44.824Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:02:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:02:54.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:02:54.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:03:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:03:44.824Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:03:44.824Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:03:44.824Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:03:44.824Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:03:44.824Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:03:54.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:03:54.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:04:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:04:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:04:44.822Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:04:44.824Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:04:44.824Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:04:44.825Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:04:54.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:04:54.376Z|8306db9e-e1e3-4886-8188-537dbf807db1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a1e5294-e1eb-4c58-8ed4-1e0ddd7a658e/model-vers/model-ver/ffb7afab-57db-4883-99be-13f30199520e?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:44.821Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:05:44.822Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:05:44.822Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:44.824Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-11T07:05:44.824Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-11T07:05:44.825Z||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 47JESiROZMX7Hdml) ...
2022-04-11T07:05:45.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:45.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"15b7202a-0e34-4b8d-8fe6-cc4713b96b9f","serviceName":"vFW 2022-04-11 07-03-06","serviceVersion":"1.0","serviceUUID":"1ef73fc6-8fce-4b66-8e56-dac54e285b98","serviceDescription":"catalog service description","serviceInvariantUUID":"5bbc7904-3999-4b27-8532-e9343b50500d","resources":[{"resourceInstanceName":"vFW 4a7e8836-60e5 0","resourceName":"vFW 4a7e8836-60e5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32280332-6324-49ce-867b-0cd388e85540","resourceInvariantUUID":"88e7a839-bf6c-4f6b-b334-7cc8719d1376","resourceCustomizationUUID":"7aa47055-39e5-4b08-9aac-cb7cdffebd94","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml","artifactChecksum":"YmVhYWVkYzk3MTAwNmI1ZGQ0NTYwZDc2Y2RjYTlkMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03e27882-a759-445d-983b-cd7c6be1fee3","artifactVersion":"1"},{"artifactName":"vfw4a7e883660e50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json","artifactChecksum":"MzkyMzNkMjIzZTk1MThhMTk3MjI0NmUzMGYwMTRmZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c3b5984-65df-43a8-8a69-31f4ab6d8f77","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc2634ce-7576-4219-be76-67c8345af472","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml","artifactChecksum":"MjllZmZlZTg4ZDg2MTllMjA4OTZiZDJlN2EwZjAyMmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17e4c426-8ae3-490d-bb74-a9b00b651f68","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"91405513-1336-43d7-bf82-446623398d3b","artifactVersion":"2","generatedFromUUID":"cc2634ce-7576-4219-be76-67c8345af472"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220411070306-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml","artifactChecksum":"YWFlYTRjMzBjNDA3NjRhMjVkZDQ4Mjg3N2NkMTc5YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"edbc09e0-633c-49ee-aab1-19b47c071b75","artifactVersion":"1"},{"artifactName":"service-Vfw20220411070306-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar","artifactChecksum":"NjJhMmQ1NmQzZTcxZWRmNmRiZWUwYjlhMzg0MzFkNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c08274b-46b6-4cf6-ae96-5745104a6508","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-11T07:05:45.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:45.465Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:45.466Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:45.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660709961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660705100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "cds",
"timestamp": 1649660707157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660703889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660712519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "cds",
"timestamp": 1649660707157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660709961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.471Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:45.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.472Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660744821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660705100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660703889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660712519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660705100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660709961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "cds",
"timestamp": 1649660707157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660703889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660712519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660705100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "cds",
"timestamp": 1649660707157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660709961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660703889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660712519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660705100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "cds",
"timestamp": 1649660707157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660709961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660703889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660712519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660705100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "cds",
"timestamp": 1649660707157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660709961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660703889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660712519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "ves-openapi-manager",
"timestamp": 1649660705100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "cds",
"timestamp": 1649660707157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660709961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660703889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660712519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660718770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "cds",
"timestamp": 1649660720011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.497Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660719649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.498Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "cds",
"timestamp": 1649660721024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:45.522Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.523Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:45.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660720654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660719968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.540Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "policy-id",
"timestamp": 1649660721657,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:05:45.550Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.551Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:45.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660721356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660722384,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:05:45.571Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:05:45.572Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:45.572Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:45.573Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-11T07:05:45.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660724133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.584Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649660723399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "DEPLOY_OK"
}
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.585Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660724717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660718233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660724717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660726041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660726084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660724717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "clamp",
"timestamp": 1649660727046,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:05:45.596Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.596Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:45.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660724717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660724717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660724717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660724717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660732566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:45.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660736412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-11T07:05:45.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649660737416,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:05:45.617Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.617Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:45.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660737415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-11T07:05:45.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-11T07:05:45.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-11T07:05:45.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "aai-ml",
"timestamp": 1649660738422,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-11T07:05:45.630Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
2022-04-11T07:05:45.631Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15b7202a-0e34-4b8d-8fe6-cc4713b96b9f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-11T07:05:46.474Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:46.475Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:46.478Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:46.478Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660744821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "NOTIFIED"
}
2022-04-11T07:05:46.578Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:05:46.580Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:46.580Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:46.592Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:46.593Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:47.479Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:47.480Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:47.482Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:47.483Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660744821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-11T07:05:47.583Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:47.584Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:47.584Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:47.597Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:47.597Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:48.483Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:48.484Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:48.487Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:48.488Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660744821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:48.588Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:48.590Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:48.590Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:48.604Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:48.605Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:49.488Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:49.490Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:49.493Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:49.493Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660744821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-11T07:05:49.593Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:05:49.595Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:49.595Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:49.608Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:49.609Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-11T07:05:50.494Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:50.495Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:50.499Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:50.499Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660744821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-11T07:05:50.600Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:50.601Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:50.601Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:50.620Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:50.621Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:51.500Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-11T07:05:51.501Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:51.503Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:51.503Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660744821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "NOTIFIED"
}
2022-04-11T07:05:51.604Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-11T07:05:51.605Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:51.605Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:51.618Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:51.619Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:52.505Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"serviceName": "vFW 2022-04-11 07-03-06",
"serviceVersion": "1.0",
"serviceUUID": "1ef73fc6-8fce-4b66-8e56-dac54e285b98",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5bbc7904-3999-4b27-8532-e9343b50500d",
"resources": [
{
"resourceInstanceName": "vFW 4a7e8836-60e5 0",
"resourceCustomizationUUID": "7aa47055-39e5-4b08-9aac-cb7cdffebd94",
"resourceName": "vFW 4a7e8836-60e5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "32280332-6324-49ce-867b-0cd388e85540",
"resourceInvariantUUID": "88e7a839-bf6c-4f6b-b334-7cc8719d1376",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4a7e883660e50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"artifactChecksum": "MzkyMzNkMjIzZTk1MThhMTk3MjI0NmUzMGYwMTRmZWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c3b5984-65df-43a8-8a69-31f4ab6d8f77",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cc2634ce-7576-4219-be76-67c8345af472",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "91405513-1336-43d7-bf82-446623398d3b",
"generatedFromUUID": "cc2634ce-7576-4219-be76-67c8345af472"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "91405513-1336-43d7-bf82-446623398d3b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220411070306-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"artifactChecksum": "NjJhMmQ1NmQzZTcxZWRmNmRiZWUwYjlhMzg0MzFkNzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1c08274b-46b6-4cf6-ae96-5745104a6508"
}
],
"workloadContext": "Production"
}
2022-04-11T07:05:52.506Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-11T07:05:52.507Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ef73fc6-8fce-4b66-8e56-dac54e285b98 ASDC
2022-04-11T07:05:52.509Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:15b7202a-0e34-4b8d-8fe6-cc4713b96b9f
ServiceName:vFW 2022-04-11 07-03-06
ServiceVersion:1.0
ServiceUUID:1ef73fc6-8fce-4b66-8e56-dac54e285b98
ServiceInvariantUUID:5bbc7904-3999-4b27-8532-e9343b50500d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220411070306-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar
ArtifactUUID:1c08274b-46b6-4cf6-ae96-5745104a6508
ArtifactChecksum:NjJhMmQ1NmQzZTcxZWRmNmRiZWUwYjlhMzg0MzFkNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4a7e8836-60e5 0
ResourceCustomizationUUID:7aa47055-39e5-4b08-9aac-cb7cdffebd94
ResourceInvariantUUID:88e7a839-bf6c-4f6b-b334-7cc8719d1376
ResourceName:vFW 4a7e8836-60e5
ResourceType:VF
ResourceUUID:32280332-6324-49ce-867b-0cd388e85540
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4a7e883660e50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json
ArtifactUUID:9c3b5984-65df-43a8-8a69-31f4ab6d8f77
ArtifactChecksum:MzkyMzNkMjIzZTk1MThhMTk3MjI0NmUzMGYwMTRmZWE=
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/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml
ArtifactUUID:cc2634ce-7576-4219-be76-67c8345af472
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/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
ArtifactUUID:91405513-1336-43d7-bf82-446623398d3b
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/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
ArtifactUUID:91405513-1336-43d7-bf82-446623398d3b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-11T07:05:52.509Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ef73fc6-8fce-4b66-8e56-dac54e285b98 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-11T07:05:52.541Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:05:52.542Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-11T07:05:52.542Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-11T07:05:52.543Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1c08274b-46b6-4cf6-ae96-5745104a6508 from URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:52.543Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-11T07:05:52.544Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:52.887Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-11T07:05:52.896Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar 1c08274b-46b6-4cf6-ae96-5745104a6508 98929
2022-04-11T07:05:52.897Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar ASDC sendASDCNotification
2022-04-11T07:05:52.897Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:52.897Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:05:52.899Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:52.902Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:52.903Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660752896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:53.003Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:53.004Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:53.004Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:53.017Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:53.018Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:53.903Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-11T07:05:53.905Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-11T07:05:53.905Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1c08274b-46b6-4cf6-ae96-5745104a6508, URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/artifacts/service-Vfw20220411070306-csar.csar to file: /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:53.905Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220411070306-csar.csar
2022-04-11T07:05:53.906Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:53.906Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:54.251Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2204537504409465602/Definitions/service-Vfw20220411070306-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-11T07:05:56.602Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-11T07:05:56.604Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-11T07:05:56.604Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.604Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-11T07:05:56.604Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.605Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.605Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.605Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.605Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.606Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.606Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.606Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.607Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4a7e8836-60e5 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-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.607Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.607Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.607Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.608Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220411070306-csar.csar
2022-04-11T07:05:56.608Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-11T07:05:56.609Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.609Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.610Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.610Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-11T07:05:56.611Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:05:56.611Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.612Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.612Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.612Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-11T07:05:56.613Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-11T07:05:56.614Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.614Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.615Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.615Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:05:56.616Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:05:56.616Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:05:56.616Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.617Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.617Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.618Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:05:56.618Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:05:56.618Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:05:56.619Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:05:56.619Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.620Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.620Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:05:56.620Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.621Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:05:56.621Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.621Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-11T07:05:56.622Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.622Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:05:56.623Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.623Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.623Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:05:56.624Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.624Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.625Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:05:56.625Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.625Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:05:56.634Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:05:56.635Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.635Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:05:56.635Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:05:56.635Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.636Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:05:56.637Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.637Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:05:56.637Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fe7c9c9-c57a-4a12-92c7-c5c384165ba9
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:05:56.638Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:05:56.639Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.639Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.639Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:05:56.640Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.641Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:05:56.641Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.641Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e4e58a3c-dee4-4827-b7bd-4fe5b197dd05
2022-04-11T07:05:56.642Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.642Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:05:56.642Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:05:56.642Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-11T07:05:56.643Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.643Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.643Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.644Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-11T07:05:56.644Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:05:56.645Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:05:56.645Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:05:56.645Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:05:56.645Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:05:56.646Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-11T07:05:56.646Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a0bf06ac-0b02-47aa-9b01-71ed7f6119b6
2022-04-11T07:05:56.647Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.647Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.647Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.647Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.648Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.648Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.649Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:05:56.649Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:05:56.649Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-11 07-03-06
Description:catalog service description
Model UUID:1ef73fc6-8fce-4b66-8e56-dac54e285b98
Model Version:NULL
Model InvariantUuid:5bbc7904-3999-4b27-8532-e9343b50500d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4a7e8836-60e5
Model UUID:c34b1304-82f7-4710-848c-4f234dcb1413
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:88e7a839-bf6c-4f6b-b334-7cc8719d1376
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7aa47055-39e5-4b08-9aac-cb7cdffebd94
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:041066a9-94cb-41f3-be66-37093681f83a
ModelName:Vfw4a7e883660e5..base_vfw..module-0
ModelUuid:57ec883e-4e01-4579-8888-631e5af24a2f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1fe7c9c9-c57a-4a12-92c7-c5c384165ba9
ModelInvariantUuid:a4d18a26-8ecc-4732-a4e3-7757c6b58cec
ModelName:vFW 4a7e8836-60e5-nodes.vfwCvfc
ModelUuid:a1130f36-9b68-428f-ad75-74ba8641b7af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3cf9dacc-39c9-4097-b284-9bd58c81f2e5
ModelInvariantUuid:61c70cd3-cbd7-4f4c-ab43-2235766d15a1
ModelName:Vfw4a7e883660e5.compute.nodes.heat.vfw
ModelUuid:51378643-70fe-42b7-aacf-4755dde15ca8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e4e58a3c-dee4-4827-b7bd-4fe5b197dd05
ModelInvariantUuid:b4fc6b7d-a6a2-4080-9e95-9f414c510edd
ModelName:vFW 4a7e8836-60e5-nodes.vsnCvfc
ModelUuid:c767c9c0-8c1b-4a42-a1e9-150cdcd872a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:17279f65-6c47-4bc6-b7d7-fa15538a4aac
ModelInvariantUuid:7b14dacf-147f-430c-a4de-32c6c6227d75
ModelName:Vfw4a7e883660e5.compute.nodes.heat.vsn
ModelUuid:22484ae9-60a0-4c08-9a1d-e79507004b9d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a0bf06ac-0b02-47aa-9b01-71ed7f6119b6
ModelInvariantUuid:b2312738-60c1-47fb-b414-ec26a27a3fd7
ModelName:vFW 4a7e8836-60e5-nodes.vpgCvfc
ModelUuid:19984193-de1a-4be6-b78b-324973032a21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1d8bf7d1-f604-449f-947f-28c9346eb0aa
ModelInvariantUuid:7486aa71-59c4-4754-af11-b9c557d78357
ModelName:Vfw4a7e883660e5.compute.nodes.heat.vpg
ModelUuid:48d47eb6-527a-4264-a2bb-a0515734e593
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-11T07:05:56.661Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 32280332-6324-49ce-867b-0cd388e85540
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:05:56.669Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||vFW 4a7e8836-60e5 0
2022-04-11T07:05:56.669Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32280332-6324-49ce-867b-0cd388e85540
2022-04-11T07:05:56.670Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9c3b5984-65df-43a8-8a69-31f4ab6d8f77 from URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json
2022-04-11T07:05:56.670Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-11T07:05:56.670Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json
2022-04-11T07:05:56.891Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-11T07:05:56.892Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json 9c3b5984-65df-43a8-8a69-31f4ab6d8f77 785
2022-04-11T07:05:56.892Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json ASDC sendASDCNotification
2022-04-11T07:05:56.892Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json
2022-04-11T07:05:56.892Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:05:56.893Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:56.894Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:56.895Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660756892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/vfw4a7e883660e50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:56.995Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:56.996Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:56.997Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:57.010Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:57.013Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:57.896Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4a7e883660e5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "041066a9-94cb-41f3-be66-37093681f83a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "57ec883e-4e01-4579-8888-631e5af24a2f",
"vfModuleModelCustomizationUUID": "162f613e-8de2-467a-b0ce-48b00515a309",
"isBase": true,
"artifacts": [
"cc2634ce-7576-4219-be76-67c8345af472",
"91405513-1336-43d7-bf82-446623398d3b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-11T07:05:57.907Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a7e883660e5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57ec883e-4e01-4579-8888-631e5af24a2f
VfModuleModelInvariantUUID:041066a9-94cb-41f3-be66-37093681f83a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc2634ce-7576-4219-be76-67c8345af472
,
91405513-1336-43d7-bf82-446623398d3b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-11T07:05:57.912Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4a7e883660e5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "041066a9-94cb-41f3-be66-37093681f83a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "57ec883e-4e01-4579-8888-631e5af24a2f",
"vfModuleModelCustomizationUUID": "162f613e-8de2-467a-b0ce-48b00515a309",
"isBase": true,
"artifacts": [
"cc2634ce-7576-4219-be76-67c8345af472",
"91405513-1336-43d7-bf82-446623398d3b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-11T07:05:57.915Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a7e883660e5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:57ec883e-4e01-4579-8888-631e5af24a2f
VfModuleModelInvariantUUID:041066a9-94cb-41f3-be66-37093681f83a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc2634ce-7576-4219-be76-67c8345af472
,
91405513-1336-43d7-bf82-446623398d3b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-04-11T07:05:57.916Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2634ce-7576-4219-be76-67c8345af472 from URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml
2022-04-11T07:05:57.916Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-11T07:05:57.917Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml
2022-04-11T07:05:58.094Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-11T07:05:58.095Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml cc2634ce-7576-4219-be76-67c8345af472 20368
2022-04-11T07:05:58.096Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-11T07:05:58.096Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml
2022-04-11T07:05:58.096Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:05:58.096Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:58.100Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:58.100Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660758095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:58.200Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-11T07:05:58.200Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:58.201Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:58.218Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:58.219Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:05:59.102Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 91405513-1336-43d7-bf82-446623398d3b from URL: /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
2022-04-11T07:05:59.103Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-11T07:05:59.103Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
2022-04-11T07:05:59.399Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-11T07:05:59.400Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env 91405513-1336-43d7-bf82-446623398d3b 2098
2022-04-11T07:05:59.400Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-11T07:05:59.400Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env
2022-04-11T07:05:59.401Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-11T07:05:59.401Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-11T07:05:59.403Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-11T07:05:59.404Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "15b7202a-0e34-4b8d-8fe6-cc4713b96b9f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649660759400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220411070306/1.0/resourceInstances/vfw4a7e883660e50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-11T07:05:59.504Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-11T07:05:59.505Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-11T07:05:59.505Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 47JESiROZMX7Hdml) ...
2022-04-11T07:05:59.517Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-11T07:05:59.518Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-11T07:06:00.404Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1ef73fc6-8fce-4b66-8e56-dac54e285b98
2022-04-11T07:06:00.405Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4a7e8836-60e5 0 32280332-6324-49ce-867b-0cd388e85540 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-11T07:06:00.423Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@552c948c, org.onap.sdc.toscaparser.api.parameters.Input@76a3a72b, org.onap.sdc.toscaparser.api.parameters.Input@3eb9847c, org.onap.sdc.toscaparser.api.parameters.Input@6ad17863, org.onap.sdc.toscaparser.api.parameters.Input@5be81941]
2022-04-11T07:06:00.426Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:06:00.426Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.427Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-04-11T07:06:00.427Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7aa47055-39e5-4b08-9aac-cb7cdffebd94
2022-04-11T07:06:00.427Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7aa47055-39e5-4b08-9aac-cb7cdffebd94 matches Tosca VF Customization UUID: 7aa47055-39e5-4b08-9aac-cb7cdffebd94
2022-04-11T07:06:00.427Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7aa47055-39e5-4b08-9aac-cb7cdffebd94 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-11T07:06:00.431Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:06:00.432Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-11T07:06:00.433Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7aa47055-39e5-4b08-9aac-cb7cdffebd94: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-11T07:06:00.433Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2382e5be
2022-04-11T07:06:00.434Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:06:00.434Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-11 07-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-11T07:06:00.434Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 162f613e-8de2-467a-b0ce-48b00515a309
2022-04-11T07:06:00.435Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 162f613e-8de2-467a-b0ce-48b00515a309
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-11T07:06:00.438Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:06:00.439Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:06:00.439Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:06:00.439Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:06:00.439Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is matching search criteria
2022-04-11T07:06:00.440Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4a7e8836-60e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-11T07:06:00.440Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-11T07:06:00.440Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vFW 4a7e8836-60e5 0 is not matching search criteria
2022-04-11T07:06:00.440Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-11T07:06:00.441Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-11T07:06:00.441Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-11T07:06:00.441Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-11T07:06:00.441Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-11T07:06:00.442Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.442Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-11T07:06:00.442Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-11T07:06:00.442Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-11T07:06:00.443Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-11T07:06:00.443Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-11T07:06:00.443Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fe7c9c9-c57a-4a12-92c7-c5c384165ba9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-11T07:06:00.448Z|15b7202a-0e34-4b8d-8fe6-cc4713b96b9f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery