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-08-28T03:10:24.885Z||main|||||INFO|500||The following profiles are active: basic
2022-08-28T03:10:36.688Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-28T03:10:36.689Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-28T03:10:36.800Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-28T03:10:40.893Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-28T03:10:41.277Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-28T03:10:41.726Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-28T03:10:41.734Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-28T03:10:41.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-28T03:10:42.072Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-28T03:10:42.594Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-28T03:10:44.517Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-28T03:10:46.782Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-28T03:10:46.843Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-28T03:10:47.494Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-28T03:10:47.687Z||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-08-28T03:10:48.976Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-28T03:10:50.125Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-28T03:10:50.150Z||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$$51610b81.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-08-28T03:10:50.151Z||main|||||WARN|500||The sdc end point is not alive
2022-08-28T03:10:53.056Z||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-08-28T03:10:56.323Z||main|||||WARN|500||---
2022-08-28T03:10:56.323Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-28T03:10:56.324Z||main|||||WARN|500||---
2022-08-28T03:10:56.806Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-28T03:11:01.527Z||main|||||INFO|500||Started Application in 39.726 seconds (JVM running for 41.814)
2022-08-28T03:11:01.560Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-28T03:11:01.564Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-28T03:11:01.588Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-28T03:11:01.632Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-28T03:11:01.683Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0dcc5fc-4d2b-4739-9f38-cf9616ee8953 url= /sdc/v1/artifactTypes
2022-08-28T03:11:01.683Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-28T03:11:02.004Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-28T03:11:02.040Z||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-08-28T03:11:02.094Z||scheduling-1|||||DEBUG|500||create keys
2022-08-28T03:11:02.102Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-28T03:11:02.252Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:11:02.268Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1256d56d-c044-4d41-8607-c329c1a6ee24 url= /sdc/v1/registerForDistribution
2022-08-28T03:11:02.771Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1256d56d-c044-4d41-8607-c329c1a6ee24 url= /sdc/v1/registerForDistribution
2022-08-28T03:11:02.772Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-28T03:11:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:11:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:11:02.790Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-28T03:11:02.792Z||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-08-28T03:11:02.792Z||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-08-28T03:11:02.792Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:11:02.792Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:11:13.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:11:13.695Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:12:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:12:02.781Z||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-08-28T03:12:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:12:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:12:02.782Z||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-08-28T03:12:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:12:12.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:12:12.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:13:02.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:13:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:13:02.782Z||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-08-28T03:13:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:13:02.785Z||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-08-28T03:13:02.785Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:13:12.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:13:13.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:14:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:14:02.781Z||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-08-28T03:14:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:14:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:14:02.782Z||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-08-28T03:14:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:14:12.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:14:12.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:15:02.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:15:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:15:02.781Z||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-08-28T03:15:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:15:02.781Z||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-08-28T03:15:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:15:12.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:15:12.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:16:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:16:02.780Z||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-08-28T03:16:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:16:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:16:02.782Z||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-08-28T03:16:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:16:12.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:16:12.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:17:02.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:17:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:17:02.785Z||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-08-28T03:17:02.785Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:17:02.790Z||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-08-28T03:17:02.790Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:17:12.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:17:12.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:18:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:18:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:18:02.781Z||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-08-28T03:18:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:18:02.786Z||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-08-28T03:18:02.786Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:18:12.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:18:12.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:19:02.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:19:02.781Z||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-08-28T03:19:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:19:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:19:02.782Z||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-08-28T03:19:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:19:12.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:19:12.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:20:02.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:20:02.780Z||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-08-28T03:20:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:20:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:20:02.782Z||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-08-28T03:20:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:20:12.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:20:12.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:20:24.871Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-28T03:21:02.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:21:02.780Z||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-08-28T03:21:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:21:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:21:02.782Z||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-08-28T03:21:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:21:12.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:21:12.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:22:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:22:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:22:02.782Z||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-08-28T03:22:02.782Z||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-08-28T03:22:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:22:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:22:12.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:22:12.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:23:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:23:02.780Z||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-08-28T03:23:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:23:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:23:02.781Z||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-08-28T03:23:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:23:12.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:23:12.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:24:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:24:02.780Z||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-08-28T03:24:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:24:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:24:02.782Z||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-08-28T03:24:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:24:12.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:24:12.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:25:02.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:25:02.781Z||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-08-28T03:25:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:25:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:25:02.781Z||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-08-28T03:25:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:25:12.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:25:12.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:26:02.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:26:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:26:02.783Z||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-08-28T03:26:02.783Z||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-08-28T03:26:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:26:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:26:12.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:26:12.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:27:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:27:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:27:02.782Z||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-08-28T03:27:02.782Z||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-08-28T03:27:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:27:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:27:12.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:27:12.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:28:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:28:02.780Z||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-08-28T03:28:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:28:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:28:02.782Z||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-08-28T03:28:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:28:12.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:28:12.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:29:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:29:02.781Z||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-08-28T03:29:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:29:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:29:02.782Z||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-08-28T03:29:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:29:12.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:29:12.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:30:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:30:02.780Z||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-08-28T03:30:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:30:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:30:02.781Z||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-08-28T03:30:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:30:12.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:30:12.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:31:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:31:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:31:02.783Z||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-08-28T03:31:02.783Z||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-08-28T03:31:02.784Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:31:02.784Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:31:12.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:31:12.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:32:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:32:02.780Z||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-08-28T03:32:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:32:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:32:02.781Z||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-08-28T03:32:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:32:12.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:32:12.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:33:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:33:02.780Z||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-08-28T03:33:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:33:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:33:02.781Z||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-08-28T03:33:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:33:12.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:33:12.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:34:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:34:02.780Z||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-08-28T03:34:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:34:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:34:02.782Z||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-08-28T03:34:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:34:12.415Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:34:12.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:35:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:35:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:35:02.783Z||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-08-28T03:35:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:35:02.783Z||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-08-28T03:35:02.784Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:35:12.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:35:12.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:36:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:36:02.780Z||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-08-28T03:36:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:36:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:36:02.782Z||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-08-28T03:36:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:36:12.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:36:12.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:37:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:37:02.779Z||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-08-28T03:37:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:37:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:37:02.781Z||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-08-28T03:37:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:37:12.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:37:12.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:38:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:38:02.780Z||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-08-28T03:38:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:38:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:38:02.782Z||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-08-28T03:38:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:38:12.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:38:12.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:39:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:39:02.780Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:39:02.784Z||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-08-28T03:39:02.784Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:39:02.784Z||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-08-28T03:39:02.784Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:39:12.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:39:12.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:40:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:40:02.780Z||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-08-28T03:40:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:40:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:40:02.782Z||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-08-28T03:40:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:40:12.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:40:12.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:41:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:41:02.780Z||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-08-28T03:41:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:41:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:41:02.782Z||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-08-28T03:41:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:41:12.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:41:12.402Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:42:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:42:02.780Z||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-08-28T03:42:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:42:02.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:42:02.783Z||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-08-28T03:42:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:42:12.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:42:12.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:43:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:43:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:43:02.783Z||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-08-28T03:43:02.783Z||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-08-28T03:43:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:43:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:43:12.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:43:12.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:44:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:44:02.780Z||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-08-28T03:44:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:44:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:44:02.781Z||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-08-28T03:44:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:44:12.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:44:12.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:45:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:45:02.780Z||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-08-28T03:45:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:45:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:45:02.782Z||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-08-28T03:45:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:45:12.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:45:12.710Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:46:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:46:02.780Z||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-08-28T03:46:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:46:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:46:02.781Z||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-08-28T03:46:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:46:12.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:46:12.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:47:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:47:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:47:02.783Z||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-08-28T03:47:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:47:02.783Z||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-08-28T03:47:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:47:12.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:47:12.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:48:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:48:02.780Z||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-08-28T03:48:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:48:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:48:02.782Z||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-08-28T03:48:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:48:12.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:48:12.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:49:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:49:02.779Z||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-08-28T03:49:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:49:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:49:02.781Z||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-08-28T03:49:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:49:12.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:49:12.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:50:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:50:02.780Z||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-08-28T03:50:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:50:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:50:02.781Z||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-08-28T03:50:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:50:12.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:50:12.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:51:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:51:02.780Z||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-08-28T03:51:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:51:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:51:02.781Z||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-08-28T03:51:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:51:12.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:51:12.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:52:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:52:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:52:02.782Z||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-08-28T03:52:02.782Z||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-08-28T03:52:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:52:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:52:12.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:52:12.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:53:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:53:02.780Z||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-08-28T03:53:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:53:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:53:02.782Z||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-08-28T03:53:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:53:12.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:53:12.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:54:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:54:02.780Z||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-08-28T03:54:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:54:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:54:02.781Z||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-08-28T03:54:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:54:12.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:54:12.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:55:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:55:02.780Z||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-08-28T03:55:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:55:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:55:02.781Z||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-08-28T03:55:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:55:12.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:55:12.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:56:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:56:02.780Z||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-08-28T03:56:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:56:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:56:02.781Z||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-08-28T03:56:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:56:12.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:56:12.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:57:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:57:02.779Z||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-08-28T03:57:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:57:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:57:02.781Z||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-08-28T03:57:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:57:12.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:57:12.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:58:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:58:02.780Z||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-08-28T03:58:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:58:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:58:02.781Z||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-08-28T03:58:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:58:12.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:58:12.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:59:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:59:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T03:59:02.782Z||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-08-28T03:59:02.782Z||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-08-28T03:59:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:59:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T03:59:12.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T03:59:12.429Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:00:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:00:02.780Z||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-08-28T04:00:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:00:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:00:02.782Z||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-08-28T04:00:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:00:12.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:00:12.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:01:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:01:02.780Z||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-08-28T04:01:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:01:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:01:02.781Z||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-08-28T04:01:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:01:12.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:01:12.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:02:02.779Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:02:02.780Z||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-08-28T04:02:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:02:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:02:02.782Z||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-08-28T04:02:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:02:12.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:02:12.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:03:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:03:02.780Z||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-08-28T04:03:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:03:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:03:02.783Z||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-08-28T04:03:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:03:12.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:03:12.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:04:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:04:02.780Z||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-08-28T04:04:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:04:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:04:02.781Z||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-08-28T04:04:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:04:12.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:04:12.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:05:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:05:02.780Z||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-08-28T04:05:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:05:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:05:02.781Z||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-08-28T04:05:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:05:12.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:05:12.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:06:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:06:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:06:02.781Z||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-08-28T04:06:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:06:02.781Z||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-08-28T04:06:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:06:12.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:06:12.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:07:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:07:02.780Z||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-08-28T04:07:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:07:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:07:02.781Z||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-08-28T04:07:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:07:12.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:07:12.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:08:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:08:02.780Z||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-08-28T04:08:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:08:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:08:02.781Z||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-08-28T04:08:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:08:12.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:08:12.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:09:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:09:02.779Z||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-08-28T04:09:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:09:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:09:02.782Z||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-08-28T04:09:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:09:12.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:09:12.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:10:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:10:02.779Z||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-08-28T04:10:02.779Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:10:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:10:02.781Z||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-08-28T04:10:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:10:12.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:10:12.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:11:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:11:02.780Z||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-08-28T04:11:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:11:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:11:02.781Z||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-08-28T04:11:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:11:12.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:11:12.509Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:12:02.783Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:12:02.783Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:12:02.785Z||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-08-28T04:12:02.785Z||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-08-28T04:12:02.786Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:12:02.786Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:12:12.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:12:12.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:13:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:13:02.780Z||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-08-28T04:13:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:13:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:13:02.782Z||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-08-28T04:13:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:13:12.410Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:13:12.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:14:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:14:02.780Z||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-08-28T04:14:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:14:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:14:02.781Z||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-08-28T04:14:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:14:12.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:14:12.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:15:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:15:02.781Z||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-08-28T04:15:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:15:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:15:02.781Z||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-08-28T04:15:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:15:12.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:15:12.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:16:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:16:02.780Z||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-08-28T04:16:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:16:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:16:02.781Z||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-08-28T04:16:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:16:12.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:16:12.413Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:17:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:17:02.780Z||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-08-28T04:17:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:17:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:17:02.781Z||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-08-28T04:17:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:17:12.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:17:12.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:18:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:18:02.781Z||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-08-28T04:18:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:18:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:18:02.782Z||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-08-28T04:18:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:18:12.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:18:12.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:19:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:19:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:19:02.781Z||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-08-28T04:19:02.781Z||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-08-28T04:19:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:19:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:19:12.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:19:12.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:20:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:20:02.780Z||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-08-28T04:20:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:20:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:20:02.781Z||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-08-28T04:20:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:20:12.410Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:20:12.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:21:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:21:02.779Z||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-08-28T04:21:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:21:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:21:02.781Z||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-08-28T04:21:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:21:12.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:21:12.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:22:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:22:02.779Z||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-08-28T04:22:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:22:02.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:22:02.781Z||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-08-28T04:22:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:22:12.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:22:12.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:23:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:23:02.779Z||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-08-28T04:23:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:23:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:23:02.781Z||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-08-28T04:23:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:23:12.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:23:12.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:24:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:24:02.779Z||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-08-28T04:24:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:24:02.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:24:02.781Z||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-08-28T04:24:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:24:12.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:24:12.407Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:25:02.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:25:02.780Z||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-08-28T04:25:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:25:02.781Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:25:02.781Z||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-08-28T04:25:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:25:12.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:25:12.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:26:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:26:02.780Z||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-08-28T04:26:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:26:02.781Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:26:02.782Z||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-08-28T04:26:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:26:12.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:26:12.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:27:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:27:02.780Z||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-08-28T04:27:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:27:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:27:02.781Z||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-08-28T04:27:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:27:12.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:27:12.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:28:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:28:02.779Z||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-08-28T04:28:02.779Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:28:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:28:02.781Z||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-08-28T04:28:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:28:12.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:28:12.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:29:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:29:02.779Z||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-08-28T04:29:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:29:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:29:02.781Z||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-08-28T04:29:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:29:12.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:29:12.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:30:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:30:02.779Z||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-08-28T04:30:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:30:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:30:02.781Z||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-08-28T04:30:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:30:12.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:30:12.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:31:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:31:02.780Z||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-08-28T04:31:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:31:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:31:02.781Z||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-08-28T04:31:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:31:12.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:31:12.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:32:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:32:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:32:02.783Z||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-08-28T04:32:02.783Z||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-08-28T04:32:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:32:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:32:12.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:32:12.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:33:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:33:02.780Z||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-08-28T04:33:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:33:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:33:02.781Z||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-08-28T04:33:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:33:12.415Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:33:12.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:34:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:34:02.780Z||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-08-28T04:34:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:34:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:34:02.781Z||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-08-28T04:34:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:34:12.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:34:12.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:35:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:35:02.779Z||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-08-28T04:35:02.779Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:35:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:35:02.781Z||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-08-28T04:35:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:35:12.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:35:12.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:36:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:36:02.779Z||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-08-28T04:36:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:36:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:36:02.781Z||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-08-28T04:36:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:36:12.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:36:12.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:37:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:37:02.779Z||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-08-28T04:37:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:37:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:37:02.781Z||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-08-28T04:37:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:37:12.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:37:12.471Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:38:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:38:02.780Z||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-08-28T04:38:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:38:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:38:02.781Z||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-08-28T04:38:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:38:12.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:38:12.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:39:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:39:02.780Z||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-08-28T04:39:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:39:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:39:02.781Z||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-08-28T04:39:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:39:12.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:39:12.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:40:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:40:02.781Z||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-08-28T04:40:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:40:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:40:02.781Z||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-08-28T04:40:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:40:12.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:40:12.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:41:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:41:02.779Z||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-08-28T04:41:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:41:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:41:02.781Z||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-08-28T04:41:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:41:12.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:41:12.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:42:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:42:02.779Z||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-08-28T04:42:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:42:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:42:02.781Z||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-08-28T04:42:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:42:12.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:42:12.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:43:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:43:02.779Z||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-08-28T04:43:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:43:02.781Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:43:02.781Z||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-08-28T04:43:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:43:12.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:43:12.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:44:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:44:02.780Z||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-08-28T04:44:02.780Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:44:02.781Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:44:02.781Z||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-08-28T04:44:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:44:12.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:44:12.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:02.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:45:02.779Z||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-08-28T04:45:02.779Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:45:02.781Z||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-08-28T04:45:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:03.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:03.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e400396e-2f50-4a84-a457-db276b4b9444","serviceName":"vFW 2022-08-28 04-42-36","serviceVersion":"1.0","serviceUUID":"59dc6ca2-2c70-453f-86f0-4221a2805d6c","serviceDescription":"catalog service description","serviceInvariantUUID":"ec9d962e-9377-4f68-aeb9-d4e10ae677ea","resources":[{"resourceInstanceName":"vFW e1fc70e9-7f38 0","resourceName":"vFW e1fc70e9-7f38","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa5236bb-2eec-4697-b035-91586d222717","resourceInvariantUUID":"2f44d397-7749-4578-814a-fc7b25283e83","resourceCustomizationUUID":"4c912b79-7bb7-40f6-9553-14d0a9cd5894","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml","artifactChecksum":"NTA5N2M2NzY3NDdmZmM1MzExYTNjMGY1YWEyNWE0NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3668b77-1be6-4201-9f7c-14d4b1fc8c9f","artifactVersion":"1"},{"artifactName":"vfwe1fc70e97f380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json","artifactChecksum":"ZjhkOWJkYTk5ZjE1MjNmZmFkODFhNTI4NjQ1YWIzZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40a2d18d-9095-421c-9e65-b9e7c76c77ba","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8879792d-005d-4068-90ba-7aff5fb7a837","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml","artifactChecksum":"NmNhZGJhNjZlOWM3OGVjMDJiOTJjNjdmNjc1ZDhkZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f3a621e7-7f51-4a6e-8db4-8b42a3cf127e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"109376ac-dbe7-41fa-9b12-46f4232e0444","artifactVersion":"2","generatedFromUUID":"8879792d-005d-4068-90ba-7aff5fb7a837"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828044236-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml","artifactChecksum":"YzFlYmIxNWUxNWJlNzIwMjJjODc5ZjA2MTM3ZjVhYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"155b4604-6164-4315-b877-195b8e0f6bc4","artifactVersion":"1"},{"artifactName":"service-Vfw20220828044236-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar","artifactChecksum":"ZTYzMTJhZmRkNzg0YzRkNDc2ZWMzMzcxOGVkZjUxYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be462411-ece6-46b6-a695-52d491e7382c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-28T04:45:03.507Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:45:03.514Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:03.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:03.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661865586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.527Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:03.527Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "cds",
"timestamp": 1661661873186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661868727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661865586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "cds",
"timestamp": 1661661873186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661868727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661875507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661865586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661868727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "cds",
"timestamp": 1661661873186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661875507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661865586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "cds",
"timestamp": 1661661873186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661868727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661875507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661865586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "cds",
"timestamp": 1661661873186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661868727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661878498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661875507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661865586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "cds",
"timestamp": 1661661873186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661868727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661878498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661875507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661865586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "cds",
"timestamp": 1661661873186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661868727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661878498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661875507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661878498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661875507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "cds",
"timestamp": 1661661882801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:03.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661878498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "cds",
"timestamp": 1661661883838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-08-28T04:45:03.627Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-28T04:45:03.632Z||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-08-28T04:45:03.632Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:03.651Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:03.652Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-08-28T04:45:03.810Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444
2022-08-28T04:45:03.835Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:03.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661883614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:03.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661878498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661883549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661884626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:45:03.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661878498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661883549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "policy-id",
"timestamp": 1661661885631,
"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-08-28T04:45:03.881Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444
2022-08-28T04:45:03.881Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:03.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661883549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661886703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:03.889Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661883549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661887856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:03.890Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661883549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661889383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:03.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661883549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661890476,
"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-08-28T04:45:03.895Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444
2022-08-28T04:45:03.895Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:03.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661883549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661890053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661891491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T04:45:03.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661891625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:03.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661890053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661892029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:03.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661892710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:45:03.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661890053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "clamp",
"timestamp": 1661661893717,
"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-08-28T04:45:03.914Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444
2022-08-28T04:45:03.914Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:03.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661890053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661890053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661890053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:03.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661890053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:45:03.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:45:03.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661897486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:45:03.925Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661898272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:03.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:45:03.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:45:03.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661898491,
"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-08-28T04:45:03.929Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e400396e-2f50-4a84-a457-db276b4b9444
2022-08-28T04:45:03.929Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:45:04.534Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:45:04.535Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:04.537Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:04.537Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:45:04.637Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:04.638Z||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-08-28T04:45:04.638Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:04.674Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:04.675Z||pool-4-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:45:05.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:45:05.539Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:05.541Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:05.541Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:45:05.641Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:05.642Z||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-08-28T04:45:05.642Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:05.663Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:05.664Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:45:06.541Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:45:06.542Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:06.545Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:06.545Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:06.645Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:06.646Z||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-08-28T04:45:06.646Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:06.769Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:06.770Z||pool-6-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:45:07.546Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:45:07.547Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:07.549Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:07.550Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T04:45:07.650Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:07.651Z||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-08-28T04:45:07.651Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:07.729Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:07.730Z||pool-7-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:45:08.550Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:45:08.551Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:08.554Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:08.554Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:45:08.654Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:08.655Z||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-08-28T04:45:08.655Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:08.689Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:08.690Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:45:09.554Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:45:09.555Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:09.558Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:09.558Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:45:09.658Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:09.659Z||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-08-28T04:45:09.659Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:09.731Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:09.731Z||pool-9-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:45:10.560Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"serviceName": "vFW 2022-08-28 04-42-36",
"serviceVersion": "1.0",
"serviceUUID": "59dc6ca2-2c70-453f-86f0-4221a2805d6c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ec9d962e-9377-4f68-aeb9-d4e10ae677ea",
"resources": [
{
"resourceInstanceName": "vFW e1fc70e9-7f38 0",
"resourceCustomizationUUID": "4c912b79-7bb7-40f6-9553-14d0a9cd5894",
"resourceName": "vFW e1fc70e9-7f38",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fa5236bb-2eec-4697-b035-91586d222717",
"resourceInvariantUUID": "2f44d397-7749-4578-814a-fc7b25283e83",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe1fc70e97f380_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"artifactChecksum": "ZjhkOWJkYTk5ZjE1MjNmZmFkODFhNTI4NjQ1YWIzZjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "40a2d18d-9095-421c-9e65-b9e7c76c77ba",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8879792d-005d-4068-90ba-7aff5fb7a837",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "109376ac-dbe7-41fa-9b12-46f4232e0444",
"generatedFromUUID": "8879792d-005d-4068-90ba-7aff5fb7a837"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "109376ac-dbe7-41fa-9b12-46f4232e0444",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220828044236-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"artifactChecksum": "ZTYzMTJhZmRkNzg0YzRkNDc2ZWMzMzcxOGVkZjUxYjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be462411-ece6-46b6-a695-52d491e7382c"
}
],
"workloadContext": "Production"
}
2022-08-28T04:45:10.561Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-28T04:45:10.561Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59dc6ca2-2c70-453f-86f0-4221a2805d6c ASDC
2022-08-28T04:45:10.693Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e400396e-2f50-4a84-a457-db276b4b9444
ServiceName:vFW 2022-08-28 04-42-36
ServiceVersion:1.0
ServiceUUID:59dc6ca2-2c70-453f-86f0-4221a2805d6c
ServiceInvariantUUID:ec9d962e-9377-4f68-aeb9-d4e10ae677ea
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220828044236-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar
ArtifactUUID:be462411-ece6-46b6-a695-52d491e7382c
ArtifactChecksum:ZTYzMTJhZmRkNzg0YzRkNDc2ZWMzMzcxOGVkZjUxYjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e1fc70e9-7f38 0
ResourceCustomizationUUID:4c912b79-7bb7-40f6-9553-14d0a9cd5894
ResourceInvariantUUID:2f44d397-7749-4578-814a-fc7b25283e83
ResourceName:vFW e1fc70e9-7f38
ResourceType:VF
ResourceUUID:fa5236bb-2eec-4697-b035-91586d222717
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe1fc70e97f380_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json
ArtifactUUID:40a2d18d-9095-421c-9e65-b9e7c76c77ba
ArtifactChecksum:ZjhkOWJkYTk5ZjE1MjNmZmFkODFhNTI4NjQ1YWIzZjc=
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/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml
ArtifactUUID:8879792d-005d-4068-90ba-7aff5fb7a837
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/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env
ArtifactUUID:109376ac-dbe7-41fa-9b12-46f4232e0444
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/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env
ArtifactUUID:109376ac-dbe7-41fa-9b12-46f4232e0444
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-28T04:45:10.693Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59dc6ca2-2c70-453f-86f0-4221a2805d6c 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-08-28T04:45:10.737Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T04:45:10.739Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-28T04:45:10.740Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-28T04:45:10.740Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be462411-ece6-46b6-a695-52d491e7382c from URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:10.740Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-28T04:45:10.742Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:11.064Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-28T04:45:11.083Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar be462411-ece6-46b6-a695-52d491e7382c 99014
2022-08-28T04:45:11.085Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar ASDC sendASDCNotification
2022-08-28T04:45:11.085Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:11.086Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:45:11.087Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:11.089Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:11.089Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661911084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:11.190Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T04:45:11.190Z||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-08-28T04:45:11.191Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:11.266Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:11.267Z||pool-10-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:45:12.090Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T04:45:12.091Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-28T04:45:12.092Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be462411-ece6-46b6-a695-52d491e7382c, URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar to file: /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:12.093Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828044236-csar.csar
2022-08-28T04:45:12.276Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:12.277Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:12.919Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1957796180903431133/Definitions/service-Vfw20220828044236-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-08-28T04:45:15.427Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-28T04:45:15.432Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-28T04:45:15.432Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.432Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-28T04:45:15.432Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.433Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e1fc70e9-7f38 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-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.434Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.435Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:15.435Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-28T04:45:15.441Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.442Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:15.446Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:15.447Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-28T04:45:15.448Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T04:45:15.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:15.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:15.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-28T04:45:15.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T04:45:15.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:15.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria
2022-08-28T04:45:15.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:45:15.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:45:15.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T04:45:15.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:15.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.457Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-28T04:45:15.459Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.459Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T04:45:15.460Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.460Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:15.460Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:45:15.461Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.461Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:15.461Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:45:15.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:15.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:45:15.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria
2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-28T04:45:15.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T04:45:15.464Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:15.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T04:45:15.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7235352-612f-4b1a-b6f7-56c059e8fb06
2022-08-28T04:45:15.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria
2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T04:45:15.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-28T04:45:15.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49d5f0b2-6e05-4db1-9205-c5b42d7ba239
2022-08-28T04:45:15.468Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria
2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T04:45:15.469Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:15.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T04:45:15.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-28T04:45:15.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a01f56e6-5ddc-43c7-a257-b6b7cd94fb88
2022-08-28T04:45:15.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:15.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:15.473Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-28 04-42-36
Description:catalog service description
Model UUID:59dc6ca2-2c70-453f-86f0-4221a2805d6c
Model Version:NULL
Model InvariantUuid:ec9d962e-9377-4f68-aeb9-d4e10ae677ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e1fc70e9-7f38
Model UUID:a8915b45-b029-4b05-8e57-dc0a3d6d9eb2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f44d397-7749-4578-814a-fc7b25283e83
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4c912b79-7bb7-40f6-9553-14d0a9cd5894
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c22bbf9e-1609-4578-ba8c-70157d831460
ModelName:VfwE1fc70e97f38..base_vfw..module-0
ModelUuid:8981ef25-0b18-444f-b359-d7855503b302
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b7235352-612f-4b1a-b6f7-56c059e8fb06
ModelInvariantUuid:11d2d225-8fa2-46b1-9633-b5b27804debd
ModelName:vFW e1fc70e9-7f38-nodes.vfwCvfc
ModelUuid:ad24ebe6-c3b8-4275-8eb4-73e2dc2a6801
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:214e59c5-fc6a-4348-a5c5-7a5beedad657
ModelInvariantUuid:b3b12990-1f51-49b2-9dc5-7162f716b329
ModelName:VfwE1fc70e97f38.compute.nodes.heat.vfw
ModelUuid:17fe0363-9723-4b01-9c65-0482596657db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:49d5f0b2-6e05-4db1-9205-c5b42d7ba239
ModelInvariantUuid:769497c5-12ce-4a75-ba5b-6ac12c99119d
ModelName:vFW e1fc70e9-7f38-nodes.vsnCvfc
ModelUuid:80817ee9-48d1-4a51-93bf-4d1ee309ba35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0d082819-7876-499c-b70b-264530929785
ModelInvariantUuid:ebf2cbfc-37c6-4390-bddc-b54bc8ca4bd5
ModelName:VfwE1fc70e97f38.compute.nodes.heat.vsn
ModelUuid:b6a51f7f-4189-4e56-abc6-9da0dd54cd06
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a01f56e6-5ddc-43c7-a257-b6b7cd94fb88
ModelInvariantUuid:5c7ed924-8628-47d6-9e03-5a56f10a0dee
ModelName:vFW e1fc70e9-7f38-nodes.vpgCvfc
ModelUuid:dbf28fef-93af-4d27-860c-ced25b73eb8e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:914c7fcc-4dda-48a2-88a6-c87534121590
ModelInvariantUuid:9af23a74-75eb-444e-a856-3b6fe2e5b050
ModelName:VfwE1fc70e97f38.compute.nodes.heat.vpg
ModelUuid:bf13d8e9-37bc-41e4-8f0e-0909bdf95c21
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-08-28T04:45:15.484Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fa5236bb-2eec-4697-b035-91586d222717
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-08-28T04:45:15.572Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||vFW e1fc70e9-7f38 0
2022-08-28T04:45:15.579Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa5236bb-2eec-4697-b035-91586d222717
2022-08-28T04:45:15.579Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 40a2d18d-9095-421c-9e65-b9e7c76c77ba from URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json
2022-08-28T04:45:15.579Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-28T04:45:15.580Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json
2022-08-28T04:45:15.786Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-28T04:45:15.786Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json 40a2d18d-9095-421c-9e65-b9e7c76c77ba 785
2022-08-28T04:45:15.787Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json ASDC sendASDCNotification
2022-08-28T04:45:15.787Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json
2022-08-28T04:45:15.787Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:45:15.788Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:15.790Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:15.790Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661915787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:15.890Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T04:45:15.891Z||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-08-28T04:45:15.891Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:15.947Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:15.948Z||pool-11-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:45:16.792Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE1fc70e97f38..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c22bbf9e-1609-4578-ba8c-70157d831460",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8981ef25-0b18-444f-b359-d7855503b302",
"vfModuleModelCustomizationUUID": "369c742b-2cf3-46bb-b57c-8eabd442721e",
"isBase": true,
"artifacts": [
"8879792d-005d-4068-90ba-7aff5fb7a837",
"109376ac-dbe7-41fa-9b12-46f4232e0444"
],
"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-08-28T04:45:16.806Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE1fc70e97f38..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8981ef25-0b18-444f-b359-d7855503b302
VfModuleModelInvariantUUID:c22bbf9e-1609-4578-ba8c-70157d831460
VfModuleModelDescription:NULL
Artifacts UUID List:{
8879792d-005d-4068-90ba-7aff5fb7a837
,
109376ac-dbe7-41fa-9b12-46f4232e0444
}
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-08-28T04:45:16.809Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE1fc70e97f38..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c22bbf9e-1609-4578-ba8c-70157d831460",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8981ef25-0b18-444f-b359-d7855503b302",
"vfModuleModelCustomizationUUID": "369c742b-2cf3-46bb-b57c-8eabd442721e",
"isBase": true,
"artifacts": [
"8879792d-005d-4068-90ba-7aff5fb7a837",
"109376ac-dbe7-41fa-9b12-46f4232e0444"
],
"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-08-28T04:45:16.809Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE1fc70e97f38..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8981ef25-0b18-444f-b359-d7855503b302
VfModuleModelInvariantUUID:c22bbf9e-1609-4578-ba8c-70157d831460
VfModuleModelDescription:NULL
Artifacts UUID List:{
8879792d-005d-4068-90ba-7aff5fb7a837
,
109376ac-dbe7-41fa-9b12-46f4232e0444
}
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-08-28T04:45:16.810Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8879792d-005d-4068-90ba-7aff5fb7a837 from URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml
2022-08-28T04:45:16.810Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-28T04:45:16.810Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml
2022-08-28T04:45:17.029Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-28T04:45:17.030Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml 8879792d-005d-4068-90ba-7aff5fb7a837 20368
2022-08-28T04:45:17.031Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-28T04:45:17.031Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml
2022-08-28T04:45:17.031Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:45:17.032Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:17.033Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:17.033Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661917031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:17.133Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T04:45:17.134Z||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-08-28T04:45:17.134Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:17.169Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:17.170Z||pool-12-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":2,"count":1}
2022-08-28T04:45:18.034Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 109376ac-dbe7-41fa-9b12-46f4232e0444 from URL: /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env
2022-08-28T04:45:18.035Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-28T04:45:18.035Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env
2022-08-28T04:45:18.234Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-28T04:45:18.234Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env 109376ac-dbe7-41fa-9b12-46f4232e0444 2098
2022-08-28T04:45:18.235Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-28T04:45:18.235Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env
2022-08-28T04:45:18.235Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:45:18.236Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:18.238Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:18.238Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661918235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:45:18.338Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T04:45:18.339Z||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-08-28T04:45:18.339Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:18.528Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:18.529Z||pool-13-thread-1|||||INFO|500||cambria reply ok (190 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:45:19.239Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 59dc6ca2-2c70-453f-86f0-4221a2805d6c
2022-08-28T04:45:19.240Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e1fc70e9-7f38 0 fa5236bb-2eec-4697-b035-91586d222717 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-08-28T04:45:19.270Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d5720ef, org.onap.sdc.toscaparser.api.parameters.Input@454b089b, org.onap.sdc.toscaparser.api.parameters.Input@127ba6d1, org.onap.sdc.toscaparser.api.parameters.Input@937df70, org.onap.sdc.toscaparser.api.parameters.Input@5d33c6e1]
2022-08-28T04:45:19.273Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.274Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:19.274Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-08-28T04:45:19.274Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4c912b79-7bb7-40f6-9553-14d0a9cd5894
2022-08-28T04:45:19.274Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c912b79-7bb7-40f6-9553-14d0a9cd5894 matches Tosca VF Customization UUID: 4c912b79-7bb7-40f6-9553-14d0a9cd5894
2022-08-28T04:45:19.275Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4c912b79-7bb7-40f6-9553-14d0a9cd5894 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-08-28T04:45:19.280Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.280Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:19.281Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4c912b79-7bb7-40f6-9553-14d0a9cd5894: {\"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-08-28T04:45:19.281Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63683336
2022-08-28T04:45:19.282Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.282Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T04:45:19.282Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 369c742b-2cf3-46bb-b57c-8eabd442721e
2022-08-28T04:45:19.283Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 369c742b-2cf3-46bb-b57c-8eabd442721e
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-08-28T04:45:19.288Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.289Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:19.289Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:45:19.290Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.290Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:19.290Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:45:19.290Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.291Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria
2022-08-28T04:45:19.291Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:45:19.291Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:45:19.291Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-28T04:45:19.292Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T04:45:19.292Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T04:45:19.292Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T04:45:19.293Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:19.294Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7235352-612f-4b1a-b6f7-56c059e8fb06
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-08-28T04:45:19.303Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.304Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:19.304Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:45:19.304Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.304Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria
2022-08-28T04:45:19.305Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:45:19.305Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:45:19.305Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T04:45:19.306Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:19.306Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:19.306Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:19.306Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T04:45:19.307Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-28T04:45:19.307Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T04:45:19.307Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:19.307Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T04:45:19.308Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:19.308Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49d5f0b2-6e05-4db1-9205-c5b42d7ba239
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-08-28T04:45:19.310Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.310Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:19.310Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:45:19.313Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.313Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is not matching search criteria
2022-08-28T04:45:19.313Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:45:19.313Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:45:19.314Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T04:45:19.314Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:19.314Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:19.314Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:45:19.315Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T04:45:19.315Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T04:45:19.315Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T04:45:19.315Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:45:19.316Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T04:45:19.316Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-28T04:45:19.316Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a01f56e6-5ddc-43c7-a257-b6b7cd94fb88
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-08-28T04:45:19.317Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.318Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:19.318Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:45:19.319Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.319Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Node template vFW e1fc70e9-7f38 0 is matching search criteria
2022-08-28T04:45:19.319Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW e1fc70e9-7f38 0] matching following query criteria: sdcType=VF, customizationUUID=4c912b79-7bb7-40f6-9553-14d0a9cd5894
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-08-28T04:45:19.320Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.321Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:19.321Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 59dc6ca2-2c70-453f-86f0-4221a2805d6c: vFW e1fc70e9-7f38
2022-08-28T04:45:19.321Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.322Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:19.322Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.322Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:19.322Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.323Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:19.323Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.323Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:19.323Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:45:19.324Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-08-28 04-42-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:45:19.324Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-08-28 04-42-36
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-08-28T04:45:19.517Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e1fc70e9-7f38 fa5236bb-2eec-4697-b035-91586d222717 1 ASDC deployResourceStructure
2022-08-28T04:45:19.517Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json ASDC sendASDCNotification
2022-08-28T04:45:19.518Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json
2022-08-28T04:45:19.518Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T04:45:19.518Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:19.520Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:19.520Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661919517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T04:45:19.620Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:19.621Z||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-08-28T04:45:19.621Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:19.779Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:19.780Z||pool-14-thread-1|||||INFO|500||cambria reply ok (160 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:45:20.521Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-28T04:45:20.521Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml
2022-08-28T04:45:20.521Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T04:45:20.521Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:20.523Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:20.523Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661920520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-28T04:45:20.623Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:20.624Z||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-08-28T04:45:20.624Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:20.675Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:20.676Z||pool-15-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:45:21.524Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-28T04:45:21.525Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env
2022-08-28T04:45:21.525Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T04:45:21.526Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:21.528Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:21.528Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661921524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-28T04:45:21.628Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:21.629Z||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-08-28T04:45:21.629Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:21.654Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:21.655Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:45:22.529Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar ASDC sendASDCNotification
2022-08-28T04:45:22.529Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar
2022-08-28T04:45:22.530Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T04:45:22.530Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-28T04:45:22.532Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:45:22.532Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661922529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:45:22.632Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:45:22.633Z||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-08-28T04:45:22.633Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:45:22.709Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:45:22.710Z||pool-17-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:45:23.533Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:45:23.548Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:45:23.552Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T04:45:23.552Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T04:45:23.553Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T04:45:53.554Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:45:53.565Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:45:53.569Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T04:45:53.569Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T04:45:53.569Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T04:46:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:46:02.782Z||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-08-28T04:46:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:46:02.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:46:02.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:46:02.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:46:02.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:46:23.569Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:46:23.582Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:46:23.584Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T04:46:23.584Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T04:46:23.584Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T04:46:53.585Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:46:53.602Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:46:53.605Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T04:46:53.605Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T04:46:53.605Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T04:47:02.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:47:02.783Z||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-08-28T04:47:02.783Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:47:02.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:47:02.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661902779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661911084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661912271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T04:47:02.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "aai-ml",
"timestamp": 1661661913278,
"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-08-28T04:47:02.859Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e400396e-2f50-4a84-a457-db276b4b9444
2022-08-28T04:47:02.859Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:47:02.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661915787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661917031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661918235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661919517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/vfwe1fc70e97f380_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T04:47:02.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661920520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-28T04:47:02.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661921524,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/resourceInstances/vfwe1fc70e97f380/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-28T04:47:02.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661661922529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828044236/1.0/artifacts/service-Vfw20220828044236-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:47:02.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "cds",
"timestamp": 1661661933186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661928745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661935507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "cds",
"timestamp": 1661661933186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661928745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661935507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661938498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "cds",
"timestamp": 1661661933186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661935507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661928745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661938498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "cds",
"timestamp": 1661661933186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661928745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661935507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661938498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "cds",
"timestamp": 1661661933186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661928745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661935507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661938498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661928745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661935507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "cds",
"timestamp": 1661661933186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661938498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "ves-openapi-manager",
"timestamp": 1661661928745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661935507,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "cds",
"timestamp": 1661661933186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661938498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661943549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661944610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "cds",
"timestamp": 1661661945083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661938498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661943549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661945615,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:47:02.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "cds",
"timestamp": 1661661946090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-28T04:47:02.890Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c
2022-08-28T04:47:02.890Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:47:02.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661946392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661943549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "policy-id",
"timestamp": 1661661946618,
"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-08-28T04:47:02.898Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c
2022-08-28T04:47:02.898Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:47:02.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661947540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661943549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661943549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661948720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661943549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661949752,
"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-08-28T04:47:02.909Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c
2022-08-28T04:47:02.909Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:47:02.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661943549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661661950760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T04:47:02.914Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661950053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661951704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.914Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661950053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661950053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661950053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661954079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:47:02.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661950053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661661955084,
"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-08-28T04:47:02.920Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c
2022-08-28T04:47:02.921Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:47:02.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661950053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661955586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661950053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661955586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661958069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:47:02.935Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661955586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661955586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661955586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661955586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:47:02.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:02.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:47:02.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661955586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:47:02.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:47:23.606Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:47:23.619Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444
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-08-28T04:47:23.621Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T04:47:23.621Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-28T04:47:23.622Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-28T04:47:23.622Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-28T04:47:23.622Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-28T04:47:23.622Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||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-08-28T04:47:23.625Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-28T04:47:53.625Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e400396e-2f50-4a84-a457-db276b4b9444 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-08-28T04:47:53.636Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e400396e-2f50-4a84-a457-db276b4b9444 and serviceModelVersionId: 59dc6ca2-2c70-453f-86f0-4221a2805d6c
2022-08-28T04:47:53.636Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec9d962e-9377-4f68-aeb9-d4e10ae677ea
2022-08-28T04:48:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:48:02.782Z||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-08-28T04:48:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:03.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:03.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:48:03.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661964606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T04:48:03.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:48:03.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:48:03.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "aai-ml",
"timestamp": 1661661965609,
"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-08-28T04:48:03.352Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c
2022-08-28T04:48:03.353Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:48:03.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:48:03.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661971325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:48:03.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:48:03.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:48:03.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661972354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:48:03.359Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:48:03.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:48:03.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "clamp",
"timestamp": 1661661973358,
"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-08-28T04:48:03.361Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7974c240-12a9-4fae-9145-4cdd06fa7f6c
2022-08-28T04:48:03.361Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:48:08.209Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0
2022-08-28T04:48:08.326Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-08-28T04:48:08.808Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:08.812Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Invoke
2022-08-28T04:48:10.365Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:10.367Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Invoke
2022-08-28T04:48:11.893Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:11.894Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Invoke
2022-08-28T04:48:12.927Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-28T04:48:12.928Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:12.929Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-28T04:48:12.930Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:12.933Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:12.934Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e400396e-2f50-4a84-a457-db276b4b9444 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-28T04:48:12.935Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-28T04:48:12.936Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:12.939Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:12.940Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662092935,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-28T04:48:13.040Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:13.041Z||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-08-28T04:48:13.041Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:13.069Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:13.069Z||pool-18-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-28T04:48:13.948Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:48:13.948Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:13.948Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:18.439Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:18.440Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||received message from topic
2022-08-28T04:48:18.440Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7974c240-12a9-4fae-9145-4cdd06fa7f6c","serviceName":"basic_onboard_zJFqyQ","serviceVersion":"1.0","serviceUUID":"aedf1add-23d9-441b-8d4c-5bf99b4734b0","serviceDescription":"service","serviceInvariantUUID":"87a810a9-43e8-4e7e-a94e-a52230e2b815","resources":[{"resourceInstanceName":"basic_onboard_zJFqyQ 0","resourceName":"basic_onboard_zJFqyQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf1eaf3e-f428-4ff2-bc84-559215c4e6d9","resourceInvariantUUID":"f4dac809-8bd7-4c74-af1d-04110d550a75","resourceCustomizationUUID":"598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml","artifactChecksum":"ZTVlNDEyNTI5OTUxNGJhMDU4NWY5OGVkNmJlNzQxMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8cfefdef-2aaf-4be2-b568-306715364cb3","artifactVersion":"1"},{"artifactName":"basic_onboard_zjfqyq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json","artifactChecksum":"MzFmNDlmYzdkODQ4Nzc1NGFjZDc3ZGFiMGJjM2E5YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8576ee80-21ba-4334-9f68-0a59c1291743","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c242ddf-5299-4b69-af6d-3835705a12f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d86cdb4e-7f49-4822-86db-6e669d4f3d0c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d13064c1-837b-4752-8007-9bcf424a073b","artifactVersion":"2","generatedFromUUID":"9c242ddf-5299-4b69-af6d-3835705a12f5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZjfqyq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml","artifactChecksum":"ZTUyODQ1Mzk0MGY0ZDJiMGM3YTAxM2YwYTg2MTY0MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"084b731e-4bc9-4602-a442-6e52ec399289","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZjfqyq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar","artifactChecksum":"ODIyMjVkODljMTRjMDg3NzFmZDg4ZmIxM2I5YTQ5YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cd354e8-560d-4f7d-a40b-cba16b733310","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-28T04:48:18.443Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:48:18.443Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:18.445Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:18.445Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:48:18.545Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:18.546Z||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-08-28T04:48:18.546Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:18.564Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:18.565Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:48:19.446Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:48:19.447Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:19.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:19.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:48:19.550Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:19.550Z||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-08-28T04:48:19.551Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:19.563Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:19.564Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:48:20.450Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:48:20.451Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:20.454Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:20.454Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:48:20.554Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:20.555Z||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-08-28T04:48:20.555Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:20.605Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:20.606Z||pool-21-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":2,"count":1}
2022-08-28T04:48:21.455Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:48:21.456Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:21.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:21.458Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:48:21.559Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-28T04:48:21.559Z||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-08-28T04:48:21.560Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:21.576Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:21.576Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:48:22.459Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:48:22.460Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:22.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:22.462Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-28T04:48:22.562Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T04:48:22.563Z||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-08-28T04:48:22.564Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:22.638Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:22.639Z||pool-23-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":11,"count":1}
2022-08-28T04:48:23.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:48:23.463Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:23.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:23.465Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:48:23.566Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:23.567Z||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-08-28T04:48:23.568Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:23.592Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:23.593Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:48:24.466Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:48:24.467Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:24.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:24.470Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:48:24.570Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:24.571Z||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-08-28T04:48:24.571Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:24.602Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:24.602Z||pool-25-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:48:25.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"serviceName": "basic_onboard_zJFqyQ",
"serviceVersion": "1.0",
"serviceUUID": "aedf1add-23d9-441b-8d4c-5bf99b4734b0",
"serviceDescription": "service",
"serviceInvariantUUID": "87a810a9-43e8-4e7e-a94e-a52230e2b815",
"resources": [
{
"resourceInstanceName": "basic_onboard_zJFqyQ 0",
"resourceCustomizationUUID": "598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd",
"resourceName": "basic_onboard_zJFqyQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bf1eaf3e-f428-4ff2-bc84-559215c4e6d9",
"resourceInvariantUUID": "f4dac809-8bd7-4c74-af1d-04110d550a75",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zjfqyq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"artifactChecksum": "MzFmNDlmYzdkODQ4Nzc1NGFjZDc3ZGFiMGJjM2E5YjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8576ee80-21ba-4334-9f68-0a59c1291743",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9c242ddf-5299-4b69-af6d-3835705a12f5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d13064c1-837b-4752-8007-9bcf424a073b",
"generatedFromUUID": "9c242ddf-5299-4b69-af6d-3835705a12f5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d13064c1-837b-4752-8007-9bcf424a073b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZjfqyq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"artifactChecksum": "ODIyMjVkODljMTRjMDg3NzFmZDg4ZmIxM2I5YTQ5YTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1cd354e8-560d-4f7d-a40b-cba16b733310"
}
],
"workloadContext": "Production"
}
2022-08-28T04:48:25.471Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-28T04:48:25.472Z|e400396e-2f50-4a84-a457-db276b4b9444|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aedf1add-23d9-441b-8d4c-5bf99b4734b0 ASDC
2022-08-28T04:48:25.472Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||ASDC Notification:
DistributionID:7974c240-12a9-4fae-9145-4cdd06fa7f6c
ServiceName:basic_onboard_zJFqyQ
ServiceVersion:1.0
ServiceUUID:aedf1add-23d9-441b-8d4c-5bf99b4734b0
ServiceInvariantUUID:87a810a9-43e8-4e7e-a94e-a52230e2b815
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZjfqyq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar
ArtifactUUID:1cd354e8-560d-4f7d-a40b-cba16b733310
ArtifactChecksum:ODIyMjVkODljMTRjMDg3NzFmZDg4ZmIxM2I5YTQ5YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zJFqyQ 0
ResourceCustomizationUUID:598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd
ResourceInvariantUUID:f4dac809-8bd7-4c74-af1d-04110d550a75
ResourceName:basic_onboard_zJFqyQ
ResourceType:VF
ResourceUUID:bf1eaf3e-f428-4ff2-bc84-559215c4e6d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zjfqyq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json
ArtifactUUID:8576ee80-21ba-4334-9f68-0a59c1291743
ArtifactChecksum:MzFmNDlmYzdkODQ4Nzc1NGFjZDc3ZGFiMGJjM2E5YjY=
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/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9c242ddf-5299-4b69-af6d-3835705a12f5
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/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env
ArtifactUUID:d13064c1-837b-4752-8007-9bcf424a073b
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/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env
ArtifactUUID:d13064c1-837b-4752-8007-9bcf424a073b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-28T04:48:25.473Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aedf1add-23d9-441b-8d4c-5bf99b4734b0 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-08-28T04:48:25.495Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T04:48:25.496Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||MSO config path is: /app
2022-08-28T04:48:25.496Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||MSO config path is: /app
2022-08-28T04:48:25.496Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to download the artifact UUID: 1cd354e8-560d-4f7d-a40b-cba16b733310 from URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:25.496Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - download
2022-08-28T04:48:25.497Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:25.625Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||GET Response Status 200
2022-08-28T04:48:25.629Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar 1cd354e8-560d-4f7d-a40b-cba16b733310 71583
2022-08-28T04:48:25.629Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar ASDC sendASDCNotification
2022-08-28T04:48:25.629Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:25.629Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:48:25.630Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:25.631Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:25.632Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662105629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:48:25.732Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:25.733Z||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-08-28T04:48:25.733Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:25.768Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:25.769Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:48:26.632Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T04:48:26.633Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||MSO config path is: /app
2022-08-28T04:48:26.633Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to write artifact UUID: 1cd354e8-560d-4f7d-a40b-cba16b733310, URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar to file: /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:26.634Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:26.634Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:26.634Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:26.746Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3524239589131451481/Definitions/service-BasicOnboardZjfqyq-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-08-28T04:48:27.815Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||####################################################################################################
2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.816Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zJFqyQ 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-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:27.817Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|WARN|500||####################################################################################################
2022-08-28T04:48:27.818Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.818Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:27.818Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria
2022-08-28T04:48:27.818Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Search for entities recursively
2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria
2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Search for entities recursively
2022-08-28T04:48:27.819Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is not matching search criteria
2022-08-28T04:48:27.820Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.821Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T04:48:27.822Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.822Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria
2022-08-28T04:48:27.822Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:48:27.822Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria
2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria
2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:48:27.823Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is not matching search criteria
2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=552934d6-c196-4f9b-a03e-2545b5635f19
2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.824Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:27.825Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:27.826Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:27.826Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zJFqyQ
Description:service
Model UUID:aedf1add-23d9-441b-8d4c-5bf99b4734b0
Model Version:NULL
Model InvariantUuid:87a810a9-43e8-4e7e-a94e-a52230e2b815
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zJFqyQ
Model UUID:dee20323-bca3-4b8f-9fe9-d08df944152f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4dac809-8bd7-4c74-af1d-04110d550a75
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a8057df1-3573-40ab-91e6-93de23c4ceb7
ModelName:BasicOnboardZjfqyq..base_ubuntu18..module-0
ModelUuid:da4e035e-40d2-42a5-a0e8-1b50ea477108
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:552934d6-c196-4f9b-a03e-2545b5635f19
ModelInvariantUuid:ef127d5e-333d-4d6b-81ed-a1dfea832d74
ModelName:basic_onboard_zJFqyQ-nodes.ubuntu18Cvfc
ModelUuid:8c086b26-478d-457c-96fe-b00ee75a92ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:dea01837-5f5b-4c40-bcee-6c73a8f6e1dd
ModelInvariantUuid:9f9f7107-edfb-4895-beec-e6dce8d90490
ModelName:BasicOnboardZjfqyq.compute.nodes.heat.ubuntu18
ModelUuid:73e25cf0-a4e0-4859-b67b-ebaf5b078d55
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-08-28T04:48:27.832Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: bf1eaf3e-f428-4ff2-bc84-559215c4e6d9
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-08-28T04:48:27.834Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||basic_onboard_zJFqyQ 0
2022-08-28T04:48:27.834Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: bf1eaf3e-f428-4ff2-bc84-559215c4e6d9
2022-08-28T04:48:27.834Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to download the artifact UUID: 8576ee80-21ba-4334-9f68-0a59c1291743 from URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json
2022-08-28T04:48:27.834Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - download
2022-08-28T04:48:27.835Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json
2022-08-28T04:48:27.989Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||GET Response Status 200
2022-08-28T04:48:27.989Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json 8576ee80-21ba-4334-9f68-0a59c1291743 798
2022-08-28T04:48:27.990Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json ASDC sendASDCNotification
2022-08-28T04:48:27.990Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json
2022-08-28T04:48:27.990Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:48:27.990Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:27.992Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:27.992Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662107990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:48:28.092Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:28.093Z||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-08-28T04:48:28.093Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:28.184Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:28.185Z||pool-27-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:48:28.993Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZjfqyq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a8057df1-3573-40ab-91e6-93de23c4ceb7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "da4e035e-40d2-42a5-a0e8-1b50ea477108",
"vfModuleModelCustomizationUUID": "1bd86c50-1485-4caf-8354-b0662677c183",
"isBase": true,
"artifacts": [
"9c242ddf-5299-4b69-af6d-3835705a12f5",
"d13064c1-837b-4752-8007-9bcf424a073b"
],
"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-08-28T04:48:28.998Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjfqyq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da4e035e-40d2-42a5-a0e8-1b50ea477108
VfModuleModelInvariantUUID:a8057df1-3573-40ab-91e6-93de23c4ceb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c242ddf-5299-4b69-af6d-3835705a12f5
,
d13064c1-837b-4752-8007-9bcf424a073b
}
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-08-28T04:48:29.000Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZjfqyq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a8057df1-3573-40ab-91e6-93de23c4ceb7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "da4e035e-40d2-42a5-a0e8-1b50ea477108",
"vfModuleModelCustomizationUUID": "1bd86c50-1485-4caf-8354-b0662677c183",
"isBase": true,
"artifacts": [
"9c242ddf-5299-4b69-af6d-3835705a12f5",
"d13064c1-837b-4752-8007-9bcf424a073b"
],
"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-08-28T04:48:29.000Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjfqyq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da4e035e-40d2-42a5-a0e8-1b50ea477108
VfModuleModelInvariantUUID:a8057df1-3573-40ab-91e6-93de23c4ceb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c242ddf-5299-4b69-af6d-3835705a12f5
,
d13064c1-837b-4752-8007-9bcf424a073b
}
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-08-28T04:48:29.000Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to download the artifact UUID: 9c242ddf-5299-4b69-af6d-3835705a12f5 from URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml
2022-08-28T04:48:29.000Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - download
2022-08-28T04:48:29.001Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml
2022-08-28T04:48:29.106Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||GET Response Status 200
2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml 9c242ddf-5299-4b69-af6d-3835705a12f5 5033
2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml
2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:48:29.107Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:29.109Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:29.109Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662109107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:48:29.209Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:29.210Z||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-08-28T04:48:29.210Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:29.228Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:29.228Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:48:30.109Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Trying to download the artifact UUID: d13064c1-837b-4752-8007-9bcf424a073b from URL: /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env
2022-08-28T04:48:30.110Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - download
2022-08-28T04:48:30.111Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env
2022-08-28T04:48:30.200Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||GET Response Status 200
2022-08-28T04:48:30.201Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env d13064c1-837b-4752-8007-9bcf424a073b 909
2022-08-28T04:48:30.201Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-28T04:48:30.201Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env
2022-08-28T04:48:30.201Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:48:30.202Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:30.204Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:30.204Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662110201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:48:30.304Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T04:48:30.305Z||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-08-28T04:48:30.306Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:30.340Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:30.341Z||pool-29-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:48:31.205Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Preparing to deploy Service: aedf1add-23d9-441b-8d4c-5bf99b4734b0
2022-08-28T04:48:31.205Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zJFqyQ 0 bf1eaf3e-f428-4ff2-bc84-559215c4e6d9 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-08-28T04:48:31.217Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39ae1c5f, org.onap.sdc.toscaparser.api.parameters.Input@1f98be1c, org.onap.sdc.toscaparser.api.parameters.Input@779ccbdb, org.onap.sdc.toscaparser.api.parameters.Input@674fb74, org.onap.sdc.toscaparser.api.parameters.Input@4ff14301]
2022-08-28T04:48:31.218Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.218Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:31.219Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VF Category is: Generic
2022-08-28T04:48:31.219Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||VFCustomizationUUID= 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd
2022-08-28T04:48:31.219Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd matches Tosca VF Customization UUID: 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd
2022-08-28T04:48:31.219Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||vfCustomizationUUID: 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd 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-08-28T04:48:31.221Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.221Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:31.221Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||resource request for resource customization id 598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd: {\"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-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@251e5b60
2022-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1bd86c50-1485-4caf-8354-b0662677c183
2022-08-28T04:48:31.222Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1bd86c50-1485-4caf-8354-b0662677c183
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-08-28T04:48:31.224Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.224Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria
2022-08-28T04:48:31.224Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:48:31.225Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.225Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria
2022-08-28T04:48:31.225Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:48:31.225Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.226Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is not matching search criteria
2022-08-28T04:48:31.226Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-28T04:48:31.226Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-28T04:48:31.226Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=552934d6-c196-4f9b-a03e-2545b5635f19
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-08-28T04:48:31.228Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.228Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria
2022-08-28T04:48:31.228Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:48:31.228Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.229Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Node template basic_onboard_zJFqyQ 0 is matching search criteria
2022-08-28T04:48:31.229Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found topology templates [basic_onboard_zJFqyQ 0] matching following query criteria: sdcType=VF, customizationUUID=598aa0a1-d1c3-4d82-a1d9-8d4a3d4b41cd
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-08-28T04:48:31.230Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.230Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:31.230Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500|| resourceSeq for service uuid aedf1add-23d9-441b-8d4c-5bf99b4734b0: basic_onboard_zJFqyQ
2022-08-28T04:48:31.230Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.231Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Service basic_onboard_zJFqyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:48:31.232Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||Saving Service: basic_onboard_zJFqyQ
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-08-28T04:48:31.288Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zJFqyQ bf1eaf3e-f428-4ff2-bc84-559215c4e6d9 1 ASDC deployResourceStructure
2022-08-28T04:48:31.288Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json ASDC sendASDCNotification
2022-08-28T04:48:31.289Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json
2022-08-28T04:48:31.289Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T04:48:31.289Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:31.291Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:31.291Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662111288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T04:48:31.391Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:31.392Z||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-08-28T04:48:31.392Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:31.436Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:31.436Z||pool-30-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:48:32.292Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-28T04:48:32.293Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml
2022-08-28T04:48:32.293Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T04:48:32.293Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:32.295Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:32.295Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662112292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-28T04:48:32.395Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:32.396Z||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-08-28T04:48:32.396Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:32.407Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:32.408Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:48:33.296Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-28T04:48:33.297Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env
2022-08-28T04:48:33.297Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T04:48:33.297Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:33.300Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:33.300Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662113296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-28T04:48:33.400Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:33.401Z||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-08-28T04:48:33.401Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:33.443Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:33.444Z||pool-32-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:48:34.301Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar ASDC sendASDCNotification
2022-08-28T04:48:34.301Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar
2022-08-28T04:48:34.302Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T04:48:34.302Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:48:34.304Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:48:34.304Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662114301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:48:34.404Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:48:34.404Z||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-08-28T04:48:34.405Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:48:34.483Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:48:34.483Z||pool-33-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:48:35.305Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7974c240-12a9-4fae-9145-4cdd06fa7f6c
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-08-28T04:48:35.313Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7974c240-12a9-4fae-9145-4cdd06fa7f6c
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-08-28T04:48:35.316Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T04:48:35.316Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-28T04:48:35.317Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-28T04:48:35.317Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-28T04:48:35.317Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-28T04:48:35.317Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?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-08-28T04:48:35.320Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-28T04:49:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:49:02.782Z||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-08-28T04:49:02.782Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:49:03.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:49:03.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e400396e-2f50-4a84-a457-db276b4b9444",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662092935,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-28T04:49:03.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:49:03.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:49:03.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:49:03.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:49:03.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:49:03.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:49:03.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662093948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:49:03.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662105629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:49:03.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662107990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:49:03.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662109107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662110201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662111288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/basic_onboard_zjfqyq0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:49:03.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662112292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-28T04:49:03.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662113296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/resourceInstances/basic_onboard_zjfqyq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-28T04:49:03.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:49:03.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662114301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjfqyq/1.0/artifacts/service-BasicOnboardZjfqyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T04:49:03.443Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:49:05.320Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7974c240-12a9-4fae-9145-4cdd06fa7f6c 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-08-28T04:49:05.325Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7974c240-12a9-4fae-9145-4cdd06fa7f6c and serviceModelVersionId: aedf1add-23d9-441b-8d4c-5bf99b4734b0
2022-08-28T04:49:05.325Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87a810a9-43e8-4e7e-a94e-a52230e2b815
2022-08-28T04:49:05.325Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0
2022-08-28T04:49:05.330Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec9d962e-9377-4f68-aeb9-d4e10ae677ea/model-vers/model-ver/59dc6ca2-2c70-453f-86f0-4221a2805d6c?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-08-28T04:49:05.377Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Invoke
2022-08-28T04:49:05.378Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e453b56b-5230-48bb-b717-1ae1a14337da], X-ECOMP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-TransactionId=[], X-ONAP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], Content-Type=[application/merge-patch+json]}
2022-08-28T04:49:06.901Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Invoke
2022-08-28T04:49:06.902Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb844593-64dc-457c-87c0-5de2d0d60319], X-ECOMP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-TransactionId=[], X-ONAP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], Content-Type=[application/merge-patch+json]}
2022-08-28T04:49:08.437Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Invoke
2022-08-28T04:49:08.437Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf9d319f-74fe-4bc0-af72-597f461ffa13], X-ECOMP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], X-TransactionId=[], X-ONAP-RequestID=[7974c240-12a9-4fae-9145-4cdd06fa7f6c], Content-Type=[application/merge-patch+json]}
2022-08-28T04:49:09.471Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-08-28T04:49:09.472Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:09.472Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-28T04:49:09.476Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:09.481Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:09.481Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7974c240-12a9-4fae-9145-4cdd06fa7f6c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-08-28T04:49:09.482Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-28T04:49:09.482Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:49:09.483Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:49:09.484Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662149482,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-28T04:49:09.584Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:49:09.585Z||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-08-28T04:49:09.585Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:49:09.624Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:49:09.625Z||pool-34-thread-1|||||INFO|500||cambria reply ok (41 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-08-28T04:49:10.492Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:49:10.492Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:10.493Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:49:20.130Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:49:20.131Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:49:20.131Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:20.131Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:49:29.717Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:49:29.718Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:49:29.718Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:49:29.718Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:49:39.371Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:50:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:50:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:50:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:50:02.781Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:50:02.781Z||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-08-28T04:50:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:50:03.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:50:03.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T04:50:03.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7974c240-12a9-4fae-9145-4cdd06fa7f6c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662149482,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-08-28T04:50:03.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T04:50:12.394Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:51:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:51:02.780Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:51:02.780Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:51:02.781Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:51:02.782Z||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-08-28T04:51:02.784Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:51:12.398Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:51:12.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:52:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:52:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:52:02.780Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:52:02.781Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:52:02.781Z||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-08-28T04:52:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:52:12.389Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:52:12.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:53:02.779Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-08-28T04:53:02.780Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:02.781Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T04:53:02.781Z||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-08-28T04:53:02.781Z||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 wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:02.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:02.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "aai-ml",
"timestamp": 1661662370053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "ves-openapi-manager",
"timestamp": 1661662368727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "cds",
"timestamp": 1661662368185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "clamp",
"timestamp": 1661662375586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "policy-id",
"timestamp": 1661662375507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "aai-ml",
"timestamp": 1661662370053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "clamp",
"timestamp": 1661662375586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:53:02.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "ves-openapi-manager",
"timestamp": 1661662368727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "cds",
"timestamp": 1661662368185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "policy-id",
"timestamp": 1661662375507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "aai-ml",
"timestamp": 1661662370053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "clamp",
"timestamp": 1661662375586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "ves-openapi-manager",
"timestamp": 1661662368727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "cds",
"timestamp": 1661662368185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "policy-id",
"timestamp": 1661662375507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:53:02.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661662378499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "aai-ml",
"timestamp": 1661662370053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "ves-openapi-manager",
"timestamp": 1661662368727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "clamp",
"timestamp": 1661662375586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "cds",
"timestamp": 1661662368185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "policy-id",
"timestamp": 1661662375507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661662378499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:53:02.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "aai-ml",
"timestamp": 1661662370053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "clamp",
"timestamp": 1661662375586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "ves-openapi-manager",
"timestamp": 1661662368727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "cds",
"timestamp": 1661662368185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "policy-id",
"timestamp": 1661662375507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661662378499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:02.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "aai-ml",
"timestamp": 1661662370053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:03.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "clamp",
"timestamp": 1661662375586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:03.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "cds",
"timestamp": 1661662368185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "ves-openapi-manager",
"timestamp": 1661662368727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "policy-id",
"timestamp": 1661662375507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661662378499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:03.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "aai-ml",
"timestamp": 1661662370053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "clamp",
"timestamp": 1661662375586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "ves-openapi-manager",
"timestamp": 1661662368727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "cds",
"timestamp": 1661662368185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:53:03.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "policy-id",
"timestamp": 1661662375507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:53:03.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T04:53:03.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661662378499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T04:53:03.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T04:53:03.426Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:03.427Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||received message from topic
2022-08-28T04:53:03.427Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"bdd6ccbc-547f-45c4-a249-227625008270","serviceName":"vFW 2022-08-28 04-51-38","serviceVersion":"1.0","serviceUUID":"9d49b0ec-ad8b-477f-918c-a3f3fddd695d","serviceDescription":"catalog service description","serviceInvariantUUID":"dbada03f-d9d0-46c3-a3be-7fac96d710fb","resources":[{"resourceInstanceName":"vFW 3b52bd0e-3de7 0","resourceName":"vFW 3b52bd0e-3de7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79b3f104-56b0-48e3-a001-247ac64f681f","resourceInvariantUUID":"f3d12e58-3496-4092-9fe5-1a91a1fd66fe","resourceCustomizationUUID":"aea26be0-0ff7-442c-8fcb-bd991fd04f46","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml","artifactChecksum":"NjI0MGExZDRhNjFiN2MwZGVlMGU3YmM0OWJlN2ZhOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4364a385-8c62-463c-9e92-41421239470a","artifactVersion":"1"},{"artifactName":"vfw3b52bd0e3de70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json","artifactChecksum":"NmMwMzUyY2E1MzEzYzAwZTE1MzgzYTE3MDk5NTU5YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7a98f09-16fb-44af-9e3e-ef7983711a5f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6b46350-232f-4b5f-bd43-87a6d21943f4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml","artifactChecksum":"MGFhOWE2OTdmNmY5OTBkMzAzMDUyMmNlNGMyMDg2Njg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b363b12c-3fe6-4f5f-972e-584dd6a7f4bb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e819afc0-518a-4ea5-958b-41bce799062f","artifactVersion":"2","generatedFromUUID":"c6b46350-232f-4b5f-bd43-87a6d21943f4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828045138-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml","artifactChecksum":"MzgxNzgzZWZkYWJjNmRjNDU0YThmMTYwMGFkMDlkNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3d7378c-01be-4ef8-b01c-1a3d047a633e","artifactVersion":"1"},{"artifactName":"service-Vfw20220828045138-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar","artifactChecksum":"OWEwNDU5NmY5ZDRlNWI1Y2FiY2YwNWI5ZTBlMDUzNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89ef72d0-fa45-4996-ad33-4c1ce9691157","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-28T04:53:03.431Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:53:03.432Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:03.438Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:03.439Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662382779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:03.534Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-28T04:53:03.535Z||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-08-28T04:53:03.535Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:03.550Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:03.550Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:53:04.439Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:53:04.440Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:04.442Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:04.442Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662382779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json",
"status": "NOTIFIED"
}
2022-08-28T04:53:04.542Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:53:04.543Z||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-08-28T04:53:04.544Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:04.575Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:04.576Z||pool-36-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:53:05.443Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:53:05.443Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:05.446Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:05.446Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662382779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T04:53:05.546Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:53:05.547Z||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-08-28T04:53:05.547Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:05.564Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:05.564Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:53:06.446Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:53:06.447Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:06.449Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:06.449Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662382779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:06.549Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:53:06.550Z||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-08-28T04:53:06.551Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:06.631Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:06.632Z||pool-38-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:53:07.450Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:53:07.450Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:07.452Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:07.452Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662382779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T04:53:07.552Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:53:07.553Z||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-08-28T04:53:07.553Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:07.602Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:07.603Z||pool-39-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:53:08.453Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:53:08.453Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:08.455Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:08.455Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662382779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T04:53:08.555Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:53:08.556Z||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-08-28T04:53:08.556Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:08.598Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:08.599Z||pool-40-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":2,"count":1}
2022-08-28T04:53:09.456Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T04:53:09.456Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:09.458Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:09.458Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662382779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T04:53:09.558Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:53:09.559Z||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-08-28T04:53:09.559Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:09.587Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:09.587Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:53:10.459Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"serviceName": "vFW 2022-08-28 04-51-38",
"serviceVersion": "1.0",
"serviceUUID": "9d49b0ec-ad8b-477f-918c-a3f3fddd695d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "dbada03f-d9d0-46c3-a3be-7fac96d710fb",
"resources": [
{
"resourceInstanceName": "vFW 3b52bd0e-3de7 0",
"resourceCustomizationUUID": "aea26be0-0ff7-442c-8fcb-bd991fd04f46",
"resourceName": "vFW 3b52bd0e-3de7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "79b3f104-56b0-48e3-a001-247ac64f681f",
"resourceInvariantUUID": "f3d12e58-3496-4092-9fe5-1a91a1fd66fe",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3b52bd0e3de70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json",
"artifactChecksum": "NmMwMzUyY2E1MzEzYzAwZTE1MzgzYTE3MDk5NTU5YjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7a98f09-16fb-44af-9e3e-ef7983711a5f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c6b46350-232f-4b5f-bd43-87a6d21943f4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e819afc0-518a-4ea5-958b-41bce799062f",
"generatedFromUUID": "c6b46350-232f-4b5f-bd43-87a6d21943f4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e819afc0-518a-4ea5-958b-41bce799062f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220828045138-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar",
"artifactChecksum": "OWEwNDU5NmY5ZDRlNWI1Y2FiY2YwNWI5ZTBlMDUzNGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89ef72d0-fa45-4996-ad33-4c1ce9691157"
}
],
"workloadContext": "Production"
}
2022-08-28T04:53:10.460Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-28T04:53:10.460Z|7974c240-12a9-4fae-9145-4cdd06fa7f6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d49b0ec-ad8b-477f-918c-a3f3fddd695d ASDC
2022-08-28T04:53:10.461Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||ASDC Notification:
DistributionID:bdd6ccbc-547f-45c4-a249-227625008270
ServiceName:vFW 2022-08-28 04-51-38
ServiceVersion:1.0
ServiceUUID:9d49b0ec-ad8b-477f-918c-a3f3fddd695d
ServiceInvariantUUID:dbada03f-d9d0-46c3-a3be-7fac96d710fb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220828045138-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar
ArtifactUUID:89ef72d0-fa45-4996-ad33-4c1ce9691157
ArtifactChecksum:OWEwNDU5NmY5ZDRlNWI1Y2FiY2YwNWI5ZTBlMDUzNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3b52bd0e-3de7 0
ResourceCustomizationUUID:aea26be0-0ff7-442c-8fcb-bd991fd04f46
ResourceInvariantUUID:f3d12e58-3496-4092-9fe5-1a91a1fd66fe
ResourceName:vFW 3b52bd0e-3de7
ResourceType:VF
ResourceUUID:79b3f104-56b0-48e3-a001-247ac64f681f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3b52bd0e3de70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json
ArtifactUUID:a7a98f09-16fb-44af-9e3e-ef7983711a5f
ArtifactChecksum:NmMwMzUyY2E1MzEzYzAwZTE1MzgzYTE3MDk5NTU5YjY=
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/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml
ArtifactUUID:c6b46350-232f-4b5f-bd43-87a6d21943f4
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/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env
ArtifactUUID:e819afc0-518a-4ea5-958b-41bce799062f
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/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env
ArtifactUUID:e819afc0-518a-4ea5-958b-41bce799062f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-28T04:53:10.461Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d49b0ec-ad8b-477f-918c-a3f3fddd695d 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-08-28T04:53:10.497Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||MSO config path is: /app
2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||MSO config path is: /app
2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to download the artifact UUID: 89ef72d0-fa45-4996-ad33-4c1ce9691157 from URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar
2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - download
2022-08-28T04:53:10.498Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar
2022-08-28T04:53:10.756Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||GET Response Status 200
2022-08-28T04:53:10.764Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar 89ef72d0-fa45-4996-ad33-4c1ce9691157 99021
2022-08-28T04:53:10.764Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar ASDC sendASDCNotification
2022-08-28T04:53:10.764Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar
2022-08-28T04:53:10.764Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:53:10.765Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:10.767Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:10.767Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662390764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:53:10.867Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:53:10.868Z||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-08-28T04:53:10.868Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:10.896Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:10.897Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:53:11.768Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T04:53:11.769Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||MSO config path is: /app
2022-08-28T04:53:11.769Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to write artifact UUID: 89ef72d0-fa45-4996-ad33-4c1ce9691157, URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/artifacts/service-Vfw20220828045138-csar.csar to file: /app/ASDC/1/service-Vfw20220828045138-csar.csar
2022-08-28T04:53:11.769Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828045138-csar.csar
2022-08-28T04:53:11.770Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828045138-csar.csar
2022-08-28T04:53:11.770Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828045138-csar.csar
2022-08-28T04:53:11.944Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7798767974359264226/Definitions/service-Vfw20220828045138-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2022-08-28T04:53:13.713Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||####################################################################################################
2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.714Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.715Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.716Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3b52bd0e-3de7 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-Vfw20220828045138-csar.csar
2022-08-28T04:53:13.717Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|WARN|500||####################################################################################################
2022-08-28T04:53:13.717Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.717Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:53:13.717Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria
2022-08-28T04:53:13.718Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Search for entities recursively
2022-08-28T04:53:13.718Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T04:53:13.718Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.719Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:53:13.719Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria
2022-08-28T04:53:13.719Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Search for entities recursively
2022-08-28T04:53:13.719Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T04:53:13.720Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.720Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:53:13.720Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.720Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria
2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:13.721Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T04:53:13.722Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.722Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:53:13.722Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T04:53:13.722Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:13.723Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T04:53:13.724Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.724Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-28T04:53:13.724Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.724Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T04:53:13.725Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.725Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria
2022-08-28T04:53:13.725Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:53:13.725Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria
2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria
2022-08-28T04:53:13.726Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:53:13.727Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.727Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria
2022-08-28T04:53:13.727Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:53:13.727Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.728Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.729Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3eb269f-8f43-4fa7-bb4a-ad5645057edd
2022-08-28T04:53:13.730Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.730Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria
2022-08-28T04:53:13.730Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:53:13.730Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.731Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:53:13.732Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-28T04:53:13.732Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T04:53:13.732Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:13.732Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b7860c81-0840-4547-b10b-c0583b26e347
2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria
2022-08-28T04:53:13.733Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:53:13.734Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T04:53:13.734Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.734Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:13.734Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T04:53:13.735Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:53:13.736Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:13.736Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-28T04:53:13.736Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=465d4faf-7468-43c9-96b3-b2eaee28ebf5
2022-08-28T04:53:13.736Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.737Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:53:13.738Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:13.738Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:53:13.738Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-28 04-51-38
Description:catalog service description
Model UUID:9d49b0ec-ad8b-477f-918c-a3f3fddd695d
Model Version:NULL
Model InvariantUuid:dbada03f-d9d0-46c3-a3be-7fac96d710fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3b52bd0e-3de7
Model UUID:80389899-fc17-43fa-b1bb-761c3ea7b849
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f3d12e58-3496-4092-9fe5-1a91a1fd66fe
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:aea26be0-0ff7-442c-8fcb-bd991fd04f46
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8cf806ca-d82f-4238-9e94-9aa18775eb65
ModelName:Vfw3b52bd0e3de7..base_vfw..module-0
ModelUuid:935afb01-f49c-4205-94dd-40327f73d9ae
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e3eb269f-8f43-4fa7-bb4a-ad5645057edd
ModelInvariantUuid:6533ae67-9ec9-4abd-be76-e8ae4dfcd771
ModelName:vFW 3b52bd0e-3de7-nodes.vfwCvfc
ModelUuid:f3e6c32e-2776-4c59-a772-d06cf97bbae8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9b9e635a-a384-405f-9b3f-83dfacf915aa
ModelInvariantUuid:e2425fd3-6c02-4d1e-a452-7a8e27509de1
ModelName:Vfw3b52bd0e3de7.compute.nodes.heat.vfw
ModelUuid:87ecdf80-5810-490c-9923-b953cb0f7712
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b7860c81-0840-4547-b10b-c0583b26e347
ModelInvariantUuid:f1001f74-7ece-45a9-8807-13491cf1173f
ModelName:vFW 3b52bd0e-3de7-nodes.vsnCvfc
ModelUuid:04504702-ccf1-4eff-8329-a2f450fb0f4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a36bee90-8abb-444a-a0fd-afe1264e7a5e
ModelInvariantUuid:c0b45c67-4d0c-418c-82ed-82c67abeb718
ModelName:Vfw3b52bd0e3de7.compute.nodes.heat.vsn
ModelUuid:04025b2a-7a3b-4a34-b95c-5819ab4b53d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:465d4faf-7468-43c9-96b3-b2eaee28ebf5
ModelInvariantUuid:05258053-e884-40c5-8883-c650097e5927
ModelName:vFW 3b52bd0e-3de7-nodes.vpgCvfc
ModelUuid:899d1593-029b-440d-9aa8-07820c57bb39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5f9a731c-22cc-4f0a-a068-a8afe40e407f
ModelInvariantUuid:c1402180-c4b9-4ce7-a929-3c95a8f5cdee
ModelName:Vfw3b52bd0e3de7.compute.nodes.heat.vpg
ModelUuid:d6af82d6-1991-4bc5-a798-96c28ccbebca
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-08-28T04:53:13.744Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 79b3f104-56b0-48e3-a001-247ac64f681f
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-08-28T04:53:13.746Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||vFW 3b52bd0e-3de7 0
2022-08-28T04:53:13.747Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 79b3f104-56b0-48e3-a001-247ac64f681f
2022-08-28T04:53:13.747Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to download the artifact UUID: a7a98f09-16fb-44af-9e3e-ef7983711a5f from URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json
2022-08-28T04:53:13.747Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - download
2022-08-28T04:53:13.747Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json
2022-08-28T04:53:13.938Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||GET Response Status 200
2022-08-28T04:53:13.939Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json a7a98f09-16fb-44af-9e3e-ef7983711a5f 785
2022-08-28T04:53:13.939Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json ASDC sendASDCNotification
2022-08-28T04:53:13.939Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json
2022-08-28T04:53:13.940Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:53:13.940Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:13.942Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:13.942Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662393939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/vfw3b52bd0e3de70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:53:14.042Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:53:14.043Z||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-08-28T04:53:14.043Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:14.094Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:14.094Z||pool-43-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-08-28T04:53:14.942Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3b52bd0e3de7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8cf806ca-d82f-4238-9e94-9aa18775eb65",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "935afb01-f49c-4205-94dd-40327f73d9ae",
"vfModuleModelCustomizationUUID": "b09212f5-e4a9-4db0-9279-bdec6fe73457",
"isBase": true,
"artifacts": [
"c6b46350-232f-4b5f-bd43-87a6d21943f4",
"e819afc0-518a-4ea5-958b-41bce799062f"
],
"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-08-28T04:53:14.946Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3b52bd0e3de7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:935afb01-f49c-4205-94dd-40327f73d9ae
VfModuleModelInvariantUUID:8cf806ca-d82f-4238-9e94-9aa18775eb65
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6b46350-232f-4b5f-bd43-87a6d21943f4
,
e819afc0-518a-4ea5-958b-41bce799062f
}
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-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3b52bd0e3de7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8cf806ca-d82f-4238-9e94-9aa18775eb65",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "935afb01-f49c-4205-94dd-40327f73d9ae",
"vfModuleModelCustomizationUUID": "b09212f5-e4a9-4db0-9279-bdec6fe73457",
"isBase": true,
"artifacts": [
"c6b46350-232f-4b5f-bd43-87a6d21943f4",
"e819afc0-518a-4ea5-958b-41bce799062f"
],
"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-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3b52bd0e3de7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:935afb01-f49c-4205-94dd-40327f73d9ae
VfModuleModelInvariantUUID:8cf806ca-d82f-4238-9e94-9aa18775eb65
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6b46350-232f-4b5f-bd43-87a6d21943f4
,
e819afc0-518a-4ea5-958b-41bce799062f
}
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-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to download the artifact UUID: c6b46350-232f-4b5f-bd43-87a6d21943f4 from URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml
2022-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - download
2022-08-28T04:53:14.948Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml
2022-08-28T04:53:15.149Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||GET Response Status 200
2022-08-28T04:53:15.150Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml c6b46350-232f-4b5f-bd43-87a6d21943f4 20368
2022-08-28T04:53:15.150Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-28T04:53:15.150Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml
2022-08-28T04:53:15.150Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:53:15.151Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:15.152Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:15.152Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662395150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:53:15.253Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T04:53:15.253Z||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-08-28T04:53:15.253Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:15.314Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:15.314Z||pool-44-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:53:16.159Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||Trying to download the artifact UUID: e819afc0-518a-4ea5-958b-41bce799062f from URL: /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env
2022-08-28T04:53:16.159Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - download
2022-08-28T04:53:16.159Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env
2022-08-28T04:53:16.345Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||GET Response Status 200
2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env e819afc0-518a-4ea5-958b-41bce799062f 2098
2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env
2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T04:53:16.346Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||DistributionClient - sendStatus
2022-08-28T04:53:16.348Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T04:53:16.348Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||try to send status {
"distributionID": "bdd6ccbc-547f-45c4-a249-227625008270",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661662396346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828045138/1.0/resourceInstances/vfw3b52bd0e3de70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T04:53:16.448Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T04:53:16.449Z||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-08-28T04:53:16.449Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wYGLBhsMeYHSGirL) ...
2022-08-28T04:53:16.508Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T04:53:16.509Z||pool-45-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-08-28T04:53:17.352Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Preparing to deploy Service: 9d49b0ec-ad8b-477f-918c-a3f3fddd695d
2022-08-28T04:53:17.353Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3b52bd0e-3de7 0 79b3f104-56b0-48e3-a001-247ac64f681f 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-08-28T04:53:17.368Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d63e054, org.onap.sdc.toscaparser.api.parameters.Input@723e6ecf, org.onap.sdc.toscaparser.api.parameters.Input@338adb88, org.onap.sdc.toscaparser.api.parameters.Input@4aad8771, org.onap.sdc.toscaparser.api.parameters.Input@38bebf30]
2022-08-28T04:53:17.369Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:17.369Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:53:17.369Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VF Category is: Generic
2022-08-28T04:53:17.370Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||VFCustomizationUUID= aea26be0-0ff7-442c-8fcb-bd991fd04f46
2022-08-28T04:53:17.370Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aea26be0-0ff7-442c-8fcb-bd991fd04f46 matches Tosca VF Customization UUID: aea26be0-0ff7-442c-8fcb-bd991fd04f46
2022-08-28T04:53:17.370Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||vfCustomizationUUID: aea26be0-0ff7-442c-8fcb-bd991fd04f46 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-08-28T04:53:17.371Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:17.371Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T04:53:17.372Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||resource request for resource customization id aea26be0-0ff7-442c-8fcb-bd991fd04f46: {\"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-08-28T04:53:17.372Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a74ae35
2022-08-28T04:53:17.372Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:17.373Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Service vFW 2022-08-28 04-51-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T04:53:17.373Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b09212f5-e4a9-4db0-9279-bdec6fe73457
2022-08-28T04:53:17.373Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b09212f5-e4a9-4db0-9279-bdec6fe73457
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-08-28T04:53:17.374Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:17.374Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria
2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is matching search criteria
2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [vFW 3b52bd0e-3de7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T04:53:17.375Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vFW 3b52bd0e-3de7 0 is not matching search criteria
2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T04:53:17.376Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T04:53:17.377Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3eb269f-8f43-4fa7-bb4a-ad5645057edd
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-08-28T04:53:17.379Z|bdd6ccbc-547f-45c4-a249-227625008270|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87a810a9-43e8-4e7e-a94e-a52230e2b815/model-vers/model-ver/aedf1add-23d9-441b-8d4c-5bf99b4734b0?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery