By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-31T05:27:27.863Z||main|||||INFO|500||The following profiles are active: basic
2022-05-31T05:27:44.038Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-31T05:27:44.041Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-31T05:27:44.210Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-31T05:27:50.851Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-31T05:27:51.410Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-31T05:27:52.002Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-31T05:27:52.011Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-31T05:27:52.162Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-31T05:27:52.443Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-31T05:27:53.489Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-31T05:27:55.859Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-31T05:27:59.086Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-31T05:27:59.188Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-31T05:27:59.901Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-31T05:28:00.332Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-31T05:28:02.114Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-31T05:28:03.695Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-31T05:28:03.722Z||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$$a1a3d335.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-31T05:28:03.724Z||main|||||WARN|500||The sdc end point is not alive
2022-05-31T05:28:07.702Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-31T05:28:11.842Z||main|||||WARN|500||---
2022-05-31T05:28:11.843Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-31T05:28:11.844Z||main|||||WARN|500||---
2022-05-31T05:28:12.411Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-31T05:28:19.590Z||main|||||INFO|500||Started Application in 56.033 seconds (JVM running for 58.903)
2022-05-31T05:28:19.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-31T05:28:19.603Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-31T05:28:19.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-31T05:28:19.670Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-31T05:28:19.742Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f6a1dc03-c4c5-4291-aabf-6195d2fe0d56 url= /sdc/v1/artifactTypes
2022-05-31T05:28:19.743Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-31T05:28:20.253Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-31T05:28:20.301Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-31T05:28:20.347Z||scheduling-1|||||DEBUG|500||create keys
2022-05-31T05:28:20.359Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-31T05:28:20.574Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:28:20.600Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= baa2e072-8c86-4560-b9bd-9326efc0ec6a url= /sdc/v1/registerForDistribution
2022-05-31T05:28:21.177Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= baa2e072-8c86-4560-b9bd-9326efc0ec6a url= /sdc/v1/registerForDistribution
2022-05-31T05:28:21.177Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-31T05:28:21.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:28:21.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:28:21.205Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:28:21.206Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:28:21.206Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:28:21.206Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:28:21.208Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-31T05:28:31.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:28:32.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:29:21.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:29:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:29:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:29:21.190Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:29:21.194Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:29:21.194Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:29:30.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:29:30.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:30:21.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:30:21.192Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:30:21.193Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:30:21.193Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:30:21.193Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:30:21.193Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:30:30.895Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:30:30.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:31:21.186Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:31:21.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:31:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:31:21.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:31:21.189Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:31:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:31:30.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:31:30.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:32:21.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:32:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:32:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:32:21.190Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:32:21.193Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:32:21.193Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:32:30.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:32:30.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:33:21.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:33:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:33:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:33:21.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:33:21.190Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:33:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:33:30.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:33:30.792Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:34:21.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:34:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:34:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:34:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:34:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:34:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:34:30.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:34:30.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:35:21.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:35:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:35:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:35:21.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:35:21.192Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:35:21.192Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:35:30.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:35:30.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:36:21.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:36:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:36:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:36:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:36:21.189Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:36:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:36:30.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:36:30.788Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:37:21.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:37:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:37:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:37:21.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:37:21.189Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:37:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:37:30.790Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:37:30.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:37:47.020Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-31T05:38:21.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:38:21.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:38:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:38:21.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:38:21.189Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:38:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:38:30.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:38:30.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:39:21.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:39:21.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:39:21.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:39:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:39:21.189Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:39:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:39:30.788Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:39:30.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:40:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:40:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:40:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T05:40:21.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:40:21.191Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:40:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:40:30.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:40:30.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:41:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:41:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:41:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T05:41:21.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:41:21.190Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:41:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:41:30.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:41:30.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:42:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:42:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:42:21.188Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T05:42:21.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:42:21.189Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:42:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:42:30.793Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:42:30.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:43:21.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:43:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:43:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:43:21.191Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:43:21.192Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:43:21.192Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:43:30.800Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:43:30.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:44:21.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:44:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:44:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:44:21.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:44:21.191Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:44:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:44:30.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:44:30.796Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:45:21.185Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:45:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:45:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:45:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:45:21.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:45:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:45:30.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:45:30.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:46:21.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:46:21.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:46:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:46:21.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:46:21.190Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:46:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:46:30.786Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:46:30.788Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:47:21.186Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:47:21.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:47:21.189Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:47:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:47:21.190Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:47:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:47:30.798Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:47:30.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:48:21.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:48:21.186Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:48:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:48:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:48:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:48:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:48:30.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:48:30.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:49:21.185Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:49:21.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:49:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:49:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:49:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:49:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:49:30.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:49:30.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:50:21.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:50:21.187Z||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-05-31T05:50:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:50:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:50:21.192Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:50:21.192Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:50:30.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:50:30.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:51:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:51:21.187Z||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-05-31T05:51:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:51:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:51:21.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:51:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:51:30.785Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:51:30.785Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:52:21.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:52:21.187Z||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-05-31T05:52:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:52:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:52:21.191Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:52:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:52:30.788Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:52:30.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:53:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:53:21.187Z||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-05-31T05:53:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:53:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:53:21.190Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:53:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:53:30.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:53:30.801Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:54:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:54:21.187Z||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-05-31T05:54:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:54:21.190Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:54:21.191Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:54:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:54:30.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:54:30.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:55:21.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:55:21.187Z||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-05-31T05:55:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:55:21.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:55:21.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:55:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:55:30.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:55:30.762Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:56:21.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:56:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:56:21.190Z||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-05-31T05:56:21.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:56:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:56:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:56:30.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:56:30.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:57:21.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:57:21.187Z||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-05-31T05:57:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:57:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:57:21.189Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:57:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:57:30.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:57:30.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:58:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:58:21.187Z||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-05-31T05:58:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:58:21.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:58:21.190Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:58:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:58:30.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:58:30.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:59:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:59:21.186Z||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-05-31T05:59:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:59:21.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:59:21.190Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:59:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T05:59:30.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:59:30.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:00:21.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:00:21.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:00:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:00:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:00:21.191Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:00:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:00:30.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:00:30.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:01:21.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:01:21.186Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:01:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:01:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:01:21.190Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:01:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:01:30.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:01:30.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:02:21.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:02:21.186Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:02:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:02:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:02:21.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:02:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:02:30.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:02:30.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:03:21.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:03:21.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:03:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:03:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:03:21.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:03:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:03:30.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:03:30.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:04:21.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:04:21.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:04:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:04:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:04:21.189Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:04:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:04:30.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:04:30.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:05:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:05:21.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:05:21.189Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:05:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:05:21.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:05:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:05:30.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:05:30.786Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:06:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:06:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:06:21.188Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:06:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:06:21.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:06:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:06:30.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:06:30.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:07:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:07:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:07:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:07:21.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:07:21.190Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:07:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:07:30.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:07:30.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:08:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:08:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:08:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:08:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:08:21.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:08:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:08:30.797Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:08:30.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:09:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:09:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:09:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:09:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:09:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:09:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:09:30.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:09:30.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:10:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:10:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:10:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:10:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:10:21.189Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:10:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:10:30.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:10:30.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:11:21.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:11:21.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:11:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:11:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:11:21.190Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:11:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:11:30.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:11:30.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:12:21.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:12:21.186Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:12:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:12:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:12:21.191Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:12:21.192Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:12:30.793Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:12:30.812Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:13:21.185Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:13:21.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:13:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:13:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:13:21.189Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:13:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:13:30.770Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:13:30.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:14:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:14:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:14:21.188Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:14:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:14:21.193Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:14:21.193Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:14:30.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:14:30.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:15:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:15:21.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:15:21.188Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:15:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:15:21.190Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:15:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:15:30.783Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:15:30.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:16:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:16:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:16:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:16:21.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:16:21.190Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:16:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:16:30.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:16:30.793Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:17:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:17:21.186Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:17:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:17:21.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:17:21.191Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:17:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:17:30.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:17:30.828Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:18:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:18:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:18:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:18:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:18:21.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:18:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:18:30.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:18:30.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:19:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:19:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:19:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:19:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:19:21.189Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:19:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:19:30.801Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:19:30.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:20:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:20:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:20:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:20:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:20:21.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:20:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:20:30.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:20:30.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:21:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:21:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:21:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:21:21.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:21:21.190Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:21:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:21:30.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:21:30.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:22:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:22:21.186Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:22:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:22:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:22:21.191Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:22:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:22:30.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:22:30.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:23:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:23:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:23:21.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:23:21.190Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:23:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:23:30.792Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:30.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:24:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:24:21.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:24:21.188Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:24:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:24:21.189Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:24:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:24:30.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:24:30.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:25:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:25:21.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:25:21.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:25:21.189Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:25:21.189Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:25:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:25:30.801Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:25:30.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:26:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:26:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:26:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:26:21.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:26:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:26:30.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:30.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:27:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:27:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:27:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:27:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:27:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:27:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:27:30.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:27:30.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:28:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:28:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:28:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:28:21.190Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:28:21.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:28:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:28:30.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:28:30.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:29:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:29:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:29:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:29:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:29:21.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:29:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:29:30.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:29:30.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:30:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:30:21.186Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:30:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:30:21.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:30:21.189Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:30:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:30:30.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:30:30.802Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:31:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:31:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:31:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:31:21.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:31:21.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:31:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:31:30.790Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:31:30.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:32:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:32:21.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:32:21.188Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:32:21.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:32:21.189Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:32:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:32:30.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:32:30.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:33:21.187Z||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-05-31T06:33:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:33:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:33:21.190Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:33:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:33:30.768Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:30.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:34:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:34:21.188Z||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-05-31T06:34:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:34:21.190Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:34:21.190Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:34:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:34:30.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:34:30.785Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:35:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:35:21.188Z||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-05-31T06:35:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:35:21.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:35:21.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:35:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:35:30.757Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:35:30.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:36:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:36:21.186Z||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-05-31T06:36:21.186Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:36:21.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:36:21.190Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:36:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:36:30.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:36:30.789Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:37:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:37:21.187Z||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-05-31T06:37:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:37:21.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:37:21.190Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:37:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:37:30.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:37:30.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:38:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:38:21.186Z||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-05-31T06:38:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:38:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:38:21.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:38:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:38:30.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:38:30.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:39:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:39:21.186Z||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-05-31T06:39:21.186Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:39:21.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:39:21.190Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:39:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:39:30.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:39:30.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:40:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:40:21.187Z||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-05-31T06:40:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:40:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:40:21.189Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:40:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:40:30.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:40:30.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:41:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:41:21.186Z||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-05-31T06:41:21.186Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:41:21.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:41:21.199Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:41:21.199Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:41:30.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:41:30.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:42:21.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:42:21.187Z||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-05-31T06:42:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:42:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:42:21.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:42:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:42:30.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:42:30.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:43:21.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:43:21.186Z||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-05-31T06:43:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:43:21.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:43:21.189Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:43:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:43:30.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:43:30.791Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:44:21.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:44:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:44:21.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:44:21.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:44:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:44:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:44:30.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:44:30.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:45:21.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:45:21.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:45:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:45:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:45:21.192Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:45:21.192Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:45:30.848Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:45:30.864Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:46:21.186Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:46:21.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:46:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:46:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:46:21.189Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:46:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:46:30.801Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:46:30.801Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:47:21.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:47:21.186Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:47:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:47:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:47:21.189Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:47:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:47:30.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:47:30.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:48:21.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:48:21.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:48:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:48:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:48:21.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:48:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:48:30.798Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:48:30.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:49:21.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:49:21.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:49:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:49:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:49:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:49:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:49:30.803Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:49:30.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:50:21.185Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:50:21.186Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:50:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:50:21.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:50:21.189Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:50:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:50:30.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:50:30.802Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:51:21.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:51:21.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:51:21.188Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:51:21.192Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:51:21.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:51:21.195Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:51:30.795Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:51:30.825Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:52:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:52:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:52:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:52:21.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:52:21.189Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:52:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:52:30.786Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:52:30.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:53:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:53:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:53:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:53:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:53:21.189Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:53:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:53:30.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:53:30.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:54:21.186Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:54:21.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:54:21.188Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:54:21.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:54:21.189Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:54:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:54:30.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:54:30.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:55:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:55:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:55:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:55:21.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:55:21.190Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:55:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:55:30.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:55:30.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:56:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:56:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:56:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:56:21.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:56:21.203Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:56:21.203Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:56:30.798Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:56:30.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:57:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:57:21.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:57:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:57:21.190Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:57:21.190Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:57:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:57:30.801Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:57:30.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:58:21.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:58:21.186Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:58:21.187Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T06:58:21.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:58:21.190Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:58:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:58:30.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:58:30.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:59:21.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:59:21.186Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:59:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:59:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:59:21.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:59:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T06:59:30.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:59:30.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:00:21.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:00:21.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:00:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:00:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:00:21.189Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:00:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:00:30.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:00:30.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:01:21.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:01:21.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:01:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:01:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:01:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:01:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:01:30.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:01:30.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:02:21.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:02:21.186Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:02:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:02:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:02:21.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:02:21.189Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:02:30.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:02:30.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:03:21.185Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:03:21.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:03:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:03:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:03:21.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:03:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:03:30.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:03:30.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:04:21.186Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:04:21.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:04:21.188Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:04:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:04:21.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:04:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:04:30.769Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:04:30.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:05:21.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:05:21.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:05:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:05:21.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:05:21.190Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:05:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:05:30.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:05:30.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:06:21.185Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:06:21.186Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:06:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:06:21.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:06:21.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:06:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:06:30.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:06:30.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:07:21.186Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:07:21.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:07:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:07:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:07:21.191Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:07:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:07:30.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:07:30.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:08:21.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:08:21.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:08:21.187Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:08:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:08:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:08:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:08:30.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:08:30.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:09:21.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:09:21.186Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:09:21.186Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:09:21.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:09:21.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:09:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:09:30.826Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:09:30.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:21.185Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:10:21.186Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:10:21.186Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:21.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:10:21.189Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:10:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:21.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:21.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c88a0cd2-8e34-4a64-a189-444c382e16af","serviceName":"vFW 2022-05-31 07-06-05","serviceVersion":"1.0","serviceUUID":"49809e3e-cf90-4e8d-86b7-199771362046","serviceDescription":"catalog service description","serviceInvariantUUID":"3e6c9249-4c92-4a7e-9176-5509bb60c16d","resources":[{"resourceInstanceName":"vFW e778a03e-1c4c 0","resourceName":"vFW e778a03e-1c4c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd45faef-1d91-45d7-9cac-0fbe0496f135","resourceInvariantUUID":"41cc7faf-a4d6-48f6-b56a-0e01f12fc677","resourceCustomizationUUID":"8be59214-3cdc-46d4-a92e-271641952628","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml","artifactChecksum":"OTg5ZThlYWUxODdiNThhMjkxZmRkYWVhNTQzM2Y3Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"800d48ba-4b39-4b0a-9914-7b8c4366436b","artifactVersion":"1"},{"artifactName":"vfwe778a03e1c4c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json","artifactChecksum":"OGVkOWY4Nzk4Y2U4ZjMxNzcxNmNhYmY2OWQ1N2FkZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1400cd60-cc0b-48b7-b086-79e8482c1e3d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d5b8b8e6-b563-4b32-9068-21c255ac68bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml","artifactChecksum":"YWQzY2ZlYzM5MmViZjM3YjBlYjlhODlkMDg2ZDFkYWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e353b07-e6f1-464d-8cf5-673f60551ea5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1","artifactVersion":"2","generatedFromUUID":"d5b8b8e6-b563-4b32-9068-21c255ac68bb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531070605-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml","artifactChecksum":"NmU0OTcwY2M3NTc4ZjI3NDg4NWM0NzA0NGQ4ODdmYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"385efd9b-9d45-4520-93a5-705f6135406f","artifactVersion":"1"},{"artifactName":"service-Vfw20220531070605-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar","artifactChecksum":"YzBjODVmMDhiNzc1MjEwY2I3NWUxZmQ3OGY3YWRhNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc2da998-3b8b-48bd-9aee-f782f76cd9e8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-31T07:10:21.875Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:10:21.884Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:21.887Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:21.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "cds",
"timestamp": 1653980987407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.915Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:21.915Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653980990739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "cds",
"timestamp": 1653980987407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653980990739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "cds",
"timestamp": 1653980987407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653980990739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:10:21.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653980998355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "ves-openapi-manager",
"timestamp": 1653980998682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "cds",
"timestamp": 1653980987407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653980990739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653980998355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T07:10:21.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "ves-openapi-manager",
"timestamp": 1653980998682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653980998955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "cds",
"timestamp": 1653980987407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653980990739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653980998355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "ves-openapi-manager",
"timestamp": 1653980998682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653980998955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T07:10:21.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "cds",
"timestamp": 1653980987407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653980990739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653980998355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "ves-openapi-manager",
"timestamp": 1653980998682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653980998955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:10:21.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981001337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "cds",
"timestamp": 1653980987407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:10:21.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653980990739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:10:21.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653980998355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "ves-openapi-manager",
"timestamp": 1653980998682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653980998955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981001337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981004593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653980998355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "ves-openapi-manager",
"timestamp": 1653980998682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653980998955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T07:10:21.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981001337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981004593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653980998355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:10:21.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653981005233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:21.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:21.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "cds",
"timestamp": 1653981005316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:21.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:21.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "ves-openapi-manager",
"timestamp": 1653980998682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653980998955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981001337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981004593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:21.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:21.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653981006245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:10:21.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:21.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:21.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "cds",
"timestamp": 1653981006337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-05-31T07:10:22.016Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-05-31T07:10:22.020Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:22.021Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:10:22.092Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:22.093Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:10:22.238Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c88a0cd2-8e34-4a64-a189-444c382e16af
2022-05-31T07:10:22.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88a0cd2-8e34-4a64-a189-444c382e16af and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:10:22.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653980998955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:10:22.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:22.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981001337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:22.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:22.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981004593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:22.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:22.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "policy-id",
"timestamp": 1653981007251,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:10:22.339Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c88a0cd2-8e34-4a64-a189-444c382e16af
2022-05-31T07:10:22.339Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88a0cd2-8e34-4a64-a189-444c382e16af and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:10:22.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981001337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:22.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:22.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981007227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:22.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:22.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981004593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:22.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:22.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981001337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:10:22.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:22.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981004593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:22.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:22.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981008853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:22.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:22.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981004593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:10:22.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:10:22.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981010074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:22.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:22.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981010654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:22.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:22.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981013191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:22.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:22.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981011781,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:10:22.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c88a0cd2-8e34-4a64-a189-444c382e16af
2022-05-31T07:10:22.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88a0cd2-8e34-4a64-a189-444c382e16af and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-31T07:10:22.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981012808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T07:10:22.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:22.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:10:22.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653981019302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:22.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:10:22.929Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:10:22.929Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:22.931Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:22.932Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T07:10:23.032Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:10:23.034Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:23.035Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:23.086Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:23.089Z||pool-4-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:10:23.936Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:10:23.937Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:23.943Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:23.943Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:10:24.042Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:10:24.045Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:24.045Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:24.097Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:24.098Z||pool-5-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:10:24.944Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:10:24.945Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:24.947Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:24.947Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:25.048Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:10:25.050Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:25.050Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:25.075Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:25.076Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:10:25.948Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:10:25.949Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:25.953Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:25.953Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T07:10:26.053Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:10:26.054Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:26.054Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:26.085Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:26.086Z||pool-7-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":2,"count":1}
2022-05-31T07:10:26.954Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:10:26.955Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:26.959Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:26.959Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:10:27.059Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:10:27.061Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:27.061Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:27.091Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:27.092Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:10:27.960Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:10:27.960Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:27.963Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:27.963Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:10:28.070Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-05-31T07:10:28.072Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:28.072Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:28.294Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:28.296Z||pool-9-thread-1|||||INFO|500||cambria reply ok (225 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:10:28.968Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"serviceName": "vFW 2022-05-31 07-06-05",
"serviceVersion": "1.0",
"serviceUUID": "49809e3e-cf90-4e8d-86b7-199771362046",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3e6c9249-4c92-4a7e-9176-5509bb60c16d",
"resources": [
{
"resourceInstanceName": "vFW e778a03e-1c4c 0",
"resourceCustomizationUUID": "8be59214-3cdc-46d4-a92e-271641952628",
"resourceName": "vFW e778a03e-1c4c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cd45faef-1d91-45d7-9cac-0fbe0496f135",
"resourceInvariantUUID": "41cc7faf-a4d6-48f6-b56a-0e01f12fc677",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe778a03e1c4c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"artifactChecksum": "OGVkOWY4Nzk4Y2U4ZjMxNzcxNmNhYmY2OWQ1N2FkZWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1400cd60-cc0b-48b7-b086-79e8482c1e3d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d5b8b8e6-b563-4b32-9068-21c255ac68bb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1",
"generatedFromUUID": "d5b8b8e6-b563-4b32-9068-21c255ac68bb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220531070605-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"artifactChecksum": "YzBjODVmMDhiNzc1MjEwY2I3NWUxZmQ3OGY3YWRhNzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bc2da998-3b8b-48bd-9aee-f782f76cd9e8"
}
],
"workloadContext": "Production"
}
2022-05-31T07:10:28.969Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-31T07:10:28.969Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 49809e3e-cf90-4e8d-86b7-199771362046 ASDC
2022-05-31T07:10:29.115Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c88a0cd2-8e34-4a64-a189-444c382e16af
ServiceName:vFW 2022-05-31 07-06-05
ServiceVersion:1.0
ServiceUUID:49809e3e-cf90-4e8d-86b7-199771362046
ServiceInvariantUUID:3e6c9249-4c92-4a7e-9176-5509bb60c16d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220531070605-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar
ArtifactUUID:bc2da998-3b8b-48bd-9aee-f782f76cd9e8
ArtifactChecksum:YzBjODVmMDhiNzc1MjEwY2I3NWUxZmQ3OGY3YWRhNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e778a03e-1c4c 0
ResourceCustomizationUUID:8be59214-3cdc-46d4-a92e-271641952628
ResourceInvariantUUID:41cc7faf-a4d6-48f6-b56a-0e01f12fc677
ResourceName:vFW e778a03e-1c4c
ResourceType:VF
ResourceUUID:cd45faef-1d91-45d7-9cac-0fbe0496f135
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe778a03e1c4c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json
ArtifactUUID:1400cd60-cc0b-48b7-b086-79e8482c1e3d
ArtifactChecksum:OGVkOWY4Nzk4Y2U4ZjMxNzcxNmNhYmY2OWQ1N2FkZWQ=
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/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml
ArtifactUUID:d5b8b8e6-b563-4b32-9068-21c255ac68bb
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/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env
ArtifactUUID:8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1
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/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env
ArtifactUUID:8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-31T07:10:29.117Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 49809e3e-cf90-4e8d-86b7-199771362046 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-31T07:10:29.173Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T07:10:29.174Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-31T07:10:29.176Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-31T07:10:29.176Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bc2da998-3b8b-48bd-9aee-f782f76cd9e8 from URL: /sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:29.176Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-31T07:10:29.177Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:29.915Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-31T07:10:29.937Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar bc2da998-3b8b-48bd-9aee-f782f76cd9e8 99027
2022-05-31T07:10:29.939Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar ASDC sendASDCNotification
2022-05-31T07:10:29.940Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:29.941Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:10:29.942Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:29.945Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:29.945Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981029937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:30.045Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:10:30.047Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:30.047Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:30.078Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:30.079Z||pool-10-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:10:30.946Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T07:10:30.948Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-31T07:10:30.948Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bc2da998-3b8b-48bd-9aee-f782f76cd9e8, URL: /sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar to file: /app/ASDC/1/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:30.949Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531070605-csar.csar
2022-05-31T07:10:31.126Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:31.126Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:32.023Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4583756533392542418/Definitions/service-Vfw20220531070605-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-31T07:10:36.813Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-31T07:10:36.819Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-31T07:10:36.819Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.820Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-31T07:10:36.820Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||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-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.820Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||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-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.820Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||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-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.820Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.821Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.821Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||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-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.821Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||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-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.821Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||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-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.821Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.822Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||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-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.822Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.822Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e778a03e-1c4c 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-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.822Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||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-Vfw20220531070605-csar.csar
2022-05-31T07:10:36.822Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-31T07:10:36.830Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.832Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:36.836Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:36.836Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-31T07:10:36.838Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T07:10:36.840Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.840Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:36.840Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:36.840Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-31T07:10:36.841Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T07:10:36.841Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.841Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:36.845Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.845Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is not matching search criteria
2022-05-31T07:10:36.845Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:10:36.845Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:10:36.846Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T07:10:36.846Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:36.846Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.846Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T07:10:36.846Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.847Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T07:10:36.847Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T07:10:36.847Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.847Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:36.847Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T07:10:36.848Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:36.848Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T07:10:36.848Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.848Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-31T07:10:36.848Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.849Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T07:10:36.850Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.850Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:36.850Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:10:36.851Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.851Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:36.851Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:10:36.852Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.852Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:36.852Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:10:36.853Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.853Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is not matching search criteria
2022-05-31T07:10:36.853Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:10:36.853Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:10:36.853Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T07:10:36.854Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T07:10:36.854Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T07:10:36.854Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.854Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:36.855Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T07:10:36.855Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:36.855Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T07:10:36.855Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.856Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb6ace38-c9a4-49e0-98fa-486ffcad76ee
2022-05-31T07:10:36.856Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.856Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is not matching search criteria
2022-05-31T07:10:36.856Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:10:36.857Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:10:36.857Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T07:10:36.857Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:36.857Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.858Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T07:10:36.858Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.858Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-31T07:10:36.859Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T07:10:36.859Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:36.859Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T07:10:36.860Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.860Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f002e96-077e-4225-bf05-2dbe898d3cbc
2022-05-31T07:10:36.860Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.861Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is not matching search criteria
2022-05-31T07:10:36.861Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:10:36.861Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:10:36.861Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T07:10:36.861Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:36.862Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.862Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T07:10:36.862Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.862Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T07:10:36.863Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T07:10:36.863Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:36.863Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:36.863Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-31T07:10:36.864Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e979270-73c4-42a8-8dba-a3962321b989
2022-05-31T07:10:36.864Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.864Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:36.864Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.865Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:36.865Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.865Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:36.865Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:36.866Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:36.866Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-31 07-06-05
Description:catalog service description
Model UUID:49809e3e-cf90-4e8d-86b7-199771362046
Model Version:NULL
Model InvariantUuid:3e6c9249-4c92-4a7e-9176-5509bb60c16d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e778a03e-1c4c
Model UUID:4d339a06-eee7-41f0-94a7-11fa5072ec28
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:41cc7faf-a4d6-48f6-b56a-0e01f12fc677
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8be59214-3cdc-46d4-a92e-271641952628
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d3b64a5e-6e61-4fd2-b83b-b00e1133208e
ModelName:VfwE778a03e1c4c..base_vfw..module-0
ModelUuid:6e1ecef4-4880-4b74-a972-23d67688802c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:eb6ace38-c9a4-49e0-98fa-486ffcad76ee
ModelInvariantUuid:5d871faa-8430-43ea-83b6-9d1c16ba2e77
ModelName:vFW e778a03e-1c4c-nodes.vfwCvfc
ModelUuid:2123b7fc-26ec-4fa8-97f4-2479fb685441
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c84484d5-9635-4bf4-8527-1645c5eb1757
ModelInvariantUuid:8629eb6e-f2e7-4278-a75d-d7c19118f164
ModelName:VfwE778a03e1c4c.compute.nodes.heat.vfw
ModelUuid:2fba9dad-108c-45af-adb5-50d45a031e90
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2f002e96-077e-4225-bf05-2dbe898d3cbc
ModelInvariantUuid:50b7ec1e-870d-46b2-bfd2-aadaa1cd020e
ModelName:vFW e778a03e-1c4c-nodes.vsnCvfc
ModelUuid:14ec91f3-3e8e-4eeb-a12e-df5279380c96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ce59447b-9cd7-45ae-8b8c-ffeaab27299b
ModelInvariantUuid:01a3843e-44c5-48bc-89d5-a5f6b349aa53
ModelName:VfwE778a03e1c4c.compute.nodes.heat.vsn
ModelUuid:529f0d8d-afce-49ea-83bb-b6772193f9a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1e979270-73c4-42a8-8dba-a3962321b989
ModelInvariantUuid:b3191863-0c8c-414b-8fa1-e5aa91a1c8f6
ModelName:vFW e778a03e-1c4c-nodes.vpgCvfc
ModelUuid:cc1ce369-9aa4-49a3-9ba2-7a308c3bd3b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:853dda54-deca-43b0-825e-49b1c400878a
ModelInvariantUuid:5bee4392-7272-46d2-bf5e-b7fa434e7cd1
ModelName:VfwE778a03e1c4c.compute.nodes.heat.vpg
ModelUuid:440a97df-159b-4274-a0fd-8ef166b5ace0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-31T07:10:36.881Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cd45faef-1d91-45d7-9cac-0fbe0496f135
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:10:37.002Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||vFW e778a03e-1c4c 0
2022-05-31T07:10:37.011Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd45faef-1d91-45d7-9cac-0fbe0496f135
2022-05-31T07:10:37.012Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1400cd60-cc0b-48b7-b086-79e8482c1e3d from URL: /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json
2022-05-31T07:10:37.012Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-31T07:10:37.012Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json
2022-05-31T07:10:37.217Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-31T07:10:37.218Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json 1400cd60-cc0b-48b7-b086-79e8482c1e3d 785
2022-05-31T07:10:37.218Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json ASDC sendASDCNotification
2022-05-31T07:10:37.219Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json
2022-05-31T07:10:37.219Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:10:37.219Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:37.223Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:37.223Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981037218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:37.323Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:10:37.324Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:37.325Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:37.374Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:37.375Z||pool-11-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:10:38.225Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE778a03e1c4c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d3b64a5e-6e61-4fd2-b83b-b00e1133208e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e1ecef4-4880-4b74-a972-23d67688802c",
"vfModuleModelCustomizationUUID": "30f08b76-da48-484d-8e90-2c3ebbf26f4d",
"isBase": true,
"artifacts": [
"d5b8b8e6-b563-4b32-9068-21c255ac68bb",
"8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-31T07:10:38.283Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE778a03e1c4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e1ecef4-4880-4b74-a972-23d67688802c
VfModuleModelInvariantUUID:d3b64a5e-6e61-4fd2-b83b-b00e1133208e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5b8b8e6-b563-4b32-9068-21c255ac68bb
,
8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-31T07:10:38.291Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE778a03e1c4c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d3b64a5e-6e61-4fd2-b83b-b00e1133208e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e1ecef4-4880-4b74-a972-23d67688802c",
"vfModuleModelCustomizationUUID": "30f08b76-da48-484d-8e90-2c3ebbf26f4d",
"isBase": true,
"artifacts": [
"d5b8b8e6-b563-4b32-9068-21c255ac68bb",
"8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-31T07:10:38.292Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE778a03e1c4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e1ecef4-4880-4b74-a972-23d67688802c
VfModuleModelInvariantUUID:d3b64a5e-6e61-4fd2-b83b-b00e1133208e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d5b8b8e6-b563-4b32-9068-21c255ac68bb
,
8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-31T07:10:38.292Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d5b8b8e6-b563-4b32-9068-21c255ac68bb from URL: /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml
2022-05-31T07:10:38.292Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-31T07:10:38.293Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml
2022-05-31T07:10:38.840Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-31T07:10:38.841Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml d5b8b8e6-b563-4b32-9068-21c255ac68bb 20368
2022-05-31T07:10:38.841Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-31T07:10:38.842Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml
2022-05-31T07:10:38.842Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:10:38.842Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:38.845Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:38.845Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981038841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:38.948Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-31T07:10:38.949Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:38.949Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:38.989Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:38.990Z||pool-12-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:10:39.846Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1 from URL: /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env
2022-05-31T07:10:39.847Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-31T07:10:39.847Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env
2022-05-31T07:10:40.227Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-31T07:10:40.227Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env 8ed40a22-cf5a-4a51-b8d6-97d5ac5b26f1 2098
2022-05-31T07:10:40.228Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-31T07:10:40.228Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env
2022-05-31T07:10:40.228Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:10:40.228Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:40.244Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:40.244Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981040228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:10:40.339Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-31T07:10:40.340Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:40.341Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:40.386Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:40.387Z||pool-13-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:10:41.245Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 49809e3e-cf90-4e8d-86b7-199771362046
2022-05-31T07:10:41.245Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e778a03e-1c4c 0 cd45faef-1d91-45d7-9cac-0fbe0496f135 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:10:41.297Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e457b71, org.onap.sdc.toscaparser.api.parameters.Input@1ea2afa6, org.onap.sdc.toscaparser.api.parameters.Input@4762ffe6, org.onap.sdc.toscaparser.api.parameters.Input@2b0a2fd7, org.onap.sdc.toscaparser.api.parameters.Input@2e115734]
2022-05-31T07:10:41.302Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.302Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:41.303Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-05-31T07:10:41.303Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8be59214-3cdc-46d4-a92e-271641952628
2022-05-31T07:10:41.303Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8be59214-3cdc-46d4-a92e-271641952628 matches Tosca VF Customization UUID: 8be59214-3cdc-46d4-a92e-271641952628
2022-05-31T07:10:41.303Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8be59214-3cdc-46d4-a92e-271641952628 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-31T07:10:41.313Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.314Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:41.316Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8be59214-3cdc-46d4-a92e-271641952628: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-31T07:10:41.316Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e61a74f
2022-05-31T07:10:41.316Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.317Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T07:10:41.317Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30f08b76-da48-484d-8e90-2c3ebbf26f4d
2022-05-31T07:10:41.319Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30f08b76-da48-484d-8e90-2c3ebbf26f4d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-31T07:10:41.328Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.328Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:41.329Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:10:41.330Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.330Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:41.330Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:10:41.331Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.331Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is not matching search criteria
2022-05-31T07:10:41.331Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:10:41.331Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:10:41.331Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T07:10:41.332Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T07:10:41.332Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T07:10:41.332Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:41.332Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:41.332Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T07:10:41.333Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:41.333Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T07:10:41.334Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:41.334Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb6ace38-c9a4-49e0-98fa-486ffcad76ee
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-31T07:10:41.351Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.351Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:41.351Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:10:41.352Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.352Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is not matching search criteria
2022-05-31T07:10:41.352Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:10:41.352Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:10:41.352Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T07:10:41.353Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:41.353Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:41.354Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T07:10:41.354Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:41.354Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-31T07:10:41.354Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T07:10:41.354Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:41.355Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T07:10:41.355Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:41.355Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f002e96-077e-4225-bf05-2dbe898d3cbc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-31T07:10:41.360Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.361Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:41.361Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:10:41.365Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.366Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is not matching search criteria
2022-05-31T07:10:41.366Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:10:41.367Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:10:41.367Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T07:10:41.367Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:41.368Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:41.368Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T07:10:41.368Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:10:41.368Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T07:10:41.369Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T07:10:41.369Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:10:41.369Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T07:10:41.370Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-31T07:10:41.370Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e979270-73c4-42a8-8dba-a3962321b989
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-31T07:10:41.374Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.374Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:41.374Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:10:41.375Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.375Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Node template vFW e778a03e-1c4c 0 is matching search criteria
2022-05-31T07:10:41.375Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW e778a03e-1c4c 0] matching following query criteria: sdcType=VF, customizationUUID=8be59214-3cdc-46d4-a92e-271641952628
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:10:41.380Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.380Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:41.381Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 49809e3e-cf90-4e8d-86b7-199771362046: vFW e778a03e-1c4c
2022-05-31T07:10:41.381Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.381Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:41.382Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.382Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:41.382Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.382Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:41.382Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.383Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:41.383Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:10:41.383Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-31 07-06-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:10:41.384Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-05-31 07-06-05
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:10:41.756Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e778a03e-1c4c cd45faef-1d91-45d7-9cac-0fbe0496f135 1 ASDC deployResourceStructure
2022-05-31T07:10:41.757Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json ASDC sendASDCNotification
2022-05-31T07:10:41.757Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json
2022-05-31T07:10:41.757Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T07:10:41.758Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:41.761Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:41.761Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981041757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T07:10:41.863Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-31T07:10:41.864Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:41.864Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:41.898Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:41.898Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:10:42.763Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-31T07:10:42.763Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml
2022-05-31T07:10:42.763Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T07:10:42.764Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:42.766Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:42.766Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981042762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T07:10:42.867Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-31T07:10:42.869Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:42.869Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:42.895Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:42.896Z||pool-15-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:10:43.770Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-31T07:10:43.771Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env
2022-05-31T07:10:43.771Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T07:10:43.771Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:43.782Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:43.783Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981043770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-31T07:10:43.874Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-05-31T07:10:43.876Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:43.876Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:43.910Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:43.911Z||pool-16-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:10:44.784Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar ASDC sendASDCNotification
2022-05-31T07:10:44.785Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar
2022-05-31T07:10:44.785Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T07:10:44.786Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-31T07:10:44.788Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:10:44.788Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981044784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:10:44.888Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:10:44.889Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:10:44.889Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:10:44.930Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:10:44.931Z||pool-17-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:10:45.790Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:10:45.816Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:10:45.820Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:10:45.820Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T07:10:45.820Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T07:11:15.820Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:11:15.837Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:11:15.855Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:11:15.856Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T07:11:15.856Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T07:11:21.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:11:21.190Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:11:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:11:21.337Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:11:21.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T07:11:21.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:11:21.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T07:11:45.857Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:11:45.872Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:11:45.877Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:11:45.878Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T07:11:45.878Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T07:12:15.878Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:12:15.894Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:12:15.897Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:12:15.897Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T07:12:15.897Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T07:12:21.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:12:21.190Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:12:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:12:21.730Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:12:21.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981020399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:12:21.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653981021315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:12:21.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T07:12:21.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:12:21.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981021408,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:12:21.767Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c88a0cd2-8e34-4a64-a189-444c382e16af
2022-05-31T07:12:21.768Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88a0cd2-8e34-4a64-a189-444c382e16af and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:12:21.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "clamp",
"timestamp": 1653981022320,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:12:21.784Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c88a0cd2-8e34-4a64-a189-444c382e16af
2022-05-31T07:12:21.784Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88a0cd2-8e34-4a64-a189-444c382e16af and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:12:21.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:12:21.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:12:21.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:12:21.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:12:21.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T07:12:21.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:12:21.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:12:21.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:12:21.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981021185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:12:21.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:12:21.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981028053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-05-31T07:12:21.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "aai-ml",
"timestamp": 1653981029061,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:12:21.803Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c88a0cd2-8e34-4a64-a189-444c382e16af
2022-05-31T07:12:21.803Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88a0cd2-8e34-4a64-a189-444c382e16af and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:12:21.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981029937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:12:21.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981037218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:12:21.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981038841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:12:21.817Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981040228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:12:21.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981041757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/vfwe778a03e1c4c0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T07:12:21.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981042762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T07:12:21.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981043770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/resourceInstances/vfwe778a03e1c4c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-31T07:12:21.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:21.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:12:21.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981044784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531070605/1.0/artifacts/service-Vfw20220531070605-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:12:21.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:12:45.898Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:12:45.915Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:12:45.923Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:12:45.923Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T07:12:45.923Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-31T07:12:45.924Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-31T07:12:45.925Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-05-31T07:12:45.925Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:12:45.938Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-31T07:13:15.939Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c88a0cd2-8e34-4a64-a189-444c382e16af and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-31T07:13:15.969Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c88a0cd2-8e34-4a64-a189-444c382e16af and serviceModelVersionId: 49809e3e-cf90-4e8d-86b7-199771362046
2022-05-31T07:13:15.970Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e6c9249-4c92-4a7e-9176-5509bb60c16d
2022-05-31T07:13:21.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:13:21.190Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:13:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:21.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:21.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "cds",
"timestamp": 1653981182407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981181336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981190740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981184594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "cds",
"timestamp": 1653981182407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981181336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981190740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981184594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "cds",
"timestamp": 1653981182407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981181336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981190740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:13:21.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981184594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "cds",
"timestamp": 1653981182407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981190740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981181336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981184594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "cds",
"timestamp": 1653981182407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981190740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981181336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981184594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "cds",
"timestamp": 1653981182407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981181336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981190740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981184594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "cds",
"timestamp": 1653981182407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:13:21.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981181336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:13:21.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981190740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981184594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "ves-openapi-manager",
"timestamp": 1653981198682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981198896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:13:21.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:13:21.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981200976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:13:21.638Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:13:21.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981199772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:13:21.638Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:13:21.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T07:13:21.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "cds",
"timestamp": 1653981199932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:13:21.638Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:13:35.579Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0
2022-05-31T07:13:35.779Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-31T07:13:36.453Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-31T07:13:36.460Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Invoke
2022-05-31T07:13:38.036Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-31T07:13:38.037Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Invoke
2022-05-31T07:13:39.568Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-31T07:13:39.570Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Invoke
2022-05-31T07:13:40.601Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T07:13:40.602Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-05-31T07:13:40.604Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T07:13:40.605Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:13:40.613Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-31T07:13:40.614Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c88a0cd2-8e34-4a64-a189-444c382e16af and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T07:13:40.616Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-05-31T07:13:40.617Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:40.619Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:40.619Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981220615,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-05-31T07:13:40.719Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:13:40.721Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:40.721Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:40.753Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:40.754Z||pool-18-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-31T07:13:41.643Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:13:41.644Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:13:41.645Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:46.137Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:46.138Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||received message from topic
2022-05-31T07:13:46.138Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"50b99af4-09fc-46ae-b20e-e9b2deddc961","serviceName":"basic_onboard_iQrvlz","serviceVersion":"1.0","serviceUUID":"5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d","serviceDescription":"service","serviceInvariantUUID":"21e2a9cb-45ec-4c23-9df0-cc567156531f","resources":[{"resourceInstanceName":"basic_onboard_iQrvlz 0","resourceName":"basic_onboard_iQrvlz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e9ef7d6-eafa-41cc-97d8-95d64ced2963","resourceInvariantUUID":"8ed54ff1-7d96-4ed3-85cb-94c1097f0e0e","resourceCustomizationUUID":"e28bde86-c82d-4ea9-a594-6fd46a862c22","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml","artifactChecksum":"ZjY1MTFlODgzYzBmZjM0ZDZiMTJlNDhiNGNiNDRkNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20e16a7b-f23d-4a74-bf1e-3b07cc689fa0","artifactVersion":"1"},{"artifactName":"basic_onboard_iqrvlz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json","artifactChecksum":"NjFkNjcxOTdiMWJjNmFkMGU3MjYxYjlmMTg0MTExZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0a16774-9aaf-4a1b-8224-52763dca8356","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e295d7d-929c-405b-b755-679e41d9009c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"240fe029-df80-4e6e-8217-e342e78e4609","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7b9d6bce-4c10-4bc2-894f-f34e818dc163","artifactVersion":"2","generatedFromUUID":"5e295d7d-929c-405b-b755-679e41d9009c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIqrvlz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml","artifactChecksum":"NzdkYmE2NmYyMTE2NWE1Y2U0ZGIwODMyY2Q3NjM2MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ed15596-a173-46ac-ac1e-e2ed68e5a108","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIqrvlz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar","artifactChecksum":"ODA4ZmU3NjFkZTQwZjUyNjNkMjhiZGQ0ZDUyYTYzMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03429153-5607-4e5e-a176-b600a94d7abb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-31T07:13:46.141Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:13:46.141Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:46.143Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:46.143Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:46.250Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-05-31T07:13:46.251Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:46.251Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:46.276Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:46.276Z||pool-19-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:13:47.145Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:13:47.147Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:47.150Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:47.151Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T07:13:47.251Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:13:47.252Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:47.252Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:47.273Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:47.274Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:13:48.152Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:13:48.153Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:48.157Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:48.157Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:13:48.262Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-05-31T07:13:48.263Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:48.263Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:48.318Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:48.319Z||pool-21-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:13:49.158Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:13:49.159Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:49.162Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:49.162Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:49.263Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-31T07:13:49.264Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:49.264Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:49.296Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:49.297Z||pool-22-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:13:50.164Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:13:50.165Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:50.168Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:50.168Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-31T07:13:50.270Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-31T07:13:50.271Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:50.271Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:50.303Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:50.305Z||pool-23-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:13:51.169Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:13:51.171Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:51.174Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:51.175Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:13:51.275Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:13:51.276Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:51.276Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:51.301Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:51.302Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:13:52.176Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:13:52.177Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:52.179Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:52.180Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:13:52.280Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:13:52.281Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:52.281Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:52.299Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:52.300Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:13:53.182Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"serviceName": "basic_onboard_iQrvlz",
"serviceVersion": "1.0",
"serviceUUID": "5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d",
"serviceDescription": "service",
"serviceInvariantUUID": "21e2a9cb-45ec-4c23-9df0-cc567156531f",
"resources": [
{
"resourceInstanceName": "basic_onboard_iQrvlz 0",
"resourceCustomizationUUID": "e28bde86-c82d-4ea9-a594-6fd46a862c22",
"resourceName": "basic_onboard_iQrvlz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8e9ef7d6-eafa-41cc-97d8-95d64ced2963",
"resourceInvariantUUID": "8ed54ff1-7d96-4ed3-85cb-94c1097f0e0e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_iqrvlz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"artifactChecksum": "NjFkNjcxOTdiMWJjNmFkMGU3MjYxYjlmMTg0MTExZmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c0a16774-9aaf-4a1b-8224-52763dca8356",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5e295d7d-929c-405b-b755-679e41d9009c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7b9d6bce-4c10-4bc2-894f-f34e818dc163",
"generatedFromUUID": "5e295d7d-929c-405b-b755-679e41d9009c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7b9d6bce-4c10-4bc2-894f-f34e818dc163",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIqrvlz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"artifactChecksum": "ODA4ZmU3NjFkZTQwZjUyNjNkMjhiZGQ0ZDUyYTYzMmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "03429153-5607-4e5e-a176-b600a94d7abb"
}
],
"workloadContext": "Production"
}
2022-05-31T07:13:53.183Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-31T07:13:53.184Z|c88a0cd2-8e34-4a64-a189-444c382e16af|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d ASDC
2022-05-31T07:13:53.185Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||ASDC Notification:
DistributionID:50b99af4-09fc-46ae-b20e-e9b2deddc961
ServiceName:basic_onboard_iQrvlz
ServiceVersion:1.0
ServiceUUID:5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d
ServiceInvariantUUID:21e2a9cb-45ec-4c23-9df0-cc567156531f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIqrvlz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar
ArtifactUUID:03429153-5607-4e5e-a176-b600a94d7abb
ArtifactChecksum:ODA4ZmU3NjFkZTQwZjUyNjNkMjhiZGQ0ZDUyYTYzMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iQrvlz 0
ResourceCustomizationUUID:e28bde86-c82d-4ea9-a594-6fd46a862c22
ResourceInvariantUUID:8ed54ff1-7d96-4ed3-85cb-94c1097f0e0e
ResourceName:basic_onboard_iQrvlz
ResourceType:VF
ResourceUUID:8e9ef7d6-eafa-41cc-97d8-95d64ced2963
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iqrvlz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json
ArtifactUUID:c0a16774-9aaf-4a1b-8224-52763dca8356
ArtifactChecksum:NjFkNjcxOTdiMWJjNmFkMGU3MjYxYjlmMTg0MTExZmU=
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/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5e295d7d-929c-405b-b755-679e41d9009c
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/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env
ArtifactUUID:7b9d6bce-4c10-4bc2-894f-f34e818dc163
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/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env
ArtifactUUID:7b9d6bce-4c10-4bc2-894f-f34e818dc163
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-31T07:13:53.185Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:13:53.223Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T07:13:53.224Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||MSO config path is: /app
2022-05-31T07:13:53.225Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||MSO config path is: /app
2022-05-31T07:13:53.225Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Trying to download the artifact UUID: 03429153-5607-4e5e-a176-b600a94d7abb from URL: /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:53.225Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - download
2022-05-31T07:13:53.226Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:53.333Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T07:13:53.337Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar 03429153-5607-4e5e-a176-b600a94d7abb 71569
2022-05-31T07:13:53.338Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar ASDC sendASDCNotification
2022-05-31T07:13:53.338Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:53.338Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:13:53.338Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:53.340Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:53.341Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981233338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:13:53.441Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:13:53.443Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:53.443Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:53.488Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:53.489Z||pool-26-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:13:54.343Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T07:13:54.345Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||MSO config path is: /app
2022-05-31T07:13:54.346Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Trying to write artifact UUID: 03429153-5607-4e5e-a176-b600a94d7abb, URL: /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar to file: /app/ASDC/1/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:54.347Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:54.348Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:54.348Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:54.519Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18414009167048190643/Definitions/service-BasicOnboardIqrvlz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-31T07:13:56.048Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-05-31T07:13:56.049Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|WARN|500||####################################################################################################
2022-05-31T07:13:56.050Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.050Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-31T07:13:56.050Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iQrvlz 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-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.051Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|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-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.051Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|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-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.051Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|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-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.051Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|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-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.052Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.052Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.052Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|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-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.052Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|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-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:13:56.052Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|WARN|500||####################################################################################################
2022-05-31T07:13:56.053Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.053Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:13:56.054Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is matching search criteria
2022-05-31T07:13:56.054Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Search for entities recursively
2022-05-31T07:13:56.055Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [basic_onboard_iQrvlz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T07:13:56.055Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.055Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:13:56.056Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is matching search criteria
2022-05-31T07:13:56.056Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Search for entities recursively
2022-05-31T07:13:56.056Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [basic_onboard_iQrvlz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T07:13:56.056Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.057Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:13:56.057Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.058Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is not matching search criteria
2022-05-31T07:13:56.058Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-31T07:13:56.058Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-31T07:13:56.059Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-31T07:13:56.059Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-31T07:13:56.059Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-31T07:13:56.060Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.060Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T07:13:56.060Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.061Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is matching search criteria
2022-05-31T07:13:56.061Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [basic_onboard_iQrvlz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:13:56.062Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.062Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is matching search criteria
2022-05-31T07:13:56.062Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [basic_onboard_iQrvlz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:13:56.063Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.063Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is matching search criteria
2022-05-31T07:13:56.063Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [basic_onboard_iQrvlz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:13:56.064Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.064Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is not matching search criteria
2022-05-31T07:13:56.064Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-31T07:13:56.064Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-31T07:13:56.065Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=129406a2-3000-4383-89d6-31eb6f4195e3
2022-05-31T07:13:56.065Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.066Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:13:56.066Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.067Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:13:56.067Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.067Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:13:56.068Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:13:56.068Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:13:56.069Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_iQrvlz
Description:service
Model UUID:5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d
Model Version:NULL
Model InvariantUuid:21e2a9cb-45ec-4c23-9df0-cc567156531f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_iQrvlz
Model UUID:9e2e3bf5-8bde-465c-bed9-dd048a057d96
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8ed54ff1-7d96-4ed3-85cb-94c1097f0e0e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e28bde86-c82d-4ea9-a594-6fd46a862c22
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:00e65e3d-66d4-4295-9cfe-08de1cc534dc
ModelName:BasicOnboardIqrvlz..base_ubuntu18..module-0
ModelUuid:cb62f548-53cc-4593-a868-a49a75d6374c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:129406a2-3000-4383-89d6-31eb6f4195e3
ModelInvariantUuid:a2271d83-7e88-4309-935c-8856b57da004
ModelName:basic_onboard_iQrvlz-nodes.ubuntu18Cvfc
ModelUuid:7d37cfbb-389b-449d-b3e4-c903fd9e63d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7556ff12-3ee4-4e31-9a1b-f866f21ff554
ModelInvariantUuid:8b8f15bb-b0ab-4655-83cb-408f82e3f77c
ModelName:BasicOnboardIqrvlz.compute.nodes.heat.ubuntu18
ModelUuid:780c0d36-986f-412e-8940-7c6e39acb1f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-31T07:13:56.080Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 8e9ef7d6-eafa-41cc-97d8-95d64ced2963
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:13:56.084Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||basic_onboard_iQrvlz 0
2022-05-31T07:13:56.085Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 8e9ef7d6-eafa-41cc-97d8-95d64ced2963
2022-05-31T07:13:56.085Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Trying to download the artifact UUID: c0a16774-9aaf-4a1b-8224-52763dca8356 from URL: /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json
2022-05-31T07:13:56.085Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - download
2022-05-31T07:13:56.085Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json
2022-05-31T07:13:56.722Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T07:13:56.723Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json c0a16774-9aaf-4a1b-8224-52763dca8356 798
2022-05-31T07:13:56.723Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json ASDC sendASDCNotification
2022-05-31T07:13:56.723Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json
2022-05-31T07:13:56.724Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:13:56.724Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:56.727Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:56.727Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981236723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:13:56.827Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:13:56.828Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:56.828Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:56.864Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:56.865Z||pool-27-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:13:57.728Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIqrvlz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "00e65e3d-66d4-4295-9cfe-08de1cc534dc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb62f548-53cc-4593-a868-a49a75d6374c",
"vfModuleModelCustomizationUUID": "22af0f1f-66d9-4209-85c6-d02e2f5f6116",
"isBase": true,
"artifacts": [
"5e295d7d-929c-405b-b755-679e41d9009c",
"7b9d6bce-4c10-4bc2-894f-f34e818dc163"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-31T07:13:57.735Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIqrvlz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb62f548-53cc-4593-a868-a49a75d6374c
VfModuleModelInvariantUUID:00e65e3d-66d4-4295-9cfe-08de1cc534dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e295d7d-929c-405b-b755-679e41d9009c
,
7b9d6bce-4c10-4bc2-894f-f34e818dc163
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-31T07:13:57.738Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIqrvlz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "00e65e3d-66d4-4295-9cfe-08de1cc534dc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb62f548-53cc-4593-a868-a49a75d6374c",
"vfModuleModelCustomizationUUID": "22af0f1f-66d9-4209-85c6-d02e2f5f6116",
"isBase": true,
"artifacts": [
"5e295d7d-929c-405b-b755-679e41d9009c",
"7b9d6bce-4c10-4bc2-894f-f34e818dc163"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-31T07:13:57.738Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIqrvlz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb62f548-53cc-4593-a868-a49a75d6374c
VfModuleModelInvariantUUID:00e65e3d-66d4-4295-9cfe-08de1cc534dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e295d7d-929c-405b-b755-679e41d9009c
,
7b9d6bce-4c10-4bc2-894f-f34e818dc163
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-31T07:13:57.738Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Trying to download the artifact UUID: 5e295d7d-929c-405b-b755-679e41d9009c from URL: /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml
2022-05-31T07:13:57.738Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - download
2022-05-31T07:13:57.739Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml
2022-05-31T07:13:58.125Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T07:13:58.125Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml 5e295d7d-929c-405b-b755-679e41d9009c 5033
2022-05-31T07:13:58.126Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-31T07:13:58.126Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml
2022-05-31T07:13:58.126Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:13:58.126Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:58.150Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:58.151Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981238126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:13:58.229Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-05-31T07:13:58.230Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:58.230Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:58.255Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:58.256Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:13:59.152Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Trying to download the artifact UUID: 7b9d6bce-4c10-4bc2-894f-f34e818dc163 from URL: /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env
2022-05-31T07:13:59.153Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - download
2022-05-31T07:13:59.153Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env
2022-05-31T07:13:59.722Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T07:13:59.725Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env 7b9d6bce-4c10-4bc2-894f-f34e818dc163 909
2022-05-31T07:13:59.726Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-31T07:13:59.726Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env
2022-05-31T07:13:59.726Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:13:59.726Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:13:59.729Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:13:59.729Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981239726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:13:59.829Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:13:59.830Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:13:59.831Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:13:59.857Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:13:59.857Z||pool-29-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:14:00.733Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Preparing to deploy Service: 5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d
2022-05-31T07:14:00.734Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iQrvlz 0 8e9ef7d6-eafa-41cc-97d8-95d64ced2963 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:14:00.753Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78632d2c, org.onap.sdc.toscaparser.api.parameters.Input@6c7ce149, org.onap.sdc.toscaparser.api.parameters.Input@6b647306, org.onap.sdc.toscaparser.api.parameters.Input@4bc71c27, org.onap.sdc.toscaparser.api.parameters.Input@2a2c523e]
2022-05-31T07:14:00.755Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.755Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:14:00.756Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||VF Category is: Generic
2022-05-31T07:14:00.756Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||VFCustomizationUUID= e28bde86-c82d-4ea9-a594-6fd46a862c22
2022-05-31T07:14:00.756Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e28bde86-c82d-4ea9-a594-6fd46a862c22 matches Tosca VF Customization UUID: e28bde86-c82d-4ea9-a594-6fd46a862c22
2022-05-31T07:14:00.756Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||vfCustomizationUUID: e28bde86-c82d-4ea9-a594-6fd46a862c22 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-31T07:14:00.760Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.760Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:14:00.761Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||resource request for resource customization id e28bde86-c82d-4ea9-a594-6fd46a862c22: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-31T07:14:00.761Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ab03cdb
2022-05-31T07:14:00.762Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.762Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T07:14:00.762Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 22af0f1f-66d9-4209-85c6-d02e2f5f6116
2022-05-31T07:14:00.762Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 22af0f1f-66d9-4209-85c6-d02e2f5f6116
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-31T07:14:00.766Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.766Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is matching search criteria
2022-05-31T07:14:00.767Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [basic_onboard_iQrvlz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:14:00.767Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.768Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is matching search criteria
2022-05-31T07:14:00.768Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [basic_onboard_iQrvlz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:14:00.768Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.769Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is not matching search criteria
2022-05-31T07:14:00.769Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-31T07:14:00.769Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-31T07:14:00.770Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=129406a2-3000-4383-89d6-31eb6f4195e3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-31T07:14:00.773Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.773Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is matching search criteria
2022-05-31T07:14:00.773Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [basic_onboard_iQrvlz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:14:00.774Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.774Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Node template basic_onboard_iQrvlz 0 is matching search criteria
2022-05-31T07:14:00.774Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found topology templates [basic_onboard_iQrvlz 0] matching following query criteria: sdcType=VF, customizationUUID=e28bde86-c82d-4ea9-a594-6fd46a862c22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:14:00.777Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.778Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:14:00.778Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500|| resourceSeq for service uuid 5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d: basic_onboard_iQrvlz
2022-05-31T07:14:00.779Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.779Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:14:00.779Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.780Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:14:00.780Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.781Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:14:00.781Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.781Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:14:00.782Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:14:00.782Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Service basic_onboard_iQrvlz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:14:00.782Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||Saving Service: basic_onboard_iQrvlz
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:14:00.896Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iQrvlz 8e9ef7d6-eafa-41cc-97d8-95d64ced2963 1 ASDC deployResourceStructure
2022-05-31T07:14:00.897Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json ASDC sendASDCNotification
2022-05-31T07:14:00.897Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json
2022-05-31T07:14:00.897Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T07:14:00.898Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:14:00.900Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:14:00.901Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981240897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T07:14:01.001Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:14:01.002Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:14:01.002Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:14:01.046Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:14:01.047Z||pool-30-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:14:01.902Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-31T07:14:01.902Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml
2022-05-31T07:14:01.902Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T07:14:01.903Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:14:01.905Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:14:01.905Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981241901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T07:14:02.005Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:14:02.006Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:14:02.006Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:14:02.129Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:14:02.130Z||pool-31-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:14:02.906Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-31T07:14:02.907Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env
2022-05-31T07:14:02.907Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T07:14:02.908Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:14:02.910Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:14:02.910Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981242906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-31T07:14:03.010Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:14:03.012Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:14:03.012Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:14:03.037Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:14:03.038Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:14:03.912Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar ASDC sendASDCNotification
2022-05-31T07:14:03.912Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar
2022-05-31T07:14:03.912Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T07:14:03.913Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:14:03.916Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:14:03.916Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981243911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:14:04.016Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:14:04.017Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:14:04.018Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:14:04.057Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:14:04.058Z||pool-33-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:14:04.920Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:14:04.957Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:14:04.961Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:14:04.962Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T07:14:04.962Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T07:14:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:14:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:14:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:14:21.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:14:21.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:14:21.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "ves-openapi-manager",
"timestamp": 1653981198682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:14:21.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:14:34.963Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:14:34.978Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:14:34.981Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:14:34.981Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T07:14:34.981Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T07:15:04.982Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:15:04.996Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:15:05.000Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:15:05.000Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T07:15:05.000Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T07:15:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:15:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:15:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:15:21.224Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:15:21.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:15:21.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981198955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:15:21.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:15:35.000Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:15:35.014Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:15:35.017Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:15:35.017Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T07:15:35.017Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T07:16:05.017Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:16:05.037Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:16:05.041Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:16:05.041Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T07:16:05.042Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T07:16:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:16:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:16:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:16:21.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:16:21.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981200778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:16:21.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "cds",
"timestamp": 1653981200938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:16:21.760Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50b99af4-09fc-46ae-b20e-e9b2deddc961
2022-05-31T07:16:21.760Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b99af4-09fc-46ae-b20e-e9b2deddc961 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:16:21.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "ves-openapi-manager",
"timestamp": 1653981198682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981198955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "policy-id",
"timestamp": 1653981201781,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:16:21.784Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50b99af4-09fc-46ae-b20e-e9b2deddc961
2022-05-31T07:16:21.784Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b99af4-09fc-46ae-b20e-e9b2deddc961 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:16:21.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "ves-openapi-manager",
"timestamp": 1653981198682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981198955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "ves-openapi-manager",
"timestamp": 1653981198682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981202610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:16:21.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981198955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "ves-openapi-manager",
"timestamp": 1653981198682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981198955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653981203626,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:16:21.809Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50b99af4-09fc-46ae-b20e-e9b2deddc961
2022-05-31T07:16:21.810Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b99af4-09fc-46ae-b20e-e9b2deddc961 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:16:21.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "ves-openapi-manager",
"timestamp": 1653981198682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981198955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981198955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981207776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-05-31T07:16:21.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "aai-ml",
"timestamp": 1653981208781,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:16:21.833Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 50b99af4-09fc-46ae-b20e-e9b2deddc961
2022-05-31T07:16:21.834Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b99af4-09fc-46ae-b20e-e9b2deddc961 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:16:21.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981207207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:16:21.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981208355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981208823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:16:21.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981208355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981208355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981210326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:16:21.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981208355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981211369,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:16:21.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50b99af4-09fc-46ae-b20e-e9b2deddc961
2022-05-31T07:16:21.866Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b99af4-09fc-46ae-b20e-e9b2deddc961 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-31T07:16:21.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981208355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653981212375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T07:16:21.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981208355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981208355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c88a0cd2-8e34-4a64-a189-444c382e16af",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981220615,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-05-31T07:16:21.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981224331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:16:21.879Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981226340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:16:21.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "clamp",
"timestamp": 1653981227343,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:16:21.888Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50b99af4-09fc-46ae-b20e-e9b2deddc961
2022-05-31T07:16:21.889Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50b99af4-09fc-46ae-b20e-e9b2deddc961 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:16:21.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:16:21.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981221643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:16:21.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-31T07:16:21.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981233338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:16:21.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981236723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:16:21.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981238126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:16:21.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981239726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:16:21.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981240897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/basic_onboard_iqrvlz0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T07:16:21.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981241901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T07:16:21.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981242906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/resourceInstances/basic_onboard_iqrvlz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-31T07:16:21.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:21.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:16:21.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981243911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIqrvlz/1.0/artifacts/service-BasicOnboardIqrvlz-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T07:16:21.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:16:35.042Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:16:35.060Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-31T07:16:35.072Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T07:16:35.072Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T07:16:35.073Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-31T07:16:35.073Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-31T07:16:35.073Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-05-31T07:16:35.073Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T07:16:35.082Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-31T07:17:05.082Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-31T07:17:05.091Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50b99af4-09fc-46ae-b20e-e9b2deddc961 and serviceModelVersionId: 5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d
2022-05-31T07:17:05.091Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21e2a9cb-45ec-4c23-9df0-cc567156531f
2022-05-31T07:17:05.092Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0
2022-05-31T07:17:05.097Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e6c9249-4c92-4a7e-9176-5509bb60c16d/model-vers/model-ver/49809e3e-cf90-4e8d-86b7-199771362046?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-05-31T07:17:05.162Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Invoke
2022-05-31T07:17:05.163Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50b99af4-09fc-46ae-b20e-e9b2deddc961], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a75b22ad-6f3f-4e74-aeee-9f7b35a3961c], X-ECOMP-RequestID=[50b99af4-09fc-46ae-b20e-e9b2deddc961], X-TransactionId=[], X-ONAP-RequestID=[50b99af4-09fc-46ae-b20e-e9b2deddc961], Content-Type=[application/merge-patch+json]}
2022-05-31T07:17:06.712Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Invoke
2022-05-31T07:17:06.713Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50b99af4-09fc-46ae-b20e-e9b2deddc961], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e1dc803-9260-4dbb-9579-99cc82df2edc], X-ECOMP-RequestID=[50b99af4-09fc-46ae-b20e-e9b2deddc961], X-TransactionId=[], X-ONAP-RequestID=[50b99af4-09fc-46ae-b20e-e9b2deddc961], Content-Type=[application/merge-patch+json]}
2022-05-31T07:17:08.249Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Invoke
2022-05-31T07:17:08.250Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50b99af4-09fc-46ae-b20e-e9b2deddc961], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5162ec76-1e75-4eb0-9ac1-3c222c9e805c], X-ECOMP-RequestID=[50b99af4-09fc-46ae-b20e-e9b2deddc961], X-TransactionId=[], X-ONAP-RequestID=[50b99af4-09fc-46ae-b20e-e9b2deddc961], Content-Type=[application/merge-patch+json]}
2022-05-31T07:17:09.273Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T07:17:09.274Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-05-31T07:17:09.275Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T07:17:09.276Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:17:09.282Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-31T07:17:09.284Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50b99af4-09fc-46ae-b20e-e9b2deddc961 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T07:17:09.284Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-05-31T07:17:09.285Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:17:09.287Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:17:09.287Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981429284,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-05-31T07:17:09.387Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:17:09.388Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:17:09.389Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:17:09.444Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:17:09.445Z||pool-34-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-31T07:17:10.303Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:17:10.304Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:17:10.305Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:17:20.800Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:17:20.801Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:17:20.801Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:17:20.802Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:17:21.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:17:21.190Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:17:21.191Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:17:21.856Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:17:21.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-31T07:17:21.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "50b99af4-09fc-46ae-b20e-e9b2deddc961",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981429284,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-05-31T07:17:21.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T07:17:30.454Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:17:30.455Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:17:30.456Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:17:30.456Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:17:40.071Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:17:40.072Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:17:40.073Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:17:40.074Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:17:49.668Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:17:49.670Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:17:49.671Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:17:49.671Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:17:59.289Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:17:59.291Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:17:59.291Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:17:59.292Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:18:08.972Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:18:21.185Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:18:21.186Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:18:21.187Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:18:21.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:18:21.196Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:18:21.196Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:18:30.802Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:18:30.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:21.185Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:19:21.187Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:19:21.188Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:21.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T07:19:21.190Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T07:19:21.190Z||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 ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:21.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:21.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-31T07:19:21.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "policy-id",
"timestamp": 1653981550739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:21.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-31T07:19:21.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-31T07:19:21.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "policy-id",
"timestamp": 1653981550739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:21.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-31T07:19:21.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-31T07:19:21.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "policy-id",
"timestamp": 1653981550739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:19:21.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-31T07:19:21.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-31T07:19:21.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "policy-id",
"timestamp": 1653981550739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:21.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-31T07:19:21.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-31T07:19:21.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "cds",
"timestamp": 1653981557407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:21.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-31T07:19:21.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-31T07:19:21.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "policy-id",
"timestamp": 1653981550739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:21.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-31T07:19:21.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-31T07:19:21.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "cds",
"timestamp": 1653981557407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:21.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-31T07:19:21.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-31T07:19:21.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1653981558682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:21.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-31T07:19:21.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-31T07:19:21.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "policy-id",
"timestamp": 1653981550739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:21.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-31T07:19:21.839Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:21.844Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||received message from topic
2022-05-31T07:19:21.845Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"17f6d00f-77a5-46c0-a6de-8a9cf8b693ff","serviceName":"vFW 2022-05-31 07-15-52","serviceVersion":"1.0","serviceUUID":"e8ffcab4-2fff-4055-a841-39052543464b","serviceDescription":"catalog service description","serviceInvariantUUID":"c11b6568-de60-43bd-ba8e-206d96710dfc","resources":[{"resourceInstanceName":"vFW 4d2b0c70-15a1 0","resourceName":"vFW 4d2b0c70-15a1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f9dedf8-cc02-4ddf-9f89-08a9f0de1884","resourceInvariantUUID":"1b4be392-4c7e-492f-a88b-ba3245e2abe4","resourceCustomizationUUID":"6585fc2b-604a-444c-9620-8cd7fe55a157","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vf-license-model.xml","artifactChecksum":"Y2MyY2RlMTAyYTViNDQ3OWU4NGUxNmUyNTQzNjNlMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7b1a958-b2f2-463e-acc0-55cf7806aced","artifactVersion":"1"},{"artifactName":"vfw4d2b0c7015a10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json","artifactChecksum":"ZjZjNGNlOGQ1Y2MwZDJiZmEzNTk0NTMxMmU2ZTFhNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1368979-105c-4997-bee9-bd24bf948ba8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56129425-f7b6-4d79-ba20-e04604508cfb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vendor-license-model.xml","artifactChecksum":"NDExNjY2MDVkYjJjZTc4NTllMmMwYzZlYmNiNTFlNzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49ea9627-5697-4697-a739-3efb59db3f11","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c2f9034-7620-4702-a764-465a80f09a78","artifactVersion":"2","generatedFromUUID":"56129425-f7b6-4d79-ba20-e04604508cfb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531071552-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-template.yml","artifactChecksum":"MzEwMzQ4OTY2YzNmYWIxOTgzNzBiYmJmMzVkNTM1MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffc28e76-3f86-4391-b6e4-4915c6078b5a","artifactVersion":"1"},{"artifactName":"service-Vfw20220531071552-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar","artifactChecksum":"NDcyMzE1NTg2MGFjZjEyMzVkNGFhZjA4M2Y0ZGM3Y2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2412d57d-1720-49d6-be80-b684a1ee9820","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-31T07:19:21.851Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:19:21.853Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:21.857Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:21.857Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981561185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:21.957Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:19:21.958Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:21.959Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:21.990Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:21.991Z||pool-35-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:19:22.858Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:19:22.860Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:22.863Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:22.863Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981561185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json",
"status": "NOTIFIED"
}
2022-05-31T07:19:22.963Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:19:22.964Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:22.965Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:22.992Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:22.992Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:19:23.864Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:19:23.865Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:23.867Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:23.867Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981561185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T07:19:23.968Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:19:23.969Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:23.969Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:24.004Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:24.005Z||pool-37-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:19:24.868Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:19:24.868Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:24.871Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:24.871Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981561185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:24.974Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-31T07:19:24.975Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:24.975Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:25.013Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:25.014Z||pool-38-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:19:25.871Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:19:25.872Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:25.876Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:25.876Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981561185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T07:19:25.976Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:19:25.977Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:25.977Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:26.005Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:26.005Z||pool-39-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:19:26.877Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:19:26.878Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:26.880Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:26.880Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981561185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T07:19:26.981Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:19:26.982Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:26.982Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:27.008Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:27.009Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:19:27.881Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T07:19:27.884Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:27.887Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:27.887Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981561185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T07:19:27.987Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:19:27.988Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:27.988Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:28.021Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:28.022Z||pool-41-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:19:28.889Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"serviceName": "vFW 2022-05-31 07-15-52",
"serviceVersion": "1.0",
"serviceUUID": "e8ffcab4-2fff-4055-a841-39052543464b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c11b6568-de60-43bd-ba8e-206d96710dfc",
"resources": [
{
"resourceInstanceName": "vFW 4d2b0c70-15a1 0",
"resourceCustomizationUUID": "6585fc2b-604a-444c-9620-8cd7fe55a157",
"resourceName": "vFW 4d2b0c70-15a1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0f9dedf8-cc02-4ddf-9f89-08a9f0de1884",
"resourceInvariantUUID": "1b4be392-4c7e-492f-a88b-ba3245e2abe4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4d2b0c7015a10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json",
"artifactChecksum": "ZjZjNGNlOGQ1Y2MwZDJiZmEzNTk0NTMxMmU2ZTFhNTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a1368979-105c-4997-bee9-bd24bf948ba8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "56129425-f7b6-4d79-ba20-e04604508cfb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c2f9034-7620-4702-a764-465a80f09a78",
"generatedFromUUID": "56129425-f7b6-4d79-ba20-e04604508cfb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c2f9034-7620-4702-a764-465a80f09a78",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220531071552-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar",
"artifactChecksum": "NDcyMzE1NTg2MGFjZjEyMzVkNGFhZjA4M2Y0ZGM3Y2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2412d57d-1720-49d6-be80-b684a1ee9820"
}
],
"workloadContext": "Production"
}
2022-05-31T07:19:28.890Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-31T07:19:28.890Z|50b99af4-09fc-46ae-b20e-e9b2deddc961|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8ffcab4-2fff-4055-a841-39052543464b ASDC
2022-05-31T07:19:28.890Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:17f6d00f-77a5-46c0-a6de-8a9cf8b693ff
ServiceName:vFW 2022-05-31 07-15-52
ServiceVersion:1.0
ServiceUUID:e8ffcab4-2fff-4055-a841-39052543464b
ServiceInvariantUUID:c11b6568-de60-43bd-ba8e-206d96710dfc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220531071552-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar
ArtifactUUID:2412d57d-1720-49d6-be80-b684a1ee9820
ArtifactChecksum:NDcyMzE1NTg2MGFjZjEyMzVkNGFhZjA4M2Y0ZGM3Y2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4d2b0c70-15a1 0
ResourceCustomizationUUID:6585fc2b-604a-444c-9620-8cd7fe55a157
ResourceInvariantUUID:1b4be392-4c7e-492f-a88b-ba3245e2abe4
ResourceName:vFW 4d2b0c70-15a1
ResourceType:VF
ResourceUUID:0f9dedf8-cc02-4ddf-9f89-08a9f0de1884
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4d2b0c7015a10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json
ArtifactUUID:a1368979-105c-4997-bee9-bd24bf948ba8
ArtifactChecksum:ZjZjNGNlOGQ1Y2MwZDJiZmEzNTk0NTMxMmU2ZTFhNTU=
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/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml
ArtifactUUID:56129425-f7b6-4d79-ba20-e04604508cfb
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/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env
ArtifactUUID:2c2f9034-7620-4702-a764-465a80f09a78
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/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env
ArtifactUUID:2c2f9034-7620-4702-a764-465a80f09a78
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-31T07:19:28.891Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8ffcab4-2fff-4055-a841-39052543464b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T07:19:28.932Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T07:19:28.933Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||MSO config path is: /app
2022-05-31T07:19:28.934Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||MSO config path is: /app
2022-05-31T07:19:28.934Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Trying to download the artifact UUID: 2412d57d-1720-49d6-be80-b684a1ee9820 from URL: /sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:28.934Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - download
2022-05-31T07:19:28.935Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:29.439Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T07:19:29.444Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar 2412d57d-1720-49d6-be80-b684a1ee9820 99054
2022-05-31T07:19:29.444Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar ASDC sendASDCNotification
2022-05-31T07:19:29.444Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:29.445Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:19:29.445Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:29.447Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:29.447Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981569444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:19:29.547Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:19:29.548Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:29.549Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:29.575Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:29.575Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:19:30.448Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T07:19:30.451Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||MSO config path is: /app
2022-05-31T07:19:30.451Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Trying to write artifact UUID: 2412d57d-1720-49d6-be80-b684a1ee9820, URL: /sdc/v1/catalog/services/Vfw20220531071552/1.0/artifacts/service-Vfw20220531071552-csar.csar to file: /app/ASDC/1/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:30.452Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531071552-csar.csar
2022-05-31T07:19:30.453Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:30.453Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:30.652Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4311973939938008118/Definitions/service-Vfw20220531071552-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-05-31T07:19:33.610Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-05-31T07:19:33.611Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||####################################################################################################
2022-05-31T07:19:33.611Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.611Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-31T07:19:33.611Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|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-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.611Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|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-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.611Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|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-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.611Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.612Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.612Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|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-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.612Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|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-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.612Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|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-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.612Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.612Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|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-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.612Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.612Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4d2b0c70-15a1 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-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.613Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|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-Vfw20220531071552-csar.csar
2022-05-31T07:19:33.613Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|WARN|500||####################################################################################################
2022-05-31T07:19:33.613Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.613Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:19:33.613Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is matching search criteria
2022-05-31T07:19:33.614Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Search for entities recursively
2022-05-31T07:19:33.614Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [vFW 4d2b0c70-15a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T07:19:33.614Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.615Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:19:33.615Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is matching search criteria
2022-05-31T07:19:33.615Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Search for entities recursively
2022-05-31T07:19:33.615Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [vFW 4d2b0c70-15a1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T07:19:33.615Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.616Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:19:33.616Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.616Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is not matching search criteria
2022-05-31T07:19:33.616Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:19:33.616Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T07:19:33.616Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.617Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:33.617Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T07:19:33.617Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.617Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:19:33.617Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T07:19:33.617Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T07:19:33.617Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.618Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:33.618Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T07:19:33.618Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:33.618Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T07:19:33.618Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.618Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-31T07:19:33.619Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.619Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T07:19:33.619Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.619Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is matching search criteria
2022-05-31T07:19:33.619Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [vFW 4d2b0c70-15a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:19:33.620Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.620Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is matching search criteria
2022-05-31T07:19:33.620Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [vFW 4d2b0c70-15a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:19:33.620Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.620Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is matching search criteria
2022-05-31T07:19:33.620Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [vFW 4d2b0c70-15a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:19:33.621Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.621Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is not matching search criteria
2022-05-31T07:19:33.621Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:19:33.621Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T07:19:33.621Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:19:33.621Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T07:19:33.622Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T07:19:33.622Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.622Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:33.622Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T07:19:33.622Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:33.622Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T07:19:33.622Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.623Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=277deaa6-4233-4744-bb92-089f6fd35ba0
2022-05-31T07:19:33.623Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.623Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is not matching search criteria
2022-05-31T07:19:33.623Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:19:33.623Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T07:19:33.623Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.624Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:33.624Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T07:19:33.624Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.624Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:19:33.624Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-31T07:19:33.624Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T07:19:33.625Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:33.625Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T07:19:33.625Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.625Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4fd6d205-f5c2-4145-9e3b-dce41cd45c08
2022-05-31T07:19:33.625Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.625Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is not matching search criteria
2022-05-31T07:19:33.625Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:19:33.626Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T07:19:33.626Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.626Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:33.626Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T07:19:33.626Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.627Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:19:33.627Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T07:19:33.627Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T07:19:33.627Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:19:33.628Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:33.628Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-31T07:19:33.628Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ae2133c7-7a72-4812-9261-b8b5fb023bb5
2022-05-31T07:19:33.628Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.629Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:19:33.629Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.629Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:19:33.629Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.629Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:19:33.630Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:33.630Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:19:33.630Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-31 07-15-52
Description:catalog service description
Model UUID:e8ffcab4-2fff-4055-a841-39052543464b
Model Version:NULL
Model InvariantUuid:c11b6568-de60-43bd-ba8e-206d96710dfc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4d2b0c70-15a1
Model UUID:cf9bb0da-a331-4bb4-80b4-61e840edb99e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b4be392-4c7e-492f-a88b-ba3245e2abe4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6585fc2b-604a-444c-9620-8cd7fe55a157
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ee2abd8b-bf2d-4645-b1ea-cb0e23ba16f9
ModelName:Vfw4d2b0c7015a1..base_vfw..module-0
ModelUuid:e780eaaa-29cc-4162-bab0-4bcb40843be9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:277deaa6-4233-4744-bb92-089f6fd35ba0
ModelInvariantUuid:bcb42fe8-fed6-4d17-bd9a-183c4eedd612
ModelName:vFW 4d2b0c70-15a1-nodes.vfwCvfc
ModelUuid:dac2732c-d9a3-406f-ad5a-14426f9d972f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0386e92c-83dc-484c-a383-6b2850f77007
ModelInvariantUuid:7ac052da-c889-4061-a152-7dfc9d289223
ModelName:Vfw4d2b0c7015a1.compute.nodes.heat.vfw
ModelUuid:f01f2911-f17b-4c1d-b2b7-cc801ace715e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4fd6d205-f5c2-4145-9e3b-dce41cd45c08
ModelInvariantUuid:b7dc05bc-abcb-433d-8dfa-3b5a0102da4e
ModelName:vFW 4d2b0c70-15a1-nodes.vsnCvfc
ModelUuid:a604d15f-cdb3-47ad-a6e2-5f9f59555714
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7ec4329a-5834-4e1c-95c6-a0f9ef44bc93
ModelInvariantUuid:51cde106-0687-40d9-aea7-315592d08bd0
ModelName:Vfw4d2b0c7015a1.compute.nodes.heat.vsn
ModelUuid:283b9921-324c-4dc4-a8be-12d72f808956
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ae2133c7-7a72-4812-9261-b8b5fb023bb5
ModelInvariantUuid:b546200a-2555-4d20-a124-3b6e930c7565
ModelName:vFW 4d2b0c70-15a1-nodes.vpgCvfc
ModelUuid:81965636-287c-45ea-bd9c-68136782d988
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4783132a-e5c0-4595-8452-7ed8909d80a3
ModelInvariantUuid:201beb76-f2d9-4658-bfc8-634540149caa
ModelName:Vfw4d2b0c7015a1.compute.nodes.heat.vpg
ModelUuid:270cbddb-be98-4a73-bbe4-4d5485222a53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-31T07:19:33.641Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 0f9dedf8-cc02-4ddf-9f89-08a9f0de1884
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:19:33.645Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||vFW 4d2b0c70-15a1 0
2022-05-31T07:19:33.645Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 0f9dedf8-cc02-4ddf-9f89-08a9f0de1884
2022-05-31T07:19:33.645Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Trying to download the artifact UUID: a1368979-105c-4997-bee9-bd24bf948ba8 from URL: /sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json
2022-05-31T07:19:33.645Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - download
2022-05-31T07:19:33.646Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json
2022-05-31T07:19:34.351Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T07:19:34.352Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json a1368979-105c-4997-bee9-bd24bf948ba8 785
2022-05-31T07:19:34.352Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json ASDC sendASDCNotification
2022-05-31T07:19:34.353Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json
2022-05-31T07:19:34.353Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:19:34.353Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:34.356Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:34.356Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981574352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/vfw4d2b0c7015a10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:19:34.456Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T07:19:34.457Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:34.457Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:34.484Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:34.485Z||pool-43-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":2,"count":1}
2022-05-31T07:19:35.356Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4d2b0c7015a1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ee2abd8b-bf2d-4645-b1ea-cb0e23ba16f9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e780eaaa-29cc-4162-bab0-4bcb40843be9",
"vfModuleModelCustomizationUUID": "81fc947d-78ac-4835-a479-6687523282e6",
"isBase": true,
"artifacts": [
"56129425-f7b6-4d79-ba20-e04604508cfb",
"2c2f9034-7620-4702-a764-465a80f09a78"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-31T07:19:35.362Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4d2b0c7015a1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e780eaaa-29cc-4162-bab0-4bcb40843be9
VfModuleModelInvariantUUID:ee2abd8b-bf2d-4645-b1ea-cb0e23ba16f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
56129425-f7b6-4d79-ba20-e04604508cfb
,
2c2f9034-7620-4702-a764-465a80f09a78
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-31T07:19:35.370Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4d2b0c7015a1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ee2abd8b-bf2d-4645-b1ea-cb0e23ba16f9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e780eaaa-29cc-4162-bab0-4bcb40843be9",
"vfModuleModelCustomizationUUID": "81fc947d-78ac-4835-a479-6687523282e6",
"isBase": true,
"artifacts": [
"56129425-f7b6-4d79-ba20-e04604508cfb",
"2c2f9034-7620-4702-a764-465a80f09a78"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-31T07:19:35.371Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4d2b0c7015a1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e780eaaa-29cc-4162-bab0-4bcb40843be9
VfModuleModelInvariantUUID:ee2abd8b-bf2d-4645-b1ea-cb0e23ba16f9
VfModuleModelDescription:NULL
Artifacts UUID List:{
56129425-f7b6-4d79-ba20-e04604508cfb
,
2c2f9034-7620-4702-a764-465a80f09a78
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-31T07:19:35.371Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Trying to download the artifact UUID: 56129425-f7b6-4d79-ba20-e04604508cfb from URL: /sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml
2022-05-31T07:19:35.371Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - download
2022-05-31T07:19:35.371Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml
2022-05-31T07:19:35.846Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T07:19:35.847Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml 56129425-f7b6-4d79-ba20-e04604508cfb 20368
2022-05-31T07:19:35.848Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-31T07:19:35.848Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml
2022-05-31T07:19:35.848Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:19:35.849Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:35.851Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:35.851Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981575848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:19:35.952Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:19:35.953Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:35.953Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:35.978Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:35.980Z||pool-44-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-31T07:19:36.860Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||Trying to download the artifact UUID: 2c2f9034-7620-4702-a764-465a80f09a78 from URL: /sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env
2022-05-31T07:19:36.860Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - download
2022-05-31T07:19:36.861Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env
2022-05-31T07:19:37.147Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T07:19:37.148Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env 2c2f9034-7620-4702-a764-465a80f09a78 2098
2022-05-31T07:19:37.148Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-31T07:19:37.148Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env
2022-05-31T07:19:37.149Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T07:19:37.149Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T07:19:37.152Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T07:19:37.152Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||try to send status {
"distributionID": "17f6d00f-77a5-46c0-a6de-8a9cf8b693ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653981577148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531071552/1.0/resourceInstances/vfw4d2b0c7015a10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T07:19:37.253Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T07:19:37.254Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T07:19:37.254Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ATiMYBzKWrTHpTiE) ...
2022-05-31T07:19:37.280Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T07:19:37.281Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-31T07:19:38.153Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Preparing to deploy Service: e8ffcab4-2fff-4055-a841-39052543464b
2022-05-31T07:19:38.154Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4d2b0c70-15a1 0 0f9dedf8-cc02-4ddf-9f89-08a9f0de1884 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T07:19:38.172Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cf178bf, org.onap.sdc.toscaparser.api.parameters.Input@1407632f, org.onap.sdc.toscaparser.api.parameters.Input@54cee83, org.onap.sdc.toscaparser.api.parameters.Input@37888241, org.onap.sdc.toscaparser.api.parameters.Input@b308f]
2022-05-31T07:19:38.173Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:38.174Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:19:38.174Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||VF Category is: Generic
2022-05-31T07:19:38.174Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||VFCustomizationUUID= 6585fc2b-604a-444c-9620-8cd7fe55a157
2022-05-31T07:19:38.174Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6585fc2b-604a-444c-9620-8cd7fe55a157 matches Tosca VF Customization UUID: 6585fc2b-604a-444c-9620-8cd7fe55a157
2022-05-31T07:19:38.174Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||vfCustomizationUUID: 6585fc2b-604a-444c-9620-8cd7fe55a157 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-31T07:19:38.177Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:38.177Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T07:19:38.178Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||resource request for resource customization id 6585fc2b-604a-444c-9620-8cd7fe55a157: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-31T07:19:38.178Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e09e75f
2022-05-31T07:19:38.178Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:38.178Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Service vFW 2022-05-31 07-15-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T07:19:38.179Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 81fc947d-78ac-4835-a479-6687523282e6
2022-05-31T07:19:38.179Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 81fc947d-78ac-4835-a479-6687523282e6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-31T07:19:38.184Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:38.185Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is matching search criteria
2022-05-31T07:19:38.185Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [vFW 4d2b0c70-15a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:19:38.185Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:38.186Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is matching search criteria
2022-05-31T07:19:38.186Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [vFW 4d2b0c70-15a1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T07:19:38.186Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T07:19:38.186Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vFW 4d2b0c70-15a1 0 is not matching search criteria
2022-05-31T07:19:38.186Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T07:19:38.187Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T07:19:38.187Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T07:19:38.187Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T07:19:38.187Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T07:19:38.187Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T07:19:38.187Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:38.188Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T07:19:38.188Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T07:19:38.188Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T07:19:38.188Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T07:19:38.189Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=277deaa6-4233-4744-bb92-089f6fd35ba0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-31T07:19:38.191Z|17f6d00f-77a5-46c0-a6de-8a9cf8b693ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21e2a9cb-45ec-4c23-9df0-cc567156531f/model-vers/model-ver/5a517ee4-bf62-4cc5-9eba-c48b6bd54f6d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery