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-21T03:27:52.452Z||main|||||INFO|500||The following profiles are active: basic
2022-04-21T03:28:24.814Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-21T03:28:24.819Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-21T03:28:25.143Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-21T03:28:35.085Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-21T03:28:36.134Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-21T03:28:37.510Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-21T03:28:37.546Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-21T03:28:37.835Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-21T03:28:38.804Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-21T03:28:40.519Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-21T03:28:46.681Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-21T03:28:51.827Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-21T03:28:51.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-21T03:28:53.444Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-21T03:28:53.870Z||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-21T03:28:57.820Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-21T03:29:00.620Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-21T03:29:00.693Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$36dd570f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-21T03:29:00.697Z||main|||||WARN|500||The sdc end point is not alive
2022-04-21T03:29:08.009Z||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-21T03:29:14.550Z||main|||||WARN|500||---
2022-04-21T03:29:14.552Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-21T03:29:14.553Z||main|||||WARN|500||---
2022-04-21T03:29:15.519Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-21T03:29:26.198Z||main|||||INFO|500||Started Application in 102.236 seconds (JVM running for 109.425)
2022-04-21T03:29:26.270Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-21T03:29:26.283Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-21T03:29:26.343Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-21T03:29:26.401Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-21T03:29:26.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c4bb6ea-83fd-42ea-83a2-49e178f3898a url= /sdc/v1/artifactTypes
2022-04-21T03:29:26.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-21T03:29:27.001Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-21T03:29:27.070Z||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-21T03:29:27.131Z||scheduling-1|||||DEBUG|500||create keys
2022-04-21T03:29:27.151Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-21T03:29:27.195Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:29:27.253Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ef5b3d21-70ae-4bdd-ae11-ca029ae9a8fe url= /sdc/v1/registerForDistribution
2022-04-21T03:29:27.538Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ef5b3d21-70ae-4bdd-ae11-ca029ae9a8fe url= /sdc/v1/registerForDistribution
2022-04-21T03:29:27.539Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-21T03:29:27.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:29:27.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:29:27.592Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-21T03:29:27.608Z||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-21T03:29:27.608Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:29:27.610Z||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-21T03:29:27.610Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:29:37.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:29:37.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:30:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:30:27.554Z||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-21T03:30:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:30:27.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:30:27.559Z||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-21T03:30:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:30:37.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:30:37.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:31:27.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:31:27.555Z||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-21T03:31:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:31:27.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:31:27.559Z||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-21T03:31:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:31:37.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:31:37.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:32:27.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:32:27.556Z||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-21T03:32:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:32:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:32:27.565Z||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-21T03:32:27.565Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:32:37.146Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:32:37.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:33:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:33:27.555Z||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-21T03:33:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:33:27.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:33:27.562Z||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-21T03:33:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:33:37.139Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:33:37.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:34:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:34:27.554Z||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-21T03:34:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:34:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:34:27.560Z||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-21T03:34:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:34:37.158Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:34:37.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:35:27.554Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:35:27.558Z||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-21T03:35:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:35:27.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:35:27.561Z||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-21T03:35:27.561Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:35:37.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:35:37.162Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:36:27.555Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:36:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:36:27.559Z||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-21T03:36:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:36:27.566Z||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-21T03:36:27.567Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:36:37.146Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:36:37.152Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:37:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:37:27.554Z||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-21T03:37:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:37:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:37:27.559Z||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-21T03:37:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:37:37.130Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:37:37.134Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:38:04.007Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-21T03:38:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:38:27.554Z||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-21T03:38:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:38:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:38:27.559Z||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-21T03:38:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:38:37.123Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:38:37.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:39:27.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:39:27.555Z||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-21T03:39:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:39:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:39:27.559Z||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-21T03:39:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:39:37.156Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:39:37.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:40:27.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:40:27.554Z||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-21T03:40:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:40:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:40:27.559Z||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-21T03:40:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:40:37.155Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:40:37.157Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:41:27.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:41:27.555Z||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-21T03:41:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:41:27.559Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:41:27.560Z||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-21T03:41:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:41:37.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:41:37.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:42:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:42:27.555Z||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-21T03:42:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:42:27.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:42:27.558Z||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-21T03:42:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:42:37.147Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:42:37.150Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:43:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:43:27.554Z||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-21T03:43:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:43:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:43:27.558Z||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-21T03:43:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:43:37.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:43:37.143Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:44:27.555Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:44:27.559Z||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-21T03:44:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:44:27.562Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:44:27.563Z||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-21T03:44:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:44:37.140Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:44:37.141Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:45:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:45:27.554Z||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-21T03:45:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:45:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:45:27.561Z||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-21T03:45:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:45:37.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:45:37.150Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:46:27.554Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:46:27.556Z||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-21T03:46:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:46:27.558Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:46:27.562Z||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-21T03:46:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:46:37.146Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:46:37.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:47:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:47:27.555Z||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-21T03:47:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:47:27.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:47:27.558Z||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-21T03:47:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:47:37.154Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:47:37.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:48:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:48:27.554Z||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-21T03:48:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:48:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:48:27.559Z||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-21T03:48:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:48:37.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:48:37.117Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:49:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:49:27.554Z||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-21T03:49:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:49:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:49:27.559Z||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-21T03:49:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:49:37.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:49:37.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:50:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:50:27.554Z||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-21T03:50:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:50:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:50:27.559Z||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-21T03:50:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:50:37.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:50:37.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:51:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:51:27.554Z||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-21T03:51:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:51:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:51:27.559Z||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-21T03:51:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:51:37.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:51:37.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:52:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:52:27.554Z||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-21T03:52:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:52:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:52:27.559Z||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-21T03:52:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:52:37.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:52:37.114Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:53:27.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:53:27.559Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:53:27.559Z||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-21T03:53:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:53:27.560Z||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-21T03:53:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:53:37.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:53:37.147Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:54:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:54:27.554Z||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-21T03:54:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:54:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:54:27.559Z||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-21T03:54:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:54:37.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:54:37.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:55:27.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:55:27.554Z||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-21T03:55:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:55:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:55:27.560Z||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-21T03:55:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:55:37.138Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:55:37.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:56:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:56:27.554Z||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-21T03:56:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:56:27.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:56:27.559Z||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-21T03:56:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:56:37.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:56:37.150Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:57:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:57:27.554Z||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-21T03:57:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:57:27.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:57:27.558Z||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-21T03:57:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:57:37.128Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:57:37.130Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:58:27.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:58:27.556Z||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-21T03:58:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:58:27.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:58:27.562Z||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-21T03:58:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:58:37.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:58:37.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:59:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:59:27.554Z||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-21T03:59:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:59:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:59:27.559Z||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-21T03:59:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:59:37.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T03:59:37.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:00:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:00:27.554Z||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-21T04:00:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:00:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:00:27.559Z||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-21T04:00:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:00:37.122Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:00:37.131Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:01:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:01:27.554Z||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-21T04:01:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:01:27.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:01:27.559Z||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-21T04:01:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:01:37.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:01:37.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:02:27.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:02:27.557Z||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-21T04:02:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:02:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:02:27.560Z||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-21T04:02:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:02:37.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:02:37.119Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:03:27.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:03:27.557Z||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-21T04:03:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:03:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:03:27.559Z||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-21T04:03:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:03:37.139Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:03:37.143Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:04:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:04:27.554Z||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-21T04:04:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:04:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:04:27.560Z||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-21T04:04:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:04:37.119Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:04:37.124Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:05:27.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:05:27.555Z||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-21T04:05:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:05:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:05:27.558Z||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-21T04:05:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:05:37.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:05:37.127Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:06:27.553Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:06:27.555Z||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-21T04:06:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:06:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:06:27.559Z||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-21T04:06:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:06:37.106Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:06:37.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:07:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:07:27.554Z||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-21T04:07:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:07:27.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:07:27.559Z||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-21T04:07:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:07:37.128Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:07:37.130Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:08:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:08:27.554Z||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-21T04:08:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:08:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:08:27.563Z||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-21T04:08:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:08:37.146Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:08:37.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:09:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:09:27.554Z||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-21T04:09:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:09:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:09:27.558Z||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-21T04:09:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:09:37.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:09:37.121Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:10:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:10:27.555Z||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-21T04:10:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:10:27.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:10:27.559Z||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-21T04:10:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:10:37.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:10:37.126Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:11:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:11:27.554Z||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-21T04:11:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:11:27.559Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:11:27.561Z||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-21T04:11:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:11:37.119Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:11:37.121Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:12:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:12:27.554Z||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-21T04:12:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:12:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:12:27.558Z||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-21T04:12:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:12:37.127Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:12:37.130Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:13:27.553Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:13:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:13:27.558Z||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-21T04:13:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:13:27.558Z||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-21T04:13:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:13:37.138Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:13:37.151Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:14:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:14:27.554Z||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-21T04:14:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:14:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:14:27.559Z||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-21T04:14:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:14:37.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:14:37.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:15:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:15:27.555Z||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-21T04:15:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:15:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:15:27.559Z||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-21T04:15:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:15:37.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:15:37.122Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:16:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:16:27.554Z||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-21T04:16:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:16:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:16:27.559Z||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-21T04:16:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:16:37.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:16:37.123Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:17:27.555Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:17:27.564Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:17:27.566Z||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-21T04:17:27.566Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:17:27.556Z||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-21T04:17:27.574Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:17:37.144Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:17:37.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:18:27.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:18:27.556Z||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-21T04:18:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:18:27.558Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:18:27.562Z||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-21T04:18:27.564Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:18:37.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:18:37.135Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:19:27.552Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:19:27.554Z||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-21T04:19:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:19:27.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:19:27.567Z||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-21T04:19:27.567Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:19:37.134Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:19:37.134Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:20:27.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:20:27.555Z||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-21T04:20:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:20:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:20:27.558Z||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-21T04:20:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:20:37.140Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:20:37.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:21:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:21:27.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:21:27.559Z||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-21T04:21:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:21:27.560Z||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-21T04:21:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:21:37.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:21:37.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:22:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:22:27.553Z||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-21T04:22:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:22:27.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:22:27.558Z||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-21T04:22:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:22:37.134Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:22:37.138Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:23:27.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:23:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:23:27.557Z||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-21T04:23:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:23:27.558Z||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-21T04:23:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:23:37.132Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:23:37.132Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:24:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:24:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:24:27.559Z||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-21T04:24:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:24:27.574Z||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-21T04:24:27.574Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:24:37.135Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:24:37.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:25:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:25:27.554Z||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-21T04:25:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:25:27.559Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:25:27.560Z||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-21T04:25:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:25:37.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:25:37.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:26:27.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:26:27.556Z||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-21T04:26:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:26:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:26:27.565Z||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-21T04:26:27.565Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:26:37.131Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:26:37.143Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:27:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:27:27.554Z||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-21T04:27:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:27:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:27:27.559Z||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-21T04:27:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:27:37.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:27:37.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:28:27.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:28:27.555Z||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-21T04:28:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:28:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:28:27.559Z||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-21T04:28:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:28:37.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:28:37.128Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:29:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:29:27.555Z||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-21T04:29:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:29:27.559Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:29:27.560Z||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-21T04:29:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:29:37.126Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:29:37.128Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:30:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:30:27.554Z||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-21T04:30:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:30:27.562Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:30:27.563Z||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-21T04:30:27.564Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:30:37.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:30:37.134Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:31:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:31:27.554Z||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-21T04:31:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:31:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:31:27.559Z||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-21T04:31:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:31:37.117Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:31:37.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:32:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:32:27.554Z||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-21T04:32:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:32:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:32:27.559Z||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-21T04:32:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:32:37.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:32:37.145Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:33:27.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:33:27.558Z||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-21T04:33:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:33:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:33:27.560Z||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-21T04:33:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:33:37.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:33:37.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:34:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:34:27.554Z||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-21T04:34:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:34:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:34:27.559Z||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-21T04:34:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:34:37.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:34:37.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:35:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:35:27.554Z||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-21T04:35:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:35:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:35:27.560Z||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-21T04:35:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:35:37.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:35:37.133Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:36:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:36:27.554Z||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-21T04:36:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:36:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:36:27.561Z||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-21T04:36:27.561Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:36:37.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:36:37.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:37:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:37:27.554Z||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-21T04:37:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:37:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:37:27.559Z||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-21T04:37:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:37:37.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:37:37.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:38:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:38:27.554Z||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-21T04:38:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:38:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:38:27.559Z||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-21T04:38:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:38:37.120Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:38:37.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:39:27.554Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:39:27.555Z||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-21T04:39:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:39:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:39:27.570Z||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-21T04:39:27.571Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:39:37.134Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:39:37.134Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:40:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:40:27.554Z||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-21T04:40:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:40:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:40:27.559Z||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-21T04:40:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:40:37.124Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:40:37.127Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:41:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:41:27.554Z||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-21T04:41:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:41:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:41:27.559Z||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-21T04:41:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:41:37.149Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:41:37.149Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:42:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:42:27.553Z||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-21T04:42:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:42:27.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:42:27.559Z||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-21T04:42:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:42:37.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:42:37.124Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:43:27.552Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:43:27.555Z||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-21T04:43:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:43:27.559Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:43:27.560Z||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-21T04:43:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:43:37.152Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:43:37.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:44:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:44:27.555Z||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-21T04:44:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:44:27.559Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:44:27.561Z||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-21T04:44:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:44:37.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:44:37.160Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:45:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:45:27.554Z||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-21T04:45:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:45:27.559Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:45:27.560Z||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-21T04:45:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:45:37.127Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:45:37.129Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:46:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:46:27.553Z||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-21T04:46:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:46:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:46:27.559Z||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-21T04:46:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:46:37.137Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:46:37.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:47:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:47:27.554Z||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-21T04:47:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:47:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:47:27.558Z||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-21T04:47:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:47:37.123Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:47:37.126Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:48:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:48:27.554Z||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-21T04:48:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:48:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:48:27.559Z||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-21T04:48:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:48:37.123Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:48:37.146Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:49:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:49:27.553Z||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-21T04:49:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:49:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:49:27.558Z||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-21T04:49:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:49:37.130Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:49:37.130Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:50:27.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:50:27.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:50:27.561Z||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-21T04:50:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:50:27.563Z||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-21T04:50:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:50:37.138Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:50:37.138Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:51:26.126Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-21T04:51:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:51:27.554Z||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-21T04:51:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:51:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:51:27.559Z||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-21T04:51:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:51:37.143Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:51:37.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:52:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:52:27.553Z||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-21T04:52:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:52:27.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:52:27.559Z||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-21T04:52:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:52:37.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:52:37.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:53:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:53:27.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:53:27.561Z||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-21T04:53:27.561Z||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-21T04:53:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:53:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:53:37.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:53:37.184Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:54:27.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:54:27.557Z||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-21T04:54:27.559Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:54:27.560Z||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-21T04:54:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:54:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:54:37.147Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:54:37.154Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:55:27.558Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:55:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:55:27.560Z||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-21T04:55:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:55:27.560Z||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-21T04:55:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:55:37.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:55:37.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:56:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:56:27.555Z||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-21T04:56:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:56:27.566Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:56:27.568Z||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-21T04:56:27.569Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:56:37.138Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:56:37.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:57:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:57:27.553Z||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-21T04:57:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:57:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:57:27.559Z||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-21T04:57:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:57:37.133Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:57:37.142Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:58:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:58:27.554Z||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-21T04:58:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:58:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:58:27.559Z||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-21T04:58:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:58:37.140Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:58:37.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:59:27.554Z||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-21T04:59:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:59:27.559Z||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-21T04:59:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:27.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:28.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517118752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.216Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:28.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"299a3da5-87a9-4e5a-8f76-570c78ee91b7","serviceName":"vFW 2022-04-21 04-55-52","serviceVersion":"1.0","serviceUUID":"59a0f988-cc2c-4c9c-85da-41834eb665ec","serviceDescription":"catalog service description","serviceInvariantUUID":"741e5539-b8a0-4859-9e7f-96f734c133e3","resources":[{"resourceInstanceName":"vFW 44b90301-7e5b 0","resourceName":"vFW 44b90301-7e5b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ca30254d-b1c6-4db6-831d-041fd3f8c81b","resourceInvariantUUID":"364b7056-2a40-4bbc-bb40-af32985af6cb","resourceCustomizationUUID":"595c08ca-be47-44e6-b9d9-a5aa08b9a733","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml","artifactChecksum":"ZmY5ZDEwZDIxOWMxMDI3YTZjZWExNWZiYWVjNTE5ZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"585fadf0-7d34-4287-bf43-9a0f3166ca2a","artifactVersion":"1"},{"artifactName":"vfw44b903017e5b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json","artifactChecksum":"ODBjZjFhZDgzMThkYTlmNjUwMDc2NmY0MjJjMGI3ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4299ea3b-0425-445c-a428-a2ef1de84a40","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39ffdaa5-a068-4966-92c0-a05909659fc7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml","artifactChecksum":"MmRmM2I4ZDM3Y2M4ZTliODAxOGE0ZWVlMGY1MWExZTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ce8e5d8-2798-4492-a9fa-650e5c804f23","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cad9e241-3701-4593-a5c0-8701252e144b","artifactVersion":"2","generatedFromUUID":"39ffdaa5-a068-4966-92c0-a05909659fc7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220421045552-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml","artifactChecksum":"M2U0Njc1MmM3OGQ1YzEyNzYzYzJiMjU2NWFhYjY4ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"353486b1-1699-4a99-a6b2-b952335df1f2","artifactVersion":"1"},{"artifactName":"service-Vfw20220421045552-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar","artifactChecksum":"Yzk1ZjAwZjE4NmNmMTFjNzA0YzYyOTdhMzliNDFiYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37c032ba-5b93-410f-b2ae-0745cae9b131","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T04:59:28.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "cds",
"timestamp": 1650517118554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517115205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517114410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517118752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "cds",
"timestamp": 1650517118554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517115205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "NOTIFIED"
}
2022-04-21T04:59:28.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517114410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517118752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "cds",
"timestamp": 1650517118554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517115205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-21T04:59:28.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517114410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-21T04:59:28.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517122780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.246Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:28.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517118752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "cds",
"timestamp": 1650517118554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517115205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517122780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517114410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517118752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "cds",
"timestamp": 1650517118554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517115205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-21T04:59:28.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517122780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517114410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517118752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "cds",
"timestamp": 1650517118554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.265Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517115205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517114410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517122780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517118752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "cds",
"timestamp": 1650517118554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517122780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517115205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517114410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "dcae-sch",
"timestamp": 1650517127564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517122780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517128416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517129388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "dcae-sch",
"timestamp": 1650517127564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "cds",
"timestamp": 1650517128497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517129416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517122780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "dcae-sch",
"timestamp": 1650517127564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "cds",
"timestamp": 1650517129578,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-04-21T04:59:28.335Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:28.335Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.436Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-21T04:59:28.444Z||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.
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-21T04:59:28.444Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:28.474Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:28.476Z||pool-3-thread-1|||||INFO|500||cambria reply ok (34 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-21T04:59:28.796Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:28.840Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:28.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517130457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:28.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517130609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517129345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "dcae-sch",
"timestamp": 1650517127564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:28.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "policy-id",
"timestamp": 1650517131469,
"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-21T04:59:29.009Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:29.010Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:29.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517131811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517129345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "dcae-sch",
"timestamp": 1650517127564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517129345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "dcae-sch",
"timestamp": 1650517127564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517133701,
"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-21T04:59:29.101Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:29.101Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:29.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517129345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "dcae-sch",
"timestamp": 1650517127564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517134717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:29.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517129345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "cds",
"timestamp": 1650517133554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517134411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517129345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "cds",
"timestamp": 1650517133554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517134411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517135742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517129345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "cds",
"timestamp": 1650517133554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517134411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517135742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "cds",
"timestamp": 1650517133554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517137327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.177Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517134411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517135742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "cds",
"timestamp": 1650517133554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517134411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517135742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "cds",
"timestamp": 1650517133554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517134411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517135742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "cds",
"timestamp": 1650517133554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517134411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517135742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517135742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "cds",
"timestamp": 1650517142091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517143130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517143722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517142780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517143120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "cds",
"timestamp": 1650517143097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-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-21T04:59:29.227Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T04:59:29.228Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T04:59:29.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517144139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:29.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517142780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517144125,
"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-21T04:59:29.266Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:29.266Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:29.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517145107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "policy-id",
"timestamp": 1650517145148,
"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-21T04:59:29.314Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T04:59:29.315Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T04:59:29.348Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:29.349Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:29.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517142780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517146317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517142780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517147396,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-04-21T04:59:29.353Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:29.353Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T04:59:29.386Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T04:59:29.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T04:59:29.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517142780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "dcae-sch",
"timestamp": 1650517147564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517148407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:29.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517142780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "dcae-sch",
"timestamp": 1650517147564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517148491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:29.453Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T04:59:29.454Z||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-21T04:59:29.455Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:29.457Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517142780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "dcae-sch",
"timestamp": 1650517147564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "aai-ml",
"timestamp": 1650517149497,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-04-21T04:59:29.482Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:29.483Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 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=?
2022-04-21T04:59:29.536Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:29.536Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:29.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "dcae-sch",
"timestamp": 1650517147564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517150501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "dcae-sch",
"timestamp": 1650517147564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517150501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "dcae-sch",
"timestamp": 1650517147564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517150501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "dcae-sch",
"timestamp": 1650517147564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517150501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517150501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517150501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517150501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517158359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517159345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517159345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517159345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517159345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517159345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517159345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:29.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517159345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:29.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-21T04:59:30.354Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:30.358Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:30.367Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:30.368Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-21T04:59:30.463Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-21T04:59:30.464Z||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-21T04:59:30.464Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:30.479Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:30.480Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:31.369Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:31.370Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:31.376Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:31.376Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:31.475Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T04:59:31.476Z||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-21T04:59:31.477Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:31.494Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:31.495Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:32.379Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:32.380Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:32.384Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:32.384Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-21T04:59:32.485Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T04:59:32.487Z||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-21T04:59:32.487Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:32.501Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:32.503Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:33.385Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:33.387Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:33.390Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:33.391Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T04:59:33.491Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T04:59:33.492Z||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-21T04:59:33.493Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:33.532Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:33.533Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:34.394Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:34.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:34.408Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:34.409Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T04:59:34.506Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-21T04:59:34.508Z||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-21T04:59:34.508Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:34.526Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:34.527Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:35.413Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"serviceName": "vFW 2022-04-21 04-55-52",
"serviceVersion": "1.0",
"serviceUUID": "59a0f988-cc2c-4c9c-85da-41834eb665ec",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "741e5539-b8a0-4859-9e7f-96f734c133e3",
"resources": [
{
"resourceInstanceName": "vFW 44b90301-7e5b 0",
"resourceCustomizationUUID": "595c08ca-be47-44e6-b9d9-a5aa08b9a733",
"resourceName": "vFW 44b90301-7e5b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ca30254d-b1c6-4db6-831d-041fd3f8c81b",
"resourceInvariantUUID": "364b7056-2a40-4bbc-bb40-af32985af6cb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw44b903017e5b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"artifactChecksum": "ODBjZjFhZDgzMThkYTlmNjUwMDc2NmY0MjJjMGI3ZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4299ea3b-0425-445c-a428-a2ef1de84a40",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "39ffdaa5-a068-4966-92c0-a05909659fc7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cad9e241-3701-4593-a5c0-8701252e144b",
"generatedFromUUID": "39ffdaa5-a068-4966-92c0-a05909659fc7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cad9e241-3701-4593-a5c0-8701252e144b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220421045552-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"artifactChecksum": "Yzk1ZjAwZjE4NmNmMTFjNzA0YzYyOTdhMzliNDFiYTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "37c032ba-5b93-410f-b2ae-0745cae9b131"
}
],
"workloadContext": "Production"
}
2022-04-21T04:59:35.418Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T04:59:35.419Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59a0f988-cc2c-4c9c-85da-41834eb665ec ASDC
2022-04-21T04:59:35.679Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:299a3da5-87a9-4e5a-8f76-570c78ee91b7
ServiceName:vFW 2022-04-21 04-55-52
ServiceVersion:1.0
ServiceUUID:59a0f988-cc2c-4c9c-85da-41834eb665ec
ServiceInvariantUUID:741e5539-b8a0-4859-9e7f-96f734c133e3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220421045552-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
ArtifactUUID:37c032ba-5b93-410f-b2ae-0745cae9b131
ArtifactChecksum:Yzk1ZjAwZjE4NmNmMTFjNzA0YzYyOTdhMzliNDFiYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 44b90301-7e5b 0
ResourceCustomizationUUID:595c08ca-be47-44e6-b9d9-a5aa08b9a733
ResourceInvariantUUID:364b7056-2a40-4bbc-bb40-af32985af6cb
ResourceName:vFW 44b90301-7e5b
ResourceType:VF
ResourceUUID:ca30254d-b1c6-4db6-831d-041fd3f8c81b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw44b903017e5b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
ArtifactUUID:4299ea3b-0425-445c-a428-a2ef1de84a40
ArtifactChecksum:ODBjZjFhZDgzMThkYTlmNjUwMDc2NmY0MjJjMGI3ZmI=
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/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
ArtifactUUID:39ffdaa5-a068-4966-92c0-a05909659fc7
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/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
ArtifactUUID:cad9e241-3701-4593-a5c0-8701252e144b
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/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
ArtifactUUID:cad9e241-3701-4593-a5c0-8701252e144b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-21T04:59:35.680Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59a0f988-cc2c-4c9c-85da-41834eb665ec 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-21T04:59:35.843Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T04:59:35.846Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T04:59:35.850Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T04:59:35.850Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37c032ba-5b93-410f-b2ae-0745cae9b131 from URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:35.851Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T04:59:35.857Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:36.231Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T04:59:36.289Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar 37c032ba-5b93-410f-b2ae-0745cae9b131 98946
2022-04-21T04:59:36.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar ASDC sendASDCNotification
2022-04-21T04:59:36.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:36.296Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T04:59:36.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:36.304Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:36.304Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517176290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:36.404Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T04:59:36.406Z||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-21T04:59:36.407Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:36.438Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:36.444Z||pool-10-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:37.306Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T04:59:37.309Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T04:59:37.310Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 37c032ba-5b93-410f-b2ae-0745cae9b131, URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar to file: /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:37.311Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220421045552-csar.csar
2022-04-21T04:59:37.577Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:37.578Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:39.495Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14670157418915424601/Definitions/service-Vfw20220421045552-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-21T04:59:46.055Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T04:59:46.066Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T04:59:46.066Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.067Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-21T04:59:46.068Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.069Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.069Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.070Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.070Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.071Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.071Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.071Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.072Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 44b90301-7e5b 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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.072Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.073Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.073Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.076Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.077Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T04:59:46.090Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.095Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.105Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.106Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T04:59:46.110Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T04:59:46.115Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.116Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.116Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.117Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T04:59:46.117Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T04:59:46.118Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.118Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.129Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.129Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:46.130Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:46.130Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:46.130Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:46.131Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.131Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.132Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.132Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:46.132Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:46.133Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:46.133Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.134Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.134Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:46.134Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.135Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:46.135Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.136Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T04:59:46.137Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.137Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T04:59:46.139Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.140Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.140Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:46.141Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.141Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.142Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:46.143Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.143Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.144Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:46.145Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.145Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:46.146Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:46.146Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:46.146Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-21T04:59:46.146Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:46.147Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:46.148Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.148Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.148Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:46.149Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.149Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:46.149Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.150Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3e9a2c64-74d5-44ee-8833-db8155e7b303
2022-04-21T04:59:46.151Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.152Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:46.152Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:46.153Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:46.153Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:46.153Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.154Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.154Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.155Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:46.155Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-21T04:59:46.156Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:46.156Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.156Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:46.157Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.157Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f61a0d67-4490-4383-a288-73035a58afd5
2022-04-21T04:59:46.158Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.158Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:46.159Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:46.159Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:46.159Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:46.160Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.160Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.160Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.161Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:46.161Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:46.162Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:46.162Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.162Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.163Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-21T04:59:46.163Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=794ab45b-37fd-45d2-ab9e-7a23ad10c801
2022-04-21T04:59:46.164Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.164Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.165Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.165Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.165Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.166Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.166Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:46.166Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.167Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-21 04-55-52
Description:catalog service description
Model UUID:59a0f988-cc2c-4c9c-85da-41834eb665ec
Model Version:NULL
Model InvariantUuid:741e5539-b8a0-4859-9e7f-96f734c133e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 44b90301-7e5b
Model UUID:9889ad25-0799-4dbb-983d-1a8947d22218
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:364b7056-2a40-4bbc-bb40-af32985af6cb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:595c08ca-be47-44e6-b9d9-a5aa08b9a733
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6866aae1-36cf-4ad3-99b0-debd2c6e07c3
ModelName:Vfw44b903017e5b..base_vfw..module-0
ModelUuid:daeb9303-fa4a-496c-b6bb-5cafec03c42f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3e9a2c64-74d5-44ee-8833-db8155e7b303
ModelInvariantUuid:26474c99-5b98-4bdf-8156-2fd3154d2fa0
ModelName:vFW 44b90301-7e5b-nodes.vfwCvfc
ModelUuid:280f9a62-be07-403d-9f93-13a3ae2a31a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:48fb978c-8807-48c2-961d-8555e3cab975
ModelInvariantUuid:71c4976e-6f5c-4c79-94c5-c28a2b60f320
ModelName:Vfw44b903017e5b.compute.nodes.heat.vfw
ModelUuid:9a4bd963-95fe-4ed7-b0a5-455178e74c24
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f61a0d67-4490-4383-a288-73035a58afd5
ModelInvariantUuid:c2b4472c-cc8e-4f45-a978-ba8e92d6ad52
ModelName:vFW 44b90301-7e5b-nodes.vsnCvfc
ModelUuid:21a71798-b06b-45c4-878e-45c57c45dc40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8b7b1963-cc77-480a-b1c6-651f88587e2e
ModelInvariantUuid:33b4db4c-27b8-4a09-863f-5288075dfbc0
ModelName:Vfw44b903017e5b.compute.nodes.heat.vsn
ModelUuid:d600484a-9bdc-42ea-b06c-379c3208418c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:794ab45b-37fd-45d2-ab9e-7a23ad10c801
ModelInvariantUuid:886c1a0d-b22b-4f97-82f1-0805946998d1
ModelName:vFW 44b90301-7e5b-nodes.vpgCvfc
ModelUuid:4a192d2a-0301-4722-8f8c-2282603aded8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3d60d2cf-6ac8-4adc-8f1f-e3ddc5b32a0f
ModelInvariantUuid:1f283887-cf12-446e-8608-bbb567a39fed
ModelName:Vfw44b903017e5b.compute.nodes.heat.vpg
ModelUuid:83b03681-90cd-4fbe-8edb-2a50bff6e616
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-21T04:59:46.193Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ca30254d-b1c6-4db6-831d-041fd3f8c81b
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-21T04:59:46.434Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||vFW 44b90301-7e5b 0
2022-04-21T04:59:46.445Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ca30254d-b1c6-4db6-831d-041fd3f8c81b
2022-04-21T04:59:46.446Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4299ea3b-0425-445c-a428-a2ef1de84a40 from URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
2022-04-21T04:59:46.446Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T04:59:46.447Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
2022-04-21T04:59:46.582Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T04:59:46.582Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json 4299ea3b-0425-445c-a428-a2ef1de84a40 785
2022-04-21T04:59:46.583Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json ASDC sendASDCNotification
2022-04-21T04:59:46.583Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
2022-04-21T04:59:46.583Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T04:59:46.585Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:46.588Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:46.589Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517186583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:46.692Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-21T04:59:46.694Z||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-21T04:59:46.694Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:46.712Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:46.713Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:47.591Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw44b903017e5b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6866aae1-36cf-4ad3-99b0-debd2c6e07c3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "daeb9303-fa4a-496c-b6bb-5cafec03c42f",
"vfModuleModelCustomizationUUID": "fafeaf60-ec80-41d5-9383-6a444171fac0",
"isBase": true,
"artifacts": [
"39ffdaa5-a068-4966-92c0-a05909659fc7",
"cad9e241-3701-4593-a5c0-8701252e144b"
],
"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-21T04:59:47.627Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw44b903017e5b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:daeb9303-fa4a-496c-b6bb-5cafec03c42f
VfModuleModelInvariantUUID:6866aae1-36cf-4ad3-99b0-debd2c6e07c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ffdaa5-a068-4966-92c0-a05909659fc7
,
cad9e241-3701-4593-a5c0-8701252e144b
}
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-21T04:59:47.639Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw44b903017e5b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6866aae1-36cf-4ad3-99b0-debd2c6e07c3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "daeb9303-fa4a-496c-b6bb-5cafec03c42f",
"vfModuleModelCustomizationUUID": "fafeaf60-ec80-41d5-9383-6a444171fac0",
"isBase": true,
"artifacts": [
"39ffdaa5-a068-4966-92c0-a05909659fc7",
"cad9e241-3701-4593-a5c0-8701252e144b"
],
"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-21T04:59:47.640Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw44b903017e5b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:daeb9303-fa4a-496c-b6bb-5cafec03c42f
VfModuleModelInvariantUUID:6866aae1-36cf-4ad3-99b0-debd2c6e07c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ffdaa5-a068-4966-92c0-a05909659fc7
,
cad9e241-3701-4593-a5c0-8701252e144b
}
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-21T04:59:47.640Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39ffdaa5-a068-4966-92c0-a05909659fc7 from URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
2022-04-21T04:59:47.641Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T04:59:47.641Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
2022-04-21T04:59:47.875Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T04:59:47.877Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml 39ffdaa5-a068-4966-92c0-a05909659fc7 20368
2022-04-21T04:59:47.878Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-21T04:59:47.878Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
2022-04-21T04:59:47.878Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T04:59:47.879Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:47.882Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:47.883Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517187877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:47.986Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-21T04:59:47.988Z||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-21T04:59:47.988Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:48.022Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:48.024Z||pool-12-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:48.900Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cad9e241-3701-4593-a5c0-8701252e144b from URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
2022-04-21T04:59:48.902Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T04:59:48.902Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
2022-04-21T04:59:49.085Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T04:59:49.086Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env cad9e241-3701-4593-a5c0-8701252e144b 2098
2022-04-21T04:59:49.087Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-21T04:59:49.087Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
2022-04-21T04:59:49.088Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T04:59:49.088Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:49.096Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:49.096Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517189087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-21T04:59:49.192Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-21T04:59:49.193Z||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-21T04:59:49.194Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:49.206Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:49.207Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-21T04:59:50.097Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 59a0f988-cc2c-4c9c-85da-41834eb665ec
2022-04-21T04:59:50.099Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 44b90301-7e5b 0 ca30254d-b1c6-4db6-831d-041fd3f8c81b 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-21T04:59:50.180Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a9dd93d, org.onap.sdc.toscaparser.api.parameters.Input@5a16db1e, org.onap.sdc.toscaparser.api.parameters.Input@19fb2569, org.onap.sdc.toscaparser.api.parameters.Input@63faeded, org.onap.sdc.toscaparser.api.parameters.Input@579a949e]
2022-04-21T04:59:50.189Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.190Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.191Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-04-21T04:59:50.192Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 595c08ca-be47-44e6-b9d9-a5aa08b9a733
2022-04-21T04:59:50.192Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 595c08ca-be47-44e6-b9d9-a5aa08b9a733 matches Tosca VF Customization UUID: 595c08ca-be47-44e6-b9d9-a5aa08b9a733
2022-04-21T04:59:50.192Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 595c08ca-be47-44e6-b9d9-a5aa08b9a733 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-21T04:59:50.208Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.209Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.212Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 595c08ca-be47-44e6-b9d9-a5aa08b9a733: {\"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-21T04:59:50.212Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62494ef8
2022-04-21T04:59:50.213Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.213Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T04:59:50.216Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fafeaf60-ec80-41d5-9383-6a444171fac0
2022-04-21T04:59:50.221Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fafeaf60-ec80-41d5-9383-6a444171fac0
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-21T04:59:50.238Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.239Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.239Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.242Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.242Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.243Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.243Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.244Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:50.244Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:50.244Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:50.245Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-21T04:59:50.245Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:50.246Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:50.246Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.246Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.247Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:50.247Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.248Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:50.248Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.248Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3e9a2c64-74d5-44ee-8833-db8155e7b303
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-21T04:59:50.265Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.266Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.266Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.267Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.268Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:50.269Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:50.270Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:50.270Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:50.271Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.271Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.272Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.272Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:50.272Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-21T04:59:50.273Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:50.273Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.274Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:50.275Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.275Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f61a0d67-4490-4383-a288-73035a58afd5
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-21T04:59:50.282Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.284Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.284Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.289Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.290Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:50.290Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:50.291Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:50.291Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:50.291Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.292Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.292Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.292Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:50.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:50.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:50.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.294Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.294Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-21T04:59:50.294Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=794ab45b-37fd-45d2-ab9e-7a23ad10c801
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-21T04:59:50.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.300Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.300Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.301Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.302Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.302Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=595c08ca-be47-44e6-b9d9-a5aa08b9a733
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-21T04:59:50.309Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.310Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.311Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 59a0f988-cc2c-4c9c-85da-41834eb665ec: vFW 44b90301-7e5b
2022-04-21T04:59:50.312Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.312Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.313Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.313Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.314Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.314Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.314Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.315Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.316Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T04:59:50.316Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.316Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-21 04-55-52
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-21T04:59:51.196Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 44b90301-7e5b ca30254d-b1c6-4db6-831d-041fd3f8c81b 1 ASDC deployResourceStructure
2022-04-21T04:59:51.197Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json ASDC sendASDCNotification
2022-04-21T04:59:51.197Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
2022-04-21T04:59:51.198Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T04:59:51.198Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:51.201Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:51.201Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517191197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:51.302Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T04:59:51.304Z||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-21T04:59:51.305Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:51.326Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:51.327Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:52.207Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-21T04:59:52.207Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
2022-04-21T04:59:52.208Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T04:59:52.209Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:52.213Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:52.213Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517192207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:52.313Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T04:59:52.314Z||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-21T04:59:52.315Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:52.330Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:52.331Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:53.215Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-21T04:59:53.215Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
2022-04-21T04:59:53.215Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T04:59:53.216Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:53.218Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:53.218Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517193214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:53.319Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T04:59:53.321Z||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-21T04:59:53.321Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:53.339Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:53.340Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:54.220Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar ASDC sendASDCNotification
2022-04-21T04:59:54.230Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:54.230Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T04:59:54.231Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:54.234Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:54.234Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517194220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T04:59:54.335Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T04:59:54.337Z||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-21T04:59:54.337Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:54.351Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T04:59:54.352Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-21T04:59:55.239Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 299a3da5-87a9-4e5a-8f76-570c78ee91b7
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-21T04:59:55.283Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 299a3da5-87a9-4e5a-8f76-570c78ee91b7
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-21T04:59:55.298Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T04:59:55.298Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T04:59:55.298Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T04:59:55.300Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T04:59:55.335Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:00:25.340Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T05:00:25.365Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 299a3da5-87a9-4e5a-8f76-570c78ee91b7 and serviceModelVersionId: 59a0f988-cc2c-4c9c-85da-41834eb665ec
2022-04-21T05:00:25.366Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 741e5539-b8a0-4859-9e7f-96f734c133e3
2022-04-21T05:00:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:00:27.559Z||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-21T05:00:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:00:27.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:00:27.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T05:00:27.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517167187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:00:27.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:00:55.768Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0
2022-04-21T05:00:56.076Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:00:57.452Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-21T05:00:57.464Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0|INFO|500||Invoke
2022-04-21T05:00:57.836Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-21T05:00:58.170Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0|INFO|500||InvokeReturn
2022-04-21T05:00:58.171Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220421-05:00:57:960-36283], vertex-id=[348176], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:00:57 GMT], Content-Type=[application/json]}
2022-04-21T05:00:58.173Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:00:58.186Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:00:58.187Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-21T05:00:58.199Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-21T05:00:58.201Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 299a3da5-87a9-4e5a-8f76-570c78ee91b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:00:58.203Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:00:58.204Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:00:58.208Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:00:58.209Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517258201,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:00:58.308Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:00:58.310Z||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-21T05:00:58.311Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:00:58.381Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:00:58.382Z||pool-18-thread-1|||||INFO|500||cambria reply ok (73 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-21T05:00:59.230Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-21T05:00:59.231Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ba90886-6ed6-41be-a247-e00680448cb7","serviceName":"basic_onboard_iMGOSR","serviceVersion":"1.0","serviceUUID":"529b55f1-7671-4c74-9e7a-fe40805021f0","serviceDescription":"service","serviceInvariantUUID":"905b92a6-a40b-48ad-b284-05ebf6c134d3","resources":[{"resourceInstanceName":"basic_onboard_iMGOSR 0","resourceName":"basic_onboard_iMGOSR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26","resourceInvariantUUID":"465847b1-148d-4544-8798-9a518e4376fd","resourceCustomizationUUID":"ec905f6e-3cbe-4871-9626-3da2584504d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml","artifactChecksum":"NDgzMjMyYmIxYzFlYTMwMzkyY2MyMDRkMDQyOTljMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57f29da4-c789-44b5-92f6-ce5758fd88c3","artifactVersion":"1"},{"artifactName":"basic_onboard_imgosr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json","artifactChecksum":"NTU5ZmM0YWY4OWRmOWM3NWY4ZWQ2NmM1YTE0NDc0OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d064bd9-e034-4091-bd94-0bc99e45a71f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7138f04-4ccc-4136-bea8-3f97baa37c41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86e21f73-2cbb-4865-a852-2fe6d1dd9fb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49d16b18-2c97-448e-9e95-6cf210880807","artifactVersion":"2","generatedFromUUID":"f7138f04-4ccc-4136-bea8-3f97baa37c41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardImgosr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml","artifactChecksum":"Nzg0YTc3ZThiYTlhMGViMWM5MmVkODZlZWY2YzU3YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6692e199-a6f4-4712-8ad1-2967362fe905","artifactVersion":"1"},{"artifactName":"service-BasicOnboardImgosr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar","artifactChecksum":"NWUwMzUzODM5NGI0YjZmNmUyMjE5OWRiOWRhMjE2NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b992d9ec-938d-4075-8533-c51a2d046dc6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:00:59.233Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:00:59.234Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:00:59.241Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:00:59.242Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:00:59.340Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:00:59.342Z||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-21T05:00:59.342Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:00:59.404Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:00:59.405Z||pool-19-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:01:00.243Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:00.256Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:00.263Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:00.264Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "NOTIFIED"
}
2022-04-21T05:01:00.363Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:01:00.365Z||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-21T05:01:00.365Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:00.384Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:00.385Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:01.265Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:01.266Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:01.281Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:01.281Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-21T05:01:01.382Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:01.383Z||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-21T05:01:01.384Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:01.425Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:01.426Z||pool-21-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:02.283Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:02.284Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:02.289Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:02.289Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:01:02.390Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:01:02.391Z||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-21T05:01:02.391Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:02.407Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:02.408Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:03.291Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:03.292Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:03.306Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:03.306Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-21T05:01:03.406Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:03.407Z||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-21T05:01:03.408Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:03.427Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:03.428Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:04.315Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:04.316Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:04.319Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:04.320Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:01:04.420Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:04.423Z||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-21T05:01:04.431Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:04.450Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:04.451Z||pool-24-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:05.320Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:05.322Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:05.326Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:05.326Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T05:01:05.426Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:05.428Z||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-21T05:01:05.429Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:05.448Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:05.449Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:06.328Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"serviceName": "basic_onboard_iMGOSR",
"serviceVersion": "1.0",
"serviceUUID": "529b55f1-7671-4c74-9e7a-fe40805021f0",
"serviceDescription": "service",
"serviceInvariantUUID": "905b92a6-a40b-48ad-b284-05ebf6c134d3",
"resources": [
{
"resourceInstanceName": "basic_onboard_iMGOSR 0",
"resourceCustomizationUUID": "ec905f6e-3cbe-4871-9626-3da2584504d5",
"resourceName": "basic_onboard_iMGOSR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26",
"resourceInvariantUUID": "465847b1-148d-4544-8798-9a518e4376fd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_imgosr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"artifactChecksum": "NTU5ZmM0YWY4OWRmOWM3NWY4ZWQ2NmM1YTE0NDc0OGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2d064bd9-e034-4091-bd94-0bc99e45a71f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f7138f04-4ccc-4136-bea8-3f97baa37c41",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "49d16b18-2c97-448e-9e95-6cf210880807",
"generatedFromUUID": "f7138f04-4ccc-4136-bea8-3f97baa37c41"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "49d16b18-2c97-448e-9e95-6cf210880807",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardImgosr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"artifactChecksum": "NWUwMzUzODM5NGI0YjZmNmUyMjE5OWRiOWRhMjE2NTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b992d9ec-938d-4075-8533-c51a2d046dc6"
}
],
"workloadContext": "Production"
}
2022-04-21T05:01:06.329Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:01:06.329Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 529b55f1-7671-4c74-9e7a-fe40805021f0 ASDC
2022-04-21T05:01:06.330Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0ba90886-6ed6-41be-a247-e00680448cb7
ServiceName:basic_onboard_iMGOSR
ServiceVersion:1.0
ServiceUUID:529b55f1-7671-4c74-9e7a-fe40805021f0
ServiceInvariantUUID:905b92a6-a40b-48ad-b284-05ebf6c134d3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardImgosr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
ArtifactUUID:b992d9ec-938d-4075-8533-c51a2d046dc6
ArtifactChecksum:NWUwMzUzODM5NGI0YjZmNmUyMjE5OWRiOWRhMjE2NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iMGOSR 0
ResourceCustomizationUUID:ec905f6e-3cbe-4871-9626-3da2584504d5
ResourceInvariantUUID:465847b1-148d-4544-8798-9a518e4376fd
ResourceName:basic_onboard_iMGOSR
ResourceType:VF
ResourceUUID:3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_imgosr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
ArtifactUUID:2d064bd9-e034-4091-bd94-0bc99e45a71f
ArtifactChecksum:NTU5ZmM0YWY4OWRmOWM3NWY4ZWQ2NmM1YTE0NDc0OGI=
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/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f7138f04-4ccc-4136-bea8-3f97baa37c41
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/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
ArtifactUUID:49d16b18-2c97-448e-9e95-6cf210880807
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/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
ArtifactUUID:49d16b18-2c97-448e-9e95-6cf210880807
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-21T05:01:06.330Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 529b55f1-7671-4c74-9e7a-fe40805021f0 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-21T05:01:06.407Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:01:06.408Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:01:06.409Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:01:06.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b992d9ec-938d-4075-8533-c51a2d046dc6 from URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:06.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:01:06.411Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:06.709Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:01:06.715Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar b992d9ec-938d-4075-8533-c51a2d046dc6 71552
2022-04-21T05:01:06.718Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar ASDC sendASDCNotification
2022-04-21T05:01:06.718Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:06.718Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:01:06.719Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:06.722Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:06.723Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517266717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:01:06.824Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:01:06.826Z||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-21T05:01:06.826Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:06.854Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:06.855Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:07.726Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:01:07.728Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:01:07.728Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b992d9ec-938d-4075-8533-c51a2d046dc6, URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar to file: /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:07.731Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:07.733Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:07.733Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:08.085Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17493973372223972083/Definitions/service-BasicOnboardImgosr-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-21T05:01:11.402Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:01:11.403Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iMGOSR 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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.406Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.406Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.406Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T05:01:11.406Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:01:11.407Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.407Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.407Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.408Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T05:01:11.408Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:01:11.408Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.409Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.409Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.409Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is not matching search criteria
2022-04-21T05:01:11.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-21T05:01:11.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-21T05:01:11.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-21T05:01:11.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-21T05:01:11.411Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T05:01:11.411Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.411Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:01:11.412Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.412Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.412Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:11.413Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.413Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.413Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:11.414Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.414Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.414Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:11.414Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.415Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is not matching search criteria
2022-04-21T05:01:11.415Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-21T05:01:11.415Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-21T05:01:11.416Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b6a415e-954d-45fc-a856-454a0ab99b8f
2022-04-21T05:01:11.416Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.416Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.417Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.418Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.419Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.419Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.419Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:11.419Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.420Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_iMGOSR
Description:service
Model UUID:529b55f1-7671-4c74-9e7a-fe40805021f0
Model Version:NULL
Model InvariantUuid:905b92a6-a40b-48ad-b284-05ebf6c134d3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_iMGOSR
Model UUID:7fdceeae-8115-4367-abe1-7d61f2621e0e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:465847b1-148d-4544-8798-9a518e4376fd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ec905f6e-3cbe-4871-9626-3da2584504d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:24db855c-d91f-4dae-a55f-21e0acb0f0aa
ModelName:BasicOnboardImgosr..base_ubuntu18..module-0
ModelUuid:d4db26cc-0daa-425b-aaaa-84c80caef7a0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0b6a415e-954d-45fc-a856-454a0ab99b8f
ModelInvariantUuid:9309a680-d184-4e36-98bb-6ac0c6c99f1d
ModelName:basic_onboard_iMGOSR-nodes.ubuntu18Cvfc
ModelUuid:3cbcff3e-5779-4431-be19-c94ef5bbab9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b0ce15f3-324a-4997-8f65-e3d3669862b6
ModelInvariantUuid:04c0dc71-6067-4211-8c70-23859966f20a
ModelName:BasicOnboardImgosr.compute.nodes.heat.ubuntu18
ModelUuid:336b40ff-6f9a-4709-ac5f-527e8e5a3255
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-21T05:01:11.478Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26
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-21T05:01:11.483Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||basic_onboard_iMGOSR 0
2022-04-21T05:01:11.484Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26
2022-04-21T05:01:11.485Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2d064bd9-e034-4091-bd94-0bc99e45a71f from URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
2022-04-21T05:01:11.485Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:01:11.486Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
2022-04-21T05:01:11.538Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:01:11.539Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json 2d064bd9-e034-4091-bd94-0bc99e45a71f 798
2022-04-21T05:01:11.540Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json ASDC sendASDCNotification
2022-04-21T05:01:11.541Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
2022-04-21T05:01:11.542Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:01:11.543Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:11.552Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:11.554Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517271540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:01:11.653Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:01:11.654Z||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-21T05:01:11.655Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:11.681Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:11.682Z||pool-27-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:01:12.556Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardImgosr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "24db855c-d91f-4dae-a55f-21e0acb0f0aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4db26cc-0daa-425b-aaaa-84c80caef7a0",
"vfModuleModelCustomizationUUID": "e9890f02-6aae-4c38-a358-6a9a8734b163",
"isBase": true,
"artifacts": [
"f7138f04-4ccc-4136-bea8-3f97baa37c41",
"49d16b18-2c97-448e-9e95-6cf210880807"
],
"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-21T05:01:12.564Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardImgosr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4db26cc-0daa-425b-aaaa-84c80caef7a0
VfModuleModelInvariantUUID:24db855c-d91f-4dae-a55f-21e0acb0f0aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7138f04-4ccc-4136-bea8-3f97baa37c41
,
49d16b18-2c97-448e-9e95-6cf210880807
}
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-21T05:01:12.568Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardImgosr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "24db855c-d91f-4dae-a55f-21e0acb0f0aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4db26cc-0daa-425b-aaaa-84c80caef7a0",
"vfModuleModelCustomizationUUID": "e9890f02-6aae-4c38-a358-6a9a8734b163",
"isBase": true,
"artifacts": [
"f7138f04-4ccc-4136-bea8-3f97baa37c41",
"49d16b18-2c97-448e-9e95-6cf210880807"
],
"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-21T05:01:12.568Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardImgosr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4db26cc-0daa-425b-aaaa-84c80caef7a0
VfModuleModelInvariantUUID:24db855c-d91f-4dae-a55f-21e0acb0f0aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7138f04-4ccc-4136-bea8-3f97baa37c41
,
49d16b18-2c97-448e-9e95-6cf210880807
}
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-21T05:01:12.569Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f7138f04-4ccc-4136-bea8-3f97baa37c41 from URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
2022-04-21T05:01:12.569Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:01:12.569Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
2022-04-21T05:01:12.619Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:01:12.620Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml f7138f04-4ccc-4136-bea8-3f97baa37c41 5033
2022-04-21T05:01:12.620Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-21T05:01:12.621Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
2022-04-21T05:01:12.621Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:01:12.622Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:12.629Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:12.634Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517272620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:01:12.730Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-21T05:01:12.731Z||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-21T05:01:12.733Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:12.781Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:12.782Z||pool-28-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:13.635Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 49d16b18-2c97-448e-9e95-6cf210880807 from URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
2022-04-21T05:01:13.639Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:01:13.641Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
2022-04-21T05:01:13.691Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:01:13.692Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env 49d16b18-2c97-448e-9e95-6cf210880807 909
2022-04-21T05:01:13.693Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-21T05:01:13.693Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
2022-04-21T05:01:13.693Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:01:13.694Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:13.699Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:13.700Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517273693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:01:13.798Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-21T05:01:13.799Z||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-21T05:01:13.800Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:13.814Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:13.815Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:14.708Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 529b55f1-7671-4c74-9e7a-fe40805021f0
2022-04-21T05:01:14.708Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iMGOSR 0 3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26 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-21T05:01:14.879Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e4667d8, org.onap.sdc.toscaparser.api.parameters.Input@71c1469a, org.onap.sdc.toscaparser.api.parameters.Input@2a75f09e, org.onap.sdc.toscaparser.api.parameters.Input@36ef0f10, org.onap.sdc.toscaparser.api.parameters.Input@1bbad6b2]
2022-04-21T05:01:14.881Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-04-21T05:01:14.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ec905f6e-3cbe-4871-9626-3da2584504d5
2022-04-21T05:01:14.883Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec905f6e-3cbe-4871-9626-3da2584504d5 matches Tosca VF Customization UUID: ec905f6e-3cbe-4871-9626-3da2584504d5
2022-04-21T05:01:14.883Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ec905f6e-3cbe-4871-9626-3da2584504d5 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-21T05:01:14.890Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.891Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.893Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ec905f6e-3cbe-4871-9626-3da2584504d5: {\"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-21T05:01:14.894Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b994f66
2022-04-21T05:01:14.894Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.896Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:01:14.896Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9890f02-6aae-4c38-a358-6a9a8734b163
2022-04-21T05:01:14.897Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9890f02-6aae-4c38-a358-6a9a8734b163
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-21T05:01:14.917Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.918Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:14.918Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:14.919Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.919Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:14.919Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:14.920Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.920Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is not matching search criteria
2022-04-21T05:01:14.920Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-21T05:01:14.921Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-21T05:01:14.921Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b6a415e-954d-45fc-a856-454a0ab99b8f
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-21T05:01:14.951Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:14.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:14.953Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.953Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:14.953Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=ec905f6e-3cbe-4871-9626-3da2584504d5
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-21T05:01:14.973Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.974Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.974Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 529b55f1-7671-4c74-9e7a-fe40805021f0: basic_onboard_iMGOSR
2022-04-21T05:01:14.975Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.975Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.975Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.975Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.976Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.976Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.976Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.976Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.977Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:01:14.977Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.977Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_iMGOSR
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-21T05:01:15.727Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iMGOSR 3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26 1 ASDC deployResourceStructure
2022-04-21T05:01:15.728Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json ASDC sendASDCNotification
2022-04-21T05:01:15.728Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
2022-04-21T05:01:15.729Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:01:15.729Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:15.735Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:15.736Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517275728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-21T05:01:15.835Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:01:15.836Z||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-21T05:01:15.837Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:15.851Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:15.852Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:16.738Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-21T05:01:16.739Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
2022-04-21T05:01:16.739Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:01:16.740Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:16.744Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:16.744Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517276738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-21T05:01:16.844Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:01:16.846Z||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-21T05:01:16.846Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:16.864Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:16.865Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:17.748Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-21T05:01:17.749Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
2022-04-21T05:01:17.749Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:01:17.750Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:17.761Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:17.762Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517277748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-21T05:01:17.855Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-21T05:01:17.857Z||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-21T05:01:17.857Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:17.881Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:17.882Z||pool-32-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:18.764Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar ASDC sendASDCNotification
2022-04-21T05:01:18.764Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:18.764Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:01:18.765Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:18.770Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:18.770Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517278764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T05:01:18.870Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:18.872Z||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-21T05:01:18.872Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:18.888Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:18.889Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:01:19.771Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:01:19.799Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:01:19.809Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:01:19.810Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:01:19.810Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:01:27.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:01:27.562Z||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-21T05:01:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:27.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:01:27.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T05:01:27.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517167192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T05:01:27.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:01:49.811Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:01:49.831Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:01:49.838Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:01:49.838Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:01:49.838Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:02:19.839Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:02:19.874Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:02:19.881Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:02:19.881Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:02:19.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:02:27.558Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:02:27.560Z||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-21T05:02:27.561Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:02:27.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:02:27.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:02:27.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-21T05:02:27.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "aai-ml",
"timestamp": 1650517168197,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T05:02:27.670Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T05:02:27.670Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T05:02:27.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "NOTIFIED"
}
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517169631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T05:02:27.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:02:27.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-21T05:02:27.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517170639,
"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-21T05:02:27.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T05:02:27.730Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T05:02:27.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-21T05:02:27.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-21T05:02:27.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:02:27.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517176290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517186583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517187877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517189087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517191197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517192207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517193214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517194220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:49.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:02:49.925Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:02:49.949Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:02:49.950Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:02:49.950Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:02:49.951Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:02:49.951Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T05:02:49.951Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T05:02:49.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T05:02:49.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T05:02:49.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-21T05:02:49.953Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T05:02:49.964Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:03:19.966Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T05:03:19.984Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ba90886-6ed6-41be-a247-e00680448cb7 and serviceModelVersionId: 529b55f1-7671-4c74-9e7a-fe40805021f0
2022-04-21T05:03:19.985Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 905b92a6-a40b-48ad-b284-05ebf6c134d3
2022-04-21T05:03:19.988Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0
2022-04-21T05:03:20.005Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:03:20.172Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|INFO|500||Invoke
2022-04-21T05:03:20.174Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ba90886-6ed6-41be-a247-e00680448cb7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44a988f0-8104-4b1f-a486-dc13e5a2c35b], X-ECOMP-RequestID=[0ba90886-6ed6-41be-a247-e00680448cb7], X-TransactionId=[], X-ONAP-RequestID=[0ba90886-6ed6-41be-a247-e00680448cb7], Content-Type=[application/merge-patch+json]}
2022-04-21T05:03:20.278Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-21T05:03:20.678Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220421-05:03:20:388-99809], vertex-id=[372752], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:03:20 GMT], Content-Type=[application/json]}
2022-04-21T05:03:20.679Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:03:20.681Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|INFO|500||InvokeReturn
2022-04-21T05:03:20.687Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:03:20.688Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-21T05:03:20.711Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||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-21T05:03:20.721Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ba90886-6ed6-41be-a247-e00680448cb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:03:20.722Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:03:20.722Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:20.734Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:20.734Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517400721,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:03:20.826Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-21T05:03:20.828Z||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-21T05:03:20.830Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:20.870Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:20.872Z||pool-34-thread-1|||||INFO|500||cambria reply ok (45 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-21T05:03:21.779Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:03:21.781Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-21T05:03:21.781Z|0ba90886-6ed6-41be-a247-e00680448cb7|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:26.171Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:26.173Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-21T05:03:26.173Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"136de43e-a4aa-4317-9f06-493b1fac53b9","serviceName":"vFW 2022-04-21 04-58-36","serviceVersion":"1.0","serviceUUID":"8d6a75ce-e8a0-4359-9e53-9209fb1da857","serviceDescription":"catalog service description","serviceInvariantUUID":"035250c7-f8f3-4c74-93f0-50e19537822d","resources":[{"resourceInstanceName":"vFW 6b70e905-1b98 0","resourceName":"vFW 6b70e905-1b98","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85","resourceInvariantUUID":"da53af13-df27-497e-839e-48e388678341","resourceCustomizationUUID":"fce11119-2a8c-4ad7-b1ba-8221a0259d6b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml","artifactChecksum":"NWZhMjg1MzE1MGI0MTQyNDMyMjVmYjRlODU5YWE5Njg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78e82b14-d243-4594-a7b8-2f9618c2ebc4","artifactVersion":"1"},{"artifactName":"vfw6b70e9051b980_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json","artifactChecksum":"OWY4MThhODQ5YTRhNjM5NDZjN2FkYzljOTZmNDhlMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b488e2e-2406-492f-9ca5-308ea10a60c0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c06fba6-f6a1-4d9c-b3d7-e363276c7313","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml","artifactChecksum":"M2UwOGQ4YWVjZDM2OTFiMDFlNWQ0MmVjM2M3YTM3YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70cf6c85-d364-4289-a9a0-f320e524c3d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"019d1ae3-8968-43be-afc2-330b4a1aafd8","artifactVersion":"2","generatedFromUUID":"2c06fba6-f6a1-4d9c-b3d7-e363276c7313"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220421045836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml","artifactChecksum":"OGYyZmQwOGE5Zjk2NWJjN2U3MjE5Nzg2MDc5ZTNmOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3a3116e-a8cf-4ca7-a6a7-403ef7b98f61","artifactVersion":"1"},{"artifactName":"service-Vfw20220421045836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar","artifactChecksum":"ZjNlYTA0ZjA4MGJiZjYxMDI3ZThkNGEzZjM5YjMyNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e59eca8-03b5-458f-b2ed-ba6ccb45273f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:03:26.184Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:26.185Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:26.192Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:26.193Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517401779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:26.292Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:03:26.294Z||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-21T05:03:26.294Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:26.318Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:26.319Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:27.194Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:27.195Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:27.203Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:27.203Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517401779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.307Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-21T05:03:27.308Z||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-21T05:03:27.308Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:27.327Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:27.328Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:03:27.560Z||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-21T05:03:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:27.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:27.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517258201,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:03:27.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517167552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517266717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517262780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "dcae-sch",
"timestamp": 1650517267564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517262780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "dcae-sch",
"timestamp": 1650517267564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "cds",
"timestamp": 1650517268554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "aai-ml",
"timestamp": 1650517268752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517262780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "dcae-sch",
"timestamp": 1650517267564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "cds",
"timestamp": 1650517268554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "aai-ml",
"timestamp": 1650517268752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517271540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517262780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "dcae-sch",
"timestamp": 1650517267564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "cds",
"timestamp": 1650517268554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "aai-ml",
"timestamp": 1650517268752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517272620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517262780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "dcae-sch",
"timestamp": 1650517267564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "cds",
"timestamp": 1650517268554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "aai-ml",
"timestamp": 1650517268752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517273693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517262780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "dcae-sch",
"timestamp": 1650517267564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "cds",
"timestamp": 1650517268554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "aai-ml",
"timestamp": 1650517268752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "dcae-sch",
"timestamp": 1650517267564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "cds",
"timestamp": 1650517268554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1650517262780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517274410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "aai-ml",
"timestamp": 1650517268752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517275728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517275211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "cds",
"timestamp": 1650517268554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517274410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "aai-ml",
"timestamp": 1650517268752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517276738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517275211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517274410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "cds",
"timestamp": 1650517276550,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "aai-ml",
"timestamp": 1650517276744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517277748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517275211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517274410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "cds",
"timestamp": 1650517277556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-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-21T05:03:27.731Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 136de43e-a4aa-4317-9f06-493b1fac53b9
2022-04-21T05:03:27.731Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136de43e-a4aa-4317-9f06-493b1fac53b9 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-21T05:03:27.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517278764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T05:03:27.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517275211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517274410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517275211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517274410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517279344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517275211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517274410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517279344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517275211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517282639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517279344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517283405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517283655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517279344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517284615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "policy-id",
"timestamp": 1650517284674,
"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-21T05:03:27.827Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 136de43e-a4aa-4317-9f06-493b1fac53b9
2022-04-21T05:03:27.828Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136de43e-a4aa-4317-9f06-493b1fac53b9 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-21T05:03:27.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517279344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517285829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517279344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:27.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1650517286915,
"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-21T05:03:27.892Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 136de43e-a4aa-4317-9f06-493b1fac53b9
2022-04-21T05:03:27.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136de43e-a4aa-4317-9f06-493b1fac53b9 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-21T05:03:27.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1650517279344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T05:03:27.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-21T05:03:28.204Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:28.206Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:28.213Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:28.214Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517401779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-21T05:03:28.314Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:28.315Z||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-21T05:03:28.316Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:28.331Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:28.333Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:29.214Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:29.215Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:29.220Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:29.220Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517401779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:29.326Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-21T05:03:29.327Z||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-21T05:03:29.327Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:29.344Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:29.345Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:30.221Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:30.226Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:30.234Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:30.234Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517401779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-21T05:03:30.332Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-21T05:03:30.334Z||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-21T05:03:30.334Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:30.356Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:30.357Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:31.236Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:31.238Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:31.242Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:31.242Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517401779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-21T05:03:31.342Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:31.344Z||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-21T05:03:31.344Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:31.358Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:31.359Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:32.243Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:32.244Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:32.249Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:32.250Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517401779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "NOTIFIED"
}
2022-04-21T05:03:32.358Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-21T05:03:32.360Z||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-21T05:03:32.360Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:32.376Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:32.378Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:33.252Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"serviceName": "vFW 2022-04-21 04-58-36",
"serviceVersion": "1.0",
"serviceUUID": "8d6a75ce-e8a0-4359-9e53-9209fb1da857",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "035250c7-f8f3-4c74-93f0-50e19537822d",
"resources": [
{
"resourceInstanceName": "vFW 6b70e905-1b98 0",
"resourceCustomizationUUID": "fce11119-2a8c-4ad7-b1ba-8221a0259d6b",
"resourceName": "vFW 6b70e905-1b98",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85",
"resourceInvariantUUID": "da53af13-df27-497e-839e-48e388678341",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6b70e9051b980_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"artifactChecksum": "OWY4MThhODQ5YTRhNjM5NDZjN2FkYzljOTZmNDhlMmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b488e2e-2406-492f-9ca5-308ea10a60c0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2c06fba6-f6a1-4d9c-b3d7-e363276c7313",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "019d1ae3-8968-43be-afc2-330b4a1aafd8",
"generatedFromUUID": "2c06fba6-f6a1-4d9c-b3d7-e363276c7313"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "019d1ae3-8968-43be-afc2-330b4a1aafd8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220421045836-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"artifactChecksum": "ZjNlYTA0ZjA4MGJiZjYxMDI3ZThkNGEzZjM5YjMyNjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8e59eca8-03b5-458f-b2ed-ba6ccb45273f"
}
],
"workloadContext": "Production"
}
2022-04-21T05:03:33.253Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:03:33.253Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d6a75ce-e8a0-4359-9e53-9209fb1da857 ASDC
2022-04-21T05:03:33.254Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:136de43e-a4aa-4317-9f06-493b1fac53b9
ServiceName:vFW 2022-04-21 04-58-36
ServiceVersion:1.0
ServiceUUID:8d6a75ce-e8a0-4359-9e53-9209fb1da857
ServiceInvariantUUID:035250c7-f8f3-4c74-93f0-50e19537822d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220421045836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar
ArtifactUUID:8e59eca8-03b5-458f-b2ed-ba6ccb45273f
ArtifactChecksum:ZjNlYTA0ZjA4MGJiZjYxMDI3ZThkNGEzZjM5YjMyNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6b70e905-1b98 0
ResourceCustomizationUUID:fce11119-2a8c-4ad7-b1ba-8221a0259d6b
ResourceInvariantUUID:da53af13-df27-497e-839e-48e388678341
ResourceName:vFW 6b70e905-1b98
ResourceType:VF
ResourceUUID:fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6b70e9051b980_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json
ArtifactUUID:2b488e2e-2406-492f-9ca5-308ea10a60c0
ArtifactChecksum:OWY4MThhODQ5YTRhNjM5NDZjN2FkYzljOTZmNDhlMmM=
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/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml
ArtifactUUID:2c06fba6-f6a1-4d9c-b3d7-e363276c7313
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/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
ArtifactUUID:019d1ae3-8968-43be-afc2-330b4a1aafd8
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/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
ArtifactUUID:019d1ae3-8968-43be-afc2-330b4a1aafd8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-21T05:03:33.254Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d6a75ce-e8a0-4359-9e53-9209fb1da857 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-21T05:03:33.370Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:03:33.371Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:03:33.371Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:03:33.372Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8e59eca8-03b5-458f-b2ed-ba6ccb45273f from URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:33.372Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:03:33.372Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:33.634Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:03:33.643Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar 8e59eca8-03b5-458f-b2ed-ba6ccb45273f 98916
2022-04-21T05:03:33.644Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar ASDC sendASDCNotification
2022-04-21T05:03:33.644Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:33.644Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:03:33.644Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:33.649Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:33.650Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517413643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:33.749Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:03:33.751Z||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-21T05:03:33.751Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:33.768Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:33.772Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:34.651Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:03:34.652Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:03:34.652Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8e59eca8-03b5-458f-b2ed-ba6ccb45273f, URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar to file: /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:34.653Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220421045836-csar.csar
2022-04-21T05:03:34.654Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:34.654Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:35.124Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9415674469248565040/Definitions/service-Vfw20220421045836-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-21T05:03:39.911Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:03:39.912Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b70e905-1b98 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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.916Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.916Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T05:03:39.917Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:03:39.917Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.918Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.918Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.918Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T05:03:39.918Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:03:39.919Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.919Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.919Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.919Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.923Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.923Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:39.923Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.923Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.925Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:39.925Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:39.926Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-21T05:03:39.926Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:39.926Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T05:03:39.926Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T05:03:39.927Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.927Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.927Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T05:03:39.927Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.928Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T05:03:39.928Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.928Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6418bd08-d049-41d6-9f29-472c23df5098
2022-04-21T05:03:39.929Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.929Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:39.929Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:39.929Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.932Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=91962b14-f95c-44b7-83c1-94da04bfa797
2022-04-21T05:03:39.932Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.932Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:39.932Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ef705a8-2fed-4b23-9a98-04ca8c5db97b
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.936Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.936Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:39.936Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.936Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-21 04-58-36
Description:catalog service description
Model UUID:8d6a75ce-e8a0-4359-9e53-9209fb1da857
Model Version:NULL
Model InvariantUuid:035250c7-f8f3-4c74-93f0-50e19537822d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6b70e905-1b98
Model UUID:6dedeb07-f87a-418e-b98e-05bc28925098
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da53af13-df27-497e-839e-48e388678341
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fce11119-2a8c-4ad7-b1ba-8221a0259d6b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:130bada0-a979-4193-8a8f-eebfcf055cb7
ModelName:Vfw6b70e9051b98..base_vfw..module-0
ModelUuid:e586e990-5d34-43ad-bf0e-2d07b71a3251
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6418bd08-d049-41d6-9f29-472c23df5098
ModelInvariantUuid:d53ab6d7-d9fd-42e5-a8b5-c7ec0bee51d0
ModelName:vFW 6b70e905-1b98-nodes.vfwCvfc
ModelUuid:a9e35523-7245-4ba7-a651-922432a97f64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:01d61f9a-1a13-4801-bfda-cc9b7854a2fa
ModelInvariantUuid:d2f49b9d-f6b3-4731-967b-6d2d5ce61214
ModelName:Vfw6b70e9051b98.compute.nodes.heat.vfw
ModelUuid:edc13729-687d-4c83-96b7-a4f638a66dd6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:91962b14-f95c-44b7-83c1-94da04bfa797
ModelInvariantUuid:58131897-82b0-4871-97f6-d58f0ed088a4
ModelName:vFW 6b70e905-1b98-nodes.vsnCvfc
ModelUuid:5d811971-7232-4408-b312-66bd9c8f551e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1079bc97-df3f-4777-a670-b3517611ecc6
ModelInvariantUuid:379035e5-cb32-49a4-84d8-9faae0dbde30
ModelName:Vfw6b70e9051b98.compute.nodes.heat.vsn
ModelUuid:558a22d9-ba73-4953-bbe0-175284b4c480
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4ef705a8-2fed-4b23-9a98-04ca8c5db97b
ModelInvariantUuid:c90820e8-305a-4d74-86ea-b80f1ff6f606
ModelName:vFW 6b70e905-1b98-nodes.vpgCvfc
ModelUuid:ea842f65-f0b0-4079-a0e9-97f79370fa84
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6c1e79cb-2e40-43d4-9ae3-a33245efccc2
ModelInvariantUuid:12de129b-acac-4eeb-88a2-60500c73e513
ModelName:Vfw6b70e9051b98.compute.nodes.heat.vpg
ModelUuid:1ef7430d-0bf8-4b96-b9d1-81a1559abacb
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-21T05:03:39.949Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85
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-21T05:03:39.955Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||vFW 6b70e905-1b98 0
2022-04-21T05:03:39.955Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85
2022-04-21T05:03:39.956Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2b488e2e-2406-492f-9ca5-308ea10a60c0 from URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json
2022-04-21T05:03:39.956Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:03:39.956Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json
2022-04-21T05:03:40.015Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:03:40.016Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json 2b488e2e-2406-492f-9ca5-308ea10a60c0 785
2022-04-21T05:03:40.016Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json ASDC sendASDCNotification
2022-04-21T05:03:40.016Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json
2022-04-21T05:03:40.017Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:03:40.022Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:40.034Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:40.035Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517420016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:40.131Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-21T05:03:40.136Z||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-21T05:03:40.137Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:40.155Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:40.156Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:41.037Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b70e9051b98..base_vfw..module-0",
"vfModuleModelInvariantUUID": "130bada0-a979-4193-8a8f-eebfcf055cb7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e586e990-5d34-43ad-bf0e-2d07b71a3251",
"vfModuleModelCustomizationUUID": "67346b30-cb15-4a43-b44e-9458907db306",
"isBase": true,
"artifacts": [
"2c06fba6-f6a1-4d9c-b3d7-e363276c7313",
"019d1ae3-8968-43be-afc2-330b4a1aafd8"
],
"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-21T05:03:41.044Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b70e9051b98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e586e990-5d34-43ad-bf0e-2d07b71a3251
VfModuleModelInvariantUUID:130bada0-a979-4193-8a8f-eebfcf055cb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c06fba6-f6a1-4d9c-b3d7-e363276c7313
,
019d1ae3-8968-43be-afc2-330b4a1aafd8
}
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-21T05:03:41.048Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b70e9051b98..base_vfw..module-0",
"vfModuleModelInvariantUUID": "130bada0-a979-4193-8a8f-eebfcf055cb7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e586e990-5d34-43ad-bf0e-2d07b71a3251",
"vfModuleModelCustomizationUUID": "67346b30-cb15-4a43-b44e-9458907db306",
"isBase": true,
"artifacts": [
"2c06fba6-f6a1-4d9c-b3d7-e363276c7313",
"019d1ae3-8968-43be-afc2-330b4a1aafd8"
],
"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-21T05:03:41.048Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b70e9051b98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e586e990-5d34-43ad-bf0e-2d07b71a3251
VfModuleModelInvariantUUID:130bada0-a979-4193-8a8f-eebfcf055cb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c06fba6-f6a1-4d9c-b3d7-e363276c7313
,
019d1ae3-8968-43be-afc2-330b4a1aafd8
}
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-21T05:03:41.048Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c06fba6-f6a1-4d9c-b3d7-e363276c7313 from URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml
2022-04-21T05:03:41.049Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:03:41.049Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml
2022-04-21T05:03:41.113Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:03:41.115Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml 2c06fba6-f6a1-4d9c-b3d7-e363276c7313 20368
2022-04-21T05:03:41.115Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-21T05:03:41.116Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml
2022-04-21T05:03:41.116Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:03:41.116Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:41.120Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:41.120Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517421115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:41.219Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:03:41.221Z||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-21T05:03:41.222Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:41.239Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:41.240Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:42.122Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 019d1ae3-8968-43be-afc2-330b4a1aafd8 from URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
2022-04-21T05:03:42.123Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:03:42.124Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
2022-04-21T05:03:42.248Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:03:42.248Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env 019d1ae3-8968-43be-afc2-330b4a1aafd8 2098
2022-04-21T05:03:42.249Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-21T05:03:42.249Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
2022-04-21T05:03:42.249Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:03:42.250Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:42.253Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:42.253Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1650517422249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-21T05:03:42.353Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:42.355Z||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-21T05:03:42.355Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:42.371Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-21T05:03:42.374Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:43.255Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8d6a75ce-e8a0-4359-9e53-9209fb1da857
2022-04-21T05:03:43.257Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b70e905-1b98 0 fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85 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-21T05:03:43.315Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f7ba6d6, org.onap.sdc.toscaparser.api.parameters.Input@6eaf57ee, org.onap.sdc.toscaparser.api.parameters.Input@7609ea92, org.onap.sdc.toscaparser.api.parameters.Input@4cf343c8, org.onap.sdc.toscaparser.api.parameters.Input@e7c0196]
2022-04-21T05:03:43.318Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:43.319Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.319Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-04-21T05:03:43.320Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fce11119-2a8c-4ad7-b1ba-8221a0259d6b
2022-04-21T05:03:43.320Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fce11119-2a8c-4ad7-b1ba-8221a0259d6b matches Tosca VF Customization UUID: fce11119-2a8c-4ad7-b1ba-8221a0259d6b
2022-04-21T05:03:43.320Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fce11119-2a8c-4ad7-b1ba-8221a0259d6b 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-21T05:03:43.328Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:43.329Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.330Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fce11119-2a8c-4ad7-b1ba-8221a0259d6b: {\"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-21T05:03:43.331Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75a7e98f
2022-04-21T05:03:43.331Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:43.332Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:03:43.332Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67346b30-cb15-4a43-b44e-9458907db306
2022-04-21T05:03:43.333Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67346b30-cb15-4a43-b44e-9458907db306
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-21T05:03:43.342Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:43.343Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:43.343Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:43.344Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:43.344Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:43.344Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:43.345Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:43.345Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:43.346Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:43.346Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-21T05:03:43.346Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:43.347Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T05:03:43.347Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T05:03:43.348Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.349Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:43.349Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T05:03:43.350Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:43.350Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T05:03:43.350Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.350Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6418bd08-d049-41d6-9f29-472c23df5098
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-21T05:03:43.357Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-21T05:03:43.357Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:43.358Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:43.358Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery