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-03-21T06:09:18.434Z||main|||||INFO|500||The following profiles are active: basic
2022-03-21T06:09:33.731Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-21T06:09:33.732Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-21T06:09:33.858Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-21T06:09:39.532Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-21T06:09:40.156Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-21T06:09:40.892Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-21T06:09:40.903Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-21T06:09:41.034Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-21T06:09:41.357Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-21T06:09:42.275Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-21T06:09:45.016Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-21T06:09:49.296Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-21T06:09:49.378Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-21T06:09:50.121Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-21T06:09:50.340Z||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-03-21T06:09:52.347Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-21T06:09:53.996Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-21T06:09:54.042Z||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$$9ade955a.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-03-21T06:09:54.043Z||main|||||WARN|500||The sdc end point is not alive
2022-03-21T06:09:59.287Z||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-03-21T06:10:03.597Z||main|||||WARN|500||---
2022-03-21T06:10:03.598Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-21T06:10:03.599Z||main|||||WARN|500||---
2022-03-21T06:10:04.224Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-21T06:10:10.768Z||main|||||INFO|500||Started Application in 56.974 seconds (JVM running for 60.045)
2022-03-21T06:10:10.804Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-21T06:10:10.806Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-21T06:10:10.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-21T06:10:10.853Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-21T06:10:10.906Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b849af13-43d8-40d8-b0af-0df45e3e33c5 url= /sdc/v1/artifactTypes
2022-03-21T06:10:10.907Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-21T06:10:11.284Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-21T06:10:11.326Z||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-03-21T06:10:11.381Z||scheduling-1|||||DEBUG|500||create keys
2022-03-21T06:10:11.390Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-21T06:10:11.480Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:10:11.502Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d6240723-50f1-460b-bae4-5f70633286ce url= /sdc/v1/registerForDistribution
2022-03-21T06:10:11.770Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d6240723-50f1-460b-bae4-5f70633286ce url= /sdc/v1/registerForDistribution
2022-03-21T06:10:11.770Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-21T06:10:11.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:10:11.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:10:11.793Z||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-03-21T06:10:11.793Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:10:11.793Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-21T06:10:11.794Z||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-03-21T06:10:11.794Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:10:22.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:10:22.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:11:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:11:11.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-03-21T06:11:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:11:11.785Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:11:11.786Z||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-03-21T06:11:11.787Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:11:21.361Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:11:21.373Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:12:11.779Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:12:11.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-03-21T06:12:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:12:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:12:11.784Z||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-03-21T06:12:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:12:21.377Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:12:21.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:13:11.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:13:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:13:11.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-03-21T06:13:11.783Z||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-03-21T06:13:11.783Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:13:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:13:21.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:13:21.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:14:11.779Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:14:11.780Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:14:11.781Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:14:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:14:11.790Z||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-03-21T06:14:11.791Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:14:21.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:14:21.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:15:11.779Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:15:11.781Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:15:11.781Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:15:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:15:11.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-03-21T06:15:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:15:21.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:15:21.384Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:16:11.780Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:16:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:16:11.784Z||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-03-21T06:16:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:16:11.785Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:16:11.785Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:16:21.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:16:21.380Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:17:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:17:11.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:17:11.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-03-21T06:17:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:17:11.781Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:17:11.783Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:17:21.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:17:21.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:18:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:18:11.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:18:11.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:18:11.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-03-21T06:18:11.783Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:18:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:18:21.380Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:18:21.404Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:19:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:19:11.781Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:19:11.781Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:19:11.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:19:11.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-03-21T06:19:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:19:21.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:19:21.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:19:37.624Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-21T06:20:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:20:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:20:11.781Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:20:11.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:20:11.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-03-21T06:20:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:20:21.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:20:21.415Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:20:37.445Z||http-nio-8085-exec-2|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@63ab5483 ((conn=1449) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-21T06:21:11.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:21:11.781Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:21:11.782Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:21:11.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:21:11.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-03-21T06:21:11.786Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:21:21.359Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:21:21.359Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:22:11.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:22:11.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-03-21T06:22:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:22:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:22:11.783Z||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-03-21T06:22:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:22:21.370Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:22:21.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:23:11.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:23:11.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-03-21T06:23:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:23:11.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:23:11.784Z||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-03-21T06:23:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:23:21.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:23:21.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:24:11.780Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:24:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:24:11.783Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:24:11.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-03-21T06:24:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:24:11.783Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:24:21.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:24:21.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:25:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:25:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:25:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:25:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:25:11.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-03-21T06:25:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:25:21.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:25:21.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:26:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:26:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:26:11.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:26:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:26:11.783Z||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-03-21T06:26:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:26:21.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:26:21.418Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:27:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:27:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:27:11.782Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:27:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:27:11.783Z||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-03-21T06:27:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:27:21.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:27:21.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:28:11.780Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:28:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:28:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:28:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:28:11.784Z||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-03-21T06:28:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:28:21.360Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:28:21.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:29:11.780Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:29:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:29:11.782Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:29:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:29:11.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-03-21T06:29:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:29:21.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:29:21.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:30:11.780Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:30:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:30:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:30:11.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:30:11.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-03-21T06:30:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:30:21.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:30:21.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:31:11.780Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:31:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:31:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:31:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:31:11.783Z||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-03-21T06:31:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:31:21.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:31:21.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:32:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:32:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:32:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:32:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:32:11.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-03-21T06:32:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:32:21.350Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:32:21.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:33:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:33:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:33:11.782Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:33:11.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:33:11.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-03-21T06:33:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:33:21.356Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:33:21.357Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:34:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:34:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:34:11.782Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:34:11.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:34:11.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-03-21T06:34:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:34:21.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:34:21.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:35:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:35:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:35:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:35:11.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:35:11.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-03-21T06:35:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:35:21.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:35:21.356Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:36:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:36:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:36:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:36:11.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:36:11.784Z||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-03-21T06:36:11.785Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:36:21.360Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:36:21.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:37:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:37:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:37:11.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:37:11.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:37:11.783Z||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-03-21T06:37:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:37:21.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:37:21.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:38:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:38:11.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-03-21T06:38:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:38:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:38:11.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-03-21T06:38:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:38:21.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:38:21.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:39:11.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:39:11.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-03-21T06:39:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:39:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:39:11.783Z||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-03-21T06:39:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:39:21.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:39:21.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:40:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:40:11.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-03-21T06:40:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:40:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:40:11.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-03-21T06:40:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:40:21.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:40:21.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:41:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:41:11.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-03-21T06:41:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:41:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:41:11.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-03-21T06:41:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:41:21.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:41:21.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:42:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:42:11.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-03-21T06:42:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:42:11.783Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:42:11.783Z||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-03-21T06:42:11.783Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:42:21.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:42:21.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:43:11.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:43:11.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:43:11.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-03-21T06:43:11.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-03-21T06:43:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:43:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:43:21.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:43:21.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:44:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:44:11.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-03-21T06:44:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:44:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:44:11.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-03-21T06:44:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:44:21.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:44:21.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:45:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:45:11.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-03-21T06:45:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:45:11.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:45:11.783Z||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-03-21T06:45:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:45:21.380Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:45:21.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:46:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:46:11.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-03-21T06:46:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:46:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:46:11.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-03-21T06:46:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:46:21.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:46:21.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:47:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:47:11.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-03-21T06:47:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:47:11.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:47:11.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-03-21T06:47:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:47:21.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:47:21.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:48:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:48:11.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-03-21T06:48:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:48:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:48:11.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-03-21T06:48:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:48:21.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:48:21.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:49:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:49:11.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-03-21T06:49:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:49:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:49:11.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-03-21T06:49:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:49:21.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:49:21.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:50:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:50:11.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-03-21T06:50:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:50:11.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:50:11.783Z||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-03-21T06:50:11.783Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:50:21.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:50:21.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:51:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:51:11.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-03-21T06:51:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:51:11.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:51:11.784Z||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-03-21T06:51:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:51:21.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:51:21.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:52:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:52:11.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-03-21T06:52:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:52:11.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:52:11.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-03-21T06:52:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:52:21.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:52:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:53:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:53:11.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-03-21T06:53:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:53:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:53:11.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-03-21T06:53:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:53:21.362Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:53:21.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:54:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:54:11.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-03-21T06:54:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:54:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:54:11.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-03-21T06:54:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:54:21.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:54:21.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:55:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:55:11.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-03-21T06:55:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:55:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:55:11.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-03-21T06:55:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:55:21.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:55:21.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:56:11.779Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:56:11.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-03-21T06:56:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:56:11.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:56:11.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-03-21T06:56:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:56:21.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:56:21.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:57:11.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:57:11.781Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:57:11.781Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:57:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:57:11.784Z||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-03-21T06:57:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T06:57:21.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:57:21.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:58:11.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:58:11.780Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:58:11.780Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:58:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:58:11.784Z||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-03-21T06:58:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:58:21.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:58:21.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:59:11.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:59:11.780Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T06:59:11.781Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T06:59:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T06:59:11.783Z||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-03-21T06:59:11.785Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T06:59:21.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T06:59:21.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:00:11.780Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:00:11.782Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:00:11.782Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:00:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:00:11.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-03-21T07:00:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:00:21.416Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:00:21.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:01:11.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:01:11.781Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:01:11.781Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:01:11.783Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:01:11.784Z||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-03-21T07:01:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:01:21.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:01:21.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:02:11.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:02:11.781Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:02:11.781Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:02:11.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:02:11.783Z||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-03-21T07:02:11.783Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:02:21.364Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:02:21.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:03:11.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:03:11.780Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:03:11.780Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:03:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:03:11.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-03-21T07:03:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:03:21.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:03:21.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:04:11.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:04:11.781Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:04:11.781Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:04:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:04:11.784Z||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-03-21T07:04:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:04:21.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:04:21.397Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:05:11.779Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:05:11.781Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:05:11.781Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:05:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:05:11.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-03-21T07:05:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:05:21.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:05:21.373Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:06:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:06:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:06:11.781Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:06:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:06:11.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-03-21T07:06:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:06:21.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:06:21.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:07:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:07:11.781Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:07:11.781Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:07:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:07:11.783Z||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-03-21T07:07:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:07:21.348Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:07:21.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:08:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:08:11.781Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:08:11.781Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:08:11.783Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:08:11.783Z||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-03-21T07:08:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:08:21.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:08:21.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:09:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:09:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:09:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:09:11.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:09:11.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-03-21T07:09:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:09:21.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:09:21.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:10:11.780Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:10:11.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:10:11.783Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:10:11.783Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:10:11.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-03-21T07:10:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:10:21.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:10:21.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:11:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:11:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:11:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:11:11.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:11:11.782Z||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-03-21T07:11:11.782Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:11:21.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:11:21.402Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:12:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:12:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:12:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:12:11.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:12:11.782Z||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-03-21T07:12:11.782Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:12:21.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:12:21.366Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:13:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:13:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:13:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:13:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:13:11.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-03-21T07:13:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:13:21.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:13:21.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:14:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:14:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:14:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:14:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:14:11.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-03-21T07:14:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:14:21.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:14:21.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:15:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:15:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:15:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:15:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:15:11.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-03-21T07:15:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:15:21.388Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:15:21.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:16:11.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:16:11.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-03-21T07:16:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:16:11.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:16:11.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-03-21T07:16:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:16:21.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:16:21.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:17:11.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:17:11.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-03-21T07:17:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:17:11.782Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:17:11.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-03-21T07:17:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:17:21.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:17:21.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:18:11.779Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:18:11.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-03-21T07:18:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:18:11.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:18:11.783Z||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-03-21T07:18:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:18:21.338Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:18:21.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:19:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:19:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:19:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:19:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:19:11.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-03-21T07:19:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:19:21.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:19:21.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:20:11.780Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:20:11.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:20:11.782Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:20:11.782Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:20:11.784Z||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-03-21T07:20:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:20:21.355Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:20:21.359Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:21:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:21:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:21:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:21:11.782Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:21:11.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-03-21T07:21:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:21:21.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:21:21.366Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:22:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:22:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:22:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:22:11.782Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:22:11.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-03-21T07:22:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:22:21.408Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:22:21.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:23:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:23:11.780Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:23:11.780Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:23:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:23:11.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-03-21T07:23:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:23:21.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:23:21.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:24:11.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:24:11.781Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:24:11.781Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:24:11.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:24:11.783Z||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-03-21T07:24:11.783Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:24:21.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:24:21.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:25:11.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:25:11.780Z||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-03-21T07:25:11.781Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:25:11.783Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:25:11.783Z||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-03-21T07:25:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:25:21.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:25:21.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:26:11.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:26:11.780Z||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-03-21T07:26:11.781Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:26:11.782Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:26:11.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-03-21T07:26:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:26:21.336Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:26:21.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:27:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:27:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:27:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:27:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:27:11.784Z||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-03-21T07:27:11.785Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:27:21.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:27:21.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:28:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:28:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:28:11.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:28:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:28:11.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-03-21T07:28:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:28:21.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:28:21.356Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:29:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:29:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:29:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:29:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:29:11.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-03-21T07:29:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:29:21.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:29:21.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:30:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:30:11.781Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:30:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:30:11.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:30:11.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-03-21T07:30:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:30:21.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:30:21.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:31:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:31:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:31:11.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:31:11.782Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:31:11.783Z||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-03-21T07:31:11.783Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:31:21.403Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:31:21.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:32:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:32:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:32:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:32:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:32:11.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-03-21T07:32:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:32:21.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:32:21.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:33:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:33:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:33:11.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:33:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:33:11.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-03-21T07:33:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:33:21.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:33:21.388Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:34:11.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:34:11.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-03-21T07:34:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:34:11.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:34:11.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-03-21T07:34:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:34:21.370Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:34:21.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:35:11.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:35:11.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-03-21T07:35:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:35:11.783Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:35:11.784Z||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-03-21T07:35:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:35:21.371Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:35:21.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:36:11.779Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:36:11.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-03-21T07:36:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:36:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:36:11.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-03-21T07:36:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:36:21.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:36:21.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:37:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:37:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:37:11.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:37:11.782Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:37:11.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-03-21T07:37:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:37:21.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:37:21.353Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:38:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:38:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:38:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:38:11.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:38:11.782Z||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-03-21T07:38:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:38:21.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:38:21.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:39:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:39:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:39:11.781Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:39:11.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:39:11.782Z||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-03-21T07:39:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:39:21.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:39:21.512Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:40:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:40:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:40:11.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:40:11.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:40:11.782Z||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-03-21T07:40:11.782Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:40:21.410Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:40:21.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:41:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:41:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:41:11.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:41:11.782Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:41:11.782Z||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-03-21T07:41:11.782Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:41:21.407Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:41:21.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:42:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:42:11.780Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:42:11.780Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:42:11.782Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:42:11.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-03-21T07:42:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:42:21.397Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:42:21.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:11.779Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:43:11.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:43:11.784Z||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-03-21T07:43:11.784Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:11.786Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-21T07:43:11.786Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:12.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:12.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"78803300-ff14-4130-8617-e924d7e570fb","serviceName":"basic_onboard_IULXrX","serviceVersion":"1.0","serviceUUID":"bdc1efc0-21b7-46fd-b61e-19d9a1369780","serviceDescription":"service","serviceInvariantUUID":"01069799-23ae-48e3-9ec3-dbd115534594","resources":[{"resourceInstanceName":"basic_onboard_IULXrX 0","resourceName":"basic_onboard_IULXrX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"88084c59-3ad1-4b80-8cb5-587b88cf4f5c","resourceInvariantUUID":"e949b477-df35-4b7f-9b81-0e5172237a31","resourceCustomizationUUID":"a4161728-2d75-4a2f-ac91-0623051bf87e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vf-license-model.xml","artifactChecksum":"ZGY0MjljNmJjMjVjZjc3YTI2ZTViOTAyNDhiMWQyYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48715627-0700-425f-b6ff-266a495a67be","artifactVersion":"1"},{"artifactName":"basic_onboard_iulxrx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json","artifactChecksum":"MzNmNmYwNmMwMjE0OTk3ZWZjMTgxZDI1ZGVhNGQ2MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"54b4e3dc-39b4-4bbe-9ed2-1a6664b19f13","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"327d4712-e4e2-4fa2-a6dc-37d65287bc7b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74f214a7-9347-423b-ac62-058f07820abd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ebc5b8dd-2cac-4928-9f05-1a5e661b76f3","artifactVersion":"2","generatedFromUUID":"327d4712-e4e2-4fa2-a6dc-37d65287bc7b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIulxrx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-template.yml","artifactChecksum":"NGUyYWU3ZTJlN2M3YTE4NzQxNjE3N2ViMWM5ZjVkZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f0b3e76-da36-4d2a-abda-a6a403c384ad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIulxrx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar","artifactChecksum":"MTExZWIzZmQyZDgyNDQ0ZTA2MDU1ZmY0ZmNiNTM5MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"faf1905e-a6ee-4f60-9823-987911facf96","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T07:43:12.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:12.506Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:43:12.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848559120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.516Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:12.546Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:12.546Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848556660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848559277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848559120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848556660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "NOTIFIED"
}
2022-03-21T07:43:12.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848559277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848567731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848559120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848556660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-21T07:43:12.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848559277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-21T07:43:12.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848567731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848559120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848559277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848556660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848567731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848559120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848556660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-21T07:43:12.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848559277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848567731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "cds",
"timestamp": 1647848571509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848559120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848559277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848556660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848567731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "cds",
"timestamp": 1647848571509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848559120,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:43:12.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848559277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:43:12.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848556660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:43:12.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848567731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "cds",
"timestamp": 1647848571509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848567731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "cds",
"timestamp": 1647848571509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848575138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848575006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:12.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:12.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848575841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:12.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:12.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848575509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:12.612Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:12.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "cds",
"timestamp": 1647848571509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848575138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848576524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T07:43:12.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:12.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "cds",
"timestamp": 1647848571509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848576591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:12.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:12.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848575138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:12.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:12.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:12.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "policy-id",
"timestamp": 1647848577530,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-03-21T07:43:12.645Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-21T07:43:12.652Z||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-03-21T07:43:12.653Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:12.691Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:12.692Z||pool-3-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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-03-21T07:43:12.928Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78803300-ff14-4130-8617-e924d7e570fb
2022-03-21T07:43:12.962Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78803300-ff14-4130-8617-e924d7e570fb 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-03-21T07:43:13.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "cds",
"timestamp": 1647848571509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:43:13.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:13.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848575138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:13.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:13.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848578280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:13.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:13.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848575138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:13.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:13.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "cds",
"timestamp": 1647848579922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:13.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:13.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848579412,
"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-03-21T07:43:13.050Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78803300-ff14-4130-8617-e924d7e570fb
2022-03-21T07:43:13.050Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78803300-ff14-4130-8617-e924d7e570fb 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-03-21T07:43:13.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848575138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:13.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:13.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "cds",
"timestamp": 1647848580955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T07:43:13.080Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78803300-ff14-4130-8617-e924d7e570fb
2022-03-21T07:43:13.080Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78803300-ff14-4130-8617-e924d7e570fb 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-03-21T07:43:13.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848580421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-21T07:43:13.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:13.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848581425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T07:43:13.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:13.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848575138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:43:13.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:43:13.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848582431,
"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-03-21T07:43:13.109Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78803300-ff14-4130-8617-e924d7e570fb
2022-03-21T07:43:13.109Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78803300-ff14-4130-8617-e924d7e570fb 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-03-21T07:43:13.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:43:13.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848583463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:13.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:43:13.556Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:43:13.557Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:13.559Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:13.560Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "NOTIFIED"
}
2022-03-21T07:43:13.661Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T07:43:13.663Z||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-03-21T07:43:13.663Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:13.683Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:13.684Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:43:14.560Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:43:14.561Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:14.566Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:14.566Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-21T07:43:14.666Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:43:14.668Z||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-03-21T07:43:14.669Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:14.695Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:14.696Z||pool-5-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:15.566Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:43:15.567Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:15.571Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:15.571Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:15.670Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-21T07:43:15.671Z||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-03-21T07:43:15.672Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:15.725Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:15.726Z||pool-6-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:16.572Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:43:16.573Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:16.576Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:16.576Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-21T07:43:16.676Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:43:16.677Z||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-03-21T07:43:16.678Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:16.698Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:16.699Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:17.577Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:43:17.578Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:17.580Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:17.580Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:43:17.681Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T07:43:17.683Z||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-03-21T07:43:17.683Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:17.728Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:17.729Z||pool-8-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:18.580Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:43:18.581Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:18.601Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:18.601Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:43:18.685Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-03-21T07:43:18.686Z||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-03-21T07:43:18.686Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:18.808Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:18.808Z||pool-9-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:19.605Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"serviceName": "basic_onboard_IULXrX",
"serviceVersion": "1.0",
"serviceUUID": "bdc1efc0-21b7-46fd-b61e-19d9a1369780",
"serviceDescription": "service",
"serviceInvariantUUID": "01069799-23ae-48e3-9ec3-dbd115534594",
"resources": [
{
"resourceInstanceName": "basic_onboard_IULXrX 0",
"resourceCustomizationUUID": "a4161728-2d75-4a2f-ac91-0623051bf87e",
"resourceName": "basic_onboard_IULXrX",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "88084c59-3ad1-4b80-8cb5-587b88cf4f5c",
"resourceInvariantUUID": "e949b477-df35-4b7f-9b81-0e5172237a31",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_iulxrx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"artifactChecksum": "MzNmNmYwNmMwMjE0OTk3ZWZjMTgxZDI1ZGVhNGQ2MjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54b4e3dc-39b4-4bbe-9ed2-1a6664b19f13",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "327d4712-e4e2-4fa2-a6dc-37d65287bc7b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ebc5b8dd-2cac-4928-9f05-1a5e661b76f3",
"generatedFromUUID": "327d4712-e4e2-4fa2-a6dc-37d65287bc7b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ebc5b8dd-2cac-4928-9f05-1a5e661b76f3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIulxrx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"artifactChecksum": "MTExZWIzZmQyZDgyNDQ0ZTA2MDU1ZmY0ZmNiNTM5MTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "faf1905e-a6ee-4f60-9823-987911facf96"
}
],
"workloadContext": "Production"
}
2022-03-21T07:43:19.607Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T07:43:19.607Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bdc1efc0-21b7-46fd-b61e-19d9a1369780 ASDC
2022-03-21T07:43:19.760Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:78803300-ff14-4130-8617-e924d7e570fb
ServiceName:basic_onboard_IULXrX
ServiceVersion:1.0
ServiceUUID:bdc1efc0-21b7-46fd-b61e-19d9a1369780
ServiceInvariantUUID:01069799-23ae-48e3-9ec3-dbd115534594
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIulxrx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar
ArtifactUUID:faf1905e-a6ee-4f60-9823-987911facf96
ArtifactChecksum:MTExZWIzZmQyZDgyNDQ0ZTA2MDU1ZmY0ZmNiNTM5MTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IULXrX 0
ResourceCustomizationUUID:a4161728-2d75-4a2f-ac91-0623051bf87e
ResourceInvariantUUID:e949b477-df35-4b7f-9b81-0e5172237a31
ResourceName:basic_onboard_IULXrX
ResourceType:VF
ResourceUUID:88084c59-3ad1-4b80-8cb5-587b88cf4f5c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iulxrx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json
ArtifactUUID:54b4e3dc-39b4-4bbe-9ed2-1a6664b19f13
ArtifactChecksum:MzNmNmYwNmMwMjE0OTk3ZWZjMTgxZDI1ZGVhNGQ2MjA=
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/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:327d4712-e4e2-4fa2-a6dc-37d65287bc7b
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/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env
ArtifactUUID:ebc5b8dd-2cac-4928-9f05-1a5e661b76f3
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/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env
ArtifactUUID:ebc5b8dd-2cac-4928-9f05-1a5e661b76f3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-21T07:43:19.761Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdc1efc0-21b7-46fd-b61e-19d9a1369780 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-03-21T07:43:19.852Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T07:43:19.854Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T07:43:19.856Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T07:43:19.857Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: faf1905e-a6ee-4f60-9823-987911facf96 from URL: /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:19.857Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T07:43:19.859Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:21.304Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T07:43:21.322Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar faf1905e-a6ee-4f60-9823-987911facf96 71601
2022-03-21T07:43:21.328Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar ASDC sendASDCNotification
2022-03-21T07:43:21.329Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:21.330Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:43:21.332Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:21.335Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:21.335Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848601325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:21.435Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T07:43:21.436Z||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-03-21T07:43:21.436Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:21.451Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:21.451Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:22.336Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T07:43:22.337Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T07:43:22.338Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: faf1905e-a6ee-4f60-9823-987911facf96, URL: /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar to file: /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:22.340Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:22.617Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:22.618Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:23.552Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12018422492824973991/Definitions/service-BasicOnboardIulxrx-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-03-21T07:43:26.467Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T07:43:26.476Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T07:43:26.477Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.477Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-21T07:43:26.478Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.478Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.478Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.478Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.479Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.479Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.479Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.479Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.480Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IULXrX 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-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:26.480Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T07:43:26.491Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.493Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:26.501Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is matching search criteria
2022-03-21T07:43:26.501Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T07:43:26.503Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IULXrX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T07:43:26.505Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.505Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:26.506Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is matching search criteria
2022-03-21T07:43:26.506Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T07:43:26.506Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IULXrX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T07:43:26.506Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.507Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:26.511Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.511Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is not matching search criteria
2022-03-21T07:43:26.512Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-21T07:43:26.512Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-21T07:43:26.512Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-21T07:43:26.512Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-21T07:43:26.513Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T07:43:26.513Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.513Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T07:43:26.515Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.515Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is matching search criteria
2022-03-21T07:43:26.516Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IULXrX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:43:26.516Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.517Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is matching search criteria
2022-03-21T07:43:26.517Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IULXrX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:43:26.517Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.517Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is matching search criteria
2022-03-21T07:43:26.518Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IULXrX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:43:26.518Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.518Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is not matching search criteria
2022-03-21T07:43:26.518Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-21T07:43:26.519Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-21T07:43:26.519Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b1c1a673-f15c-441f-8f6b-4ccaba95ba78
2022-03-21T07:43:26.520Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.520Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:26.520Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.520Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:26.521Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.521Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:26.522Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:26.522Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:26.522Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_IULXrX
Description:service
Model UUID:bdc1efc0-21b7-46fd-b61e-19d9a1369780
Model Version:NULL
Model InvariantUuid:01069799-23ae-48e3-9ec3-dbd115534594
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_IULXrX
Model UUID:1e098c3d-c8df-4c20-a1cf-4abf509f89a2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e949b477-df35-4b7f-9b81-0e5172237a31
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a4161728-2d75-4a2f-ac91-0623051bf87e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:be1c944a-00e6-4c81-b678-1641621e0564
ModelName:BasicOnboardIulxrx..base_ubuntu18..module-0
ModelUuid:bc450179-ebeb-4e2e-a948-d73ff739aa73
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b1c1a673-f15c-441f-8f6b-4ccaba95ba78
ModelInvariantUuid:75b46383-de8b-4366-a2ea-07b1538e0064
ModelName:basic_onboard_IULXrX-nodes.ubuntu18Cvfc
ModelUuid:feaf35ed-68b6-47e0-a9a7-3f80f956115a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1593d1a8-4d01-4ace-8ec6-d861eac4e98b
ModelInvariantUuid:b36486d0-ad24-4f8e-ba3d-ce6d0dd75801
ModelName:BasicOnboardIulxrx.compute.nodes.heat.ubuntu18
ModelUuid:1025b790-a296-4ad8-bb06-2d53f8121135
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-03-21T07:43:26.561Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 88084c59-3ad1-4b80-8cb5-587b88cf4f5c
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-03-21T07:43:26.747Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||basic_onboard_IULXrX 0
2022-03-21T07:43:26.757Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 88084c59-3ad1-4b80-8cb5-587b88cf4f5c
2022-03-21T07:43:26.757Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 54b4e3dc-39b4-4bbe-9ed2-1a6664b19f13 from URL: /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json
2022-03-21T07:43:26.758Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T07:43:26.759Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json
2022-03-21T07:43:27.580Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T07:43:27.581Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json 54b4e3dc-39b4-4bbe-9ed2-1a6664b19f13 798
2022-03-21T07:43:27.582Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json ASDC sendASDCNotification
2022-03-21T07:43:27.582Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json
2022-03-21T07:43:27.582Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:43:27.583Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:27.587Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:27.588Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848607582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:27.691Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T07:43:27.692Z||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-03-21T07:43:27.692Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:27.737Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:27.738Z||pool-11-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:28.591Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIulxrx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be1c944a-00e6-4c81-b678-1641621e0564",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc450179-ebeb-4e2e-a948-d73ff739aa73",
"vfModuleModelCustomizationUUID": "490758f5-e804-4456-83c7-c476d804d961",
"isBase": true,
"artifacts": [
"327d4712-e4e2-4fa2-a6dc-37d65287bc7b",
"ebc5b8dd-2cac-4928-9f05-1a5e661b76f3"
],
"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-03-21T07:43:28.624Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIulxrx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc450179-ebeb-4e2e-a948-d73ff739aa73
VfModuleModelInvariantUUID:be1c944a-00e6-4c81-b678-1641621e0564
VfModuleModelDescription:NULL
Artifacts UUID List:{
327d4712-e4e2-4fa2-a6dc-37d65287bc7b
,
ebc5b8dd-2cac-4928-9f05-1a5e661b76f3
}
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-03-21T07:43:28.629Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIulxrx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "be1c944a-00e6-4c81-b678-1641621e0564",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc450179-ebeb-4e2e-a948-d73ff739aa73",
"vfModuleModelCustomizationUUID": "490758f5-e804-4456-83c7-c476d804d961",
"isBase": true,
"artifacts": [
"327d4712-e4e2-4fa2-a6dc-37d65287bc7b",
"ebc5b8dd-2cac-4928-9f05-1a5e661b76f3"
],
"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-03-21T07:43:28.629Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIulxrx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc450179-ebeb-4e2e-a948-d73ff739aa73
VfModuleModelInvariantUUID:be1c944a-00e6-4c81-b678-1641621e0564
VfModuleModelDescription:NULL
Artifacts UUID List:{
327d4712-e4e2-4fa2-a6dc-37d65287bc7b
,
ebc5b8dd-2cac-4928-9f05-1a5e661b76f3
}
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-03-21T07:43:28.630Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 327d4712-e4e2-4fa2-a6dc-37d65287bc7b from URL: /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml
2022-03-21T07:43:28.631Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T07:43:28.631Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml
2022-03-21T07:43:29.410Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T07:43:29.417Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml 327d4712-e4e2-4fa2-a6dc-37d65287bc7b 5033
2022-03-21T07:43:29.418Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-21T07:43:29.418Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml
2022-03-21T07:43:29.418Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:43:29.419Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:29.421Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:29.421Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848609418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:29.521Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:43:29.522Z||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-03-21T07:43:29.522Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:29.536Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:29.537Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:43:30.422Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ebc5b8dd-2cac-4928-9f05-1a5e661b76f3 from URL: /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env
2022-03-21T07:43:30.423Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T07:43:30.423Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env
2022-03-21T07:43:30.701Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T07:43:30.701Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env ebc5b8dd-2cac-4928-9f05-1a5e661b76f3 909
2022-03-21T07:43:30.702Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-21T07:43:30.702Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env
2022-03-21T07:43:30.702Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:43:30.702Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:30.705Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:30.705Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848610702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:43:30.805Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:43:30.806Z||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-03-21T07:43:30.806Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:30.834Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:30.835Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:43:31.706Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: bdc1efc0-21b7-46fd-b61e-19d9a1369780
2022-03-21T07:43:31.706Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IULXrX 0 88084c59-3ad1-4b80-8cb5-587b88cf4f5c 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-03-21T07:43:31.754Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f19447f, org.onap.sdc.toscaparser.api.parameters.Input@7f9c1968, org.onap.sdc.toscaparser.api.parameters.Input@593d3797, org.onap.sdc.toscaparser.api.parameters.Input@2943512f, org.onap.sdc.toscaparser.api.parameters.Input@4c1cc2c4]
2022-03-21T07:43:31.759Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.759Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:31.760Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-03-21T07:43:31.760Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a4161728-2d75-4a2f-ac91-0623051bf87e
2022-03-21T07:43:31.760Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4161728-2d75-4a2f-ac91-0623051bf87e matches Tosca VF Customization UUID: a4161728-2d75-4a2f-ac91-0623051bf87e
2022-03-21T07:43:31.760Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a4161728-2d75-4a2f-ac91-0623051bf87e 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-03-21T07:43:31.770Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.771Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:31.772Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a4161728-2d75-4a2f-ac91-0623051bf87e: {\"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-03-21T07:43:31.773Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@474cc0fd
2022-03-21T07:43:31.773Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.773Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T07:43:31.773Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 490758f5-e804-4456-83c7-c476d804d961
2022-03-21T07:43:31.775Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 490758f5-e804-4456-83c7-c476d804d961
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-03-21T07:43:31.784Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.784Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is matching search criteria
2022-03-21T07:43:31.785Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IULXrX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:43:31.786Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.786Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is matching search criteria
2022-03-21T07:43:31.786Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IULXrX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:43:31.787Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.787Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is not matching search criteria
2022-03-21T07:43:31.787Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-21T07:43:31.787Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-21T07:43:31.787Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b1c1a673-f15c-441f-8f6b-4ccaba95ba78
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-03-21T07:43:31.818Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.819Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is matching search criteria
2022-03-21T07:43:31.819Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IULXrX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:43:31.819Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.820Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_IULXrX 0 is matching search criteria
2022-03-21T07:43:31.820Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_IULXrX 0] matching following query criteria: sdcType=VF, customizationUUID=a4161728-2d75-4a2f-ac91-0623051bf87e
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-03-21T07:43:31.823Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.824Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:31.824Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid bdc1efc0-21b7-46fd-b61e-19d9a1369780: basic_onboard_IULXrX
2022-03-21T07:43:31.824Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.825Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:31.825Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.825Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:31.825Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.826Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:31.826Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.826Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:31.826Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:43:31.827Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_IULXrX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:43:31.827Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_IULXrX
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-03-21T07:43:32.066Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IULXrX 88084c59-3ad1-4b80-8cb5-587b88cf4f5c 1 ASDC deployResourceStructure
2022-03-21T07:43:32.067Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json ASDC sendASDCNotification
2022-03-21T07:43:32.067Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json
2022-03-21T07:43:32.068Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T07:43:32.068Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:32.070Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:32.070Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848612067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-21T07:43:32.171Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:43:32.172Z||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-03-21T07:43:32.172Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:32.203Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:32.205Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:33.071Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-21T07:43:33.072Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml
2022-03-21T07:43:33.072Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T07:43:33.073Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:33.075Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:33.075Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848613071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-21T07:43:33.175Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T07:43:33.177Z||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-03-21T07:43:33.177Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:33.210Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:33.211Z||pool-15-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:34.078Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-21T07:43:34.078Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env
2022-03-21T07:43:34.079Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T07:43:34.080Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:34.083Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:34.083Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848614078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-21T07:43:34.183Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:43:34.185Z||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-03-21T07:43:34.185Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:34.210Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:34.211Z||pool-16-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:43:35.085Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar ASDC sendASDCNotification
2022-03-21T07:43:35.086Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar
2022-03-21T07:43:35.086Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T07:43:35.087Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:43:35.090Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:43:35.090Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848615085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T07:43:35.190Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T07:43:35.191Z||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-03-21T07:43:35.192Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:43:35.206Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:43:35.207Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:43:36.092Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:43:36.122Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:43:36.133Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T07:43:36.134Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T07:43:36.134Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T07:44:06.135Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:44:06.165Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:44:06.170Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T07:44:06.170Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T07:44:06.170Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T07:44:11.782Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:44:11.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-03-21T07:44:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:44:11.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:44:11.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-21T07:44:11.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:44:11.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-21T07:44:36.171Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:44:36.194Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:44:36.200Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T07:44:36.200Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T07:44:36.200Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T07:45:06.200Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:45:06.222Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:45:06.229Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T07:45:06.229Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T07:45:06.229Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T07:45:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:45:11.784Z||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-03-21T07:45:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:45:12.346Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:45:12.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "NOTIFIED"
}
2022-03-21T07:45:12.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:45:12.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-21T07:45:12.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:45:12.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:45:12.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:45:12.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-21T07:45:12.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:45:12.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848597114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-21T07:45:12.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:45:12.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:45:12.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:45:12.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "aai-ml",
"timestamp": 1647848598123,
"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-03-21T07:45:12.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 78803300-ff14-4130-8617-e924d7e570fb
2022-03-21T07:45:12.363Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78803300-ff14-4130-8617-e924d7e570fb 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-03-21T07:45:12.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848591779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:45:12.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:45:12.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848601325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:45:12.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:45:12.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848607582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:45:12.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:45:12.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848609418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:45:12.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:45:12.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848610702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:45:12.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:45:12.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848612067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/basic_onboard_iulxrx0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-21T07:45:12.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:45:12.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848613071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-21T07:45:12.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:45:12.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848614078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/resourceInstances/basic_onboard_iulxrx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-21T07:45:12.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:45:12.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:45:12.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848615085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIulxrx/1.0/artifacts/service-BasicOnboardIulxrx-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T07:45:12.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:45:36.230Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:45:36.251Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb
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-03-21T07:45:36.256Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T07:45:36.256Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T07:45:36.256Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T07:45:36.256Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T07:45:36.256Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-03-21T07:45:36.257Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T07:45:36.263Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T07:46:06.264Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78803300-ff14-4130-8617-e924d7e570fb 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-03-21T07:46:06.283Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78803300-ff14-4130-8617-e924d7e570fb and serviceModelVersionId: bdc1efc0-21b7-46fd-b61e-19d9a1369780
2022-03-21T07:46:06.284Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01069799-23ae-48e3-9ec3-dbd115534594
2022-03-21T07:46:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:46:11.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-03-21T07:46:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:21.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:23.775Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0
2022-03-21T07:46:23.938Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T07:46:24.619Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-03-21T07:46:24.625Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Invoke
2022-03-21T07:46:26.212Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-03-21T07:46:26.214Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Invoke
2022-03-21T07:46:27.742Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-03-21T07:46:27.745Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Invoke
2022-03-21T07:46:28.782Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-21T07:46:28.784Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-03-21T07:46:28.785Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-21T07:46:28.786Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-03-21T07:46:28.792Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-03-21T07:46:28.794Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78803300-ff14-4130-8617-e924d7e570fb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-21T07:46:28.796Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-21T07:46:28.796Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:28.798Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:28.798Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848788794,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-21T07:46:28.901Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-21T07:46:28.902Z||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-03-21T07:46:28.902Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:28.938Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:28.939Z||pool-18-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T07:46:29.836Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:46:29.836Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-03-21T07:46:29.837Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:34.248Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:34.250Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||received message from topic
2022-03-21T07:46:34.250Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"6bb6bb77-0e73-459f-b738-85770f922605","serviceName":"vFW 2022-03-21 07-42-38","serviceVersion":"1.0","serviceUUID":"2477d89b-4d38-4f4b-87cd-3e78453e5752","serviceDescription":"catalog service description","serviceInvariantUUID":"a9bb8387-9dcf-432e-a106-b5c38082e045","resources":[{"resourceInstanceName":"vFW 2fef3b24-2cf4 0","resourceName":"vFW 2fef3b24-2cf4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"457340ce-f309-488e-8c13-6990e0d3bd4f","resourceInvariantUUID":"31fa00ea-2d11-40ef-8e9d-06605276c796","resourceCustomizationUUID":"c0f60f99-a315-4c91-a4af-39c138877f2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vf-license-model.xml","artifactChecksum":"NzVjMGNlMGI0YWYyMmJmMDI4MGVjOWUxZDU4ODc4MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5c0c378-0762-4006-8186-9dd733c3f03d","artifactVersion":"1"},{"artifactName":"vfw2fef3b242cf40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json","artifactChecksum":"MmRlZmFhN2UzMGM5ZGRlNTAzODk5MmNmMjk1YWM2YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a9d4b8c5-3c2e-43a4-8a5b-9598e041bbf3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f629a021-6603-46be-9852-04a3414814b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vendor-license-model.xml","artifactChecksum":"YzM4ZGY1ZTQ5MzI3YTkxNmI3MGU0NjU5YTkxMGY5ZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"540f621b-a507-48a8-bef6-a12843ec3e68","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb1ae6d1-347f-4c67-85df-f58b196cf57a","artifactVersion":"2","generatedFromUUID":"f629a021-6603-46be-9852-04a3414814b8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220321074238-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-template.yml","artifactChecksum":"M2E0MzVmMGQzZDM1Y2MzODI0MjFjNTgzNjBlNTcxZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfba6c84-e06b-493e-8611-5c08c50add1e","artifactVersion":"1"},{"artifactName":"service-Vfw20220321074238-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar","artifactChecksum":"NDQwZTk4NzQ3MjgwYmJhMzdhNzQ5OGU3NGIxMzA5NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1552166d-7dda-45d9-9334-4edc5d0f4ce8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T07:46:34.253Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:46:34.254Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:34.256Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:34.257Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:46:34.357Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:46:34.358Z||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-03-21T07:46:34.358Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:34.379Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:34.380Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:46:35.258Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:46:35.258Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:35.262Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:35.262Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "NOTIFIED"
}
2022-03-21T07:46:35.362Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T07:46:35.363Z||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-03-21T07:46:35.363Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:35.382Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:35.383Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:46:36.263Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:46:36.264Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:36.266Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:36.266Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T07:46:36.366Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:46:36.367Z||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-03-21T07:46:36.367Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:36.452Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:36.453Z||pool-21-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:46:37.266Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:46:37.267Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:37.270Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:37.270Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:46:37.371Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:46:37.372Z||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-03-21T07:46:37.372Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:37.410Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:37.411Z||pool-22-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:46:38.273Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:46:38.274Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:38.278Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:38.279Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T07:46:38.378Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-21T07:46:38.379Z||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-03-21T07:46:38.379Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:38.398Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:38.399Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:46:39.281Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:46:39.283Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:39.286Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:39.287Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:46:39.386Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T07:46:39.387Z||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-03-21T07:46:39.388Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:39.408Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:39.409Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:46:40.288Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:46:40.289Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:40.293Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:40.294Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:46:40.393Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-21T07:46:40.395Z||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-03-21T07:46:40.395Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:40.416Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:40.417Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:46:41.298Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"serviceName": "vFW 2022-03-21 07-42-38",
"serviceVersion": "1.0",
"serviceUUID": "2477d89b-4d38-4f4b-87cd-3e78453e5752",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a9bb8387-9dcf-432e-a106-b5c38082e045",
"resources": [
{
"resourceInstanceName": "vFW 2fef3b24-2cf4 0",
"resourceCustomizationUUID": "c0f60f99-a315-4c91-a4af-39c138877f2a",
"resourceName": "vFW 2fef3b24-2cf4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "457340ce-f309-488e-8c13-6990e0d3bd4f",
"resourceInvariantUUID": "31fa00ea-2d11-40ef-8e9d-06605276c796",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2fef3b242cf40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"artifactChecksum": "MmRlZmFhN2UzMGM5ZGRlNTAzODk5MmNmMjk1YWM2YWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a9d4b8c5-3c2e-43a4-8a5b-9598e041bbf3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f629a021-6603-46be-9852-04a3414814b8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb1ae6d1-347f-4c67-85df-f58b196cf57a",
"generatedFromUUID": "f629a021-6603-46be-9852-04a3414814b8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb1ae6d1-347f-4c67-85df-f58b196cf57a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220321074238-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"artifactChecksum": "NDQwZTk4NzQ3MjgwYmJhMzdhNzQ5OGU3NGIxMzA5NGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1552166d-7dda-45d9-9334-4edc5d0f4ce8"
}
],
"workloadContext": "Production"
}
2022-03-21T07:46:41.300Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T07:46:41.300Z|78803300-ff14-4130-8617-e924d7e570fb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2477d89b-4d38-4f4b-87cd-3e78453e5752 ASDC
2022-03-21T07:46:41.301Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||ASDC Notification:
DistributionID:6bb6bb77-0e73-459f-b738-85770f922605
ServiceName:vFW 2022-03-21 07-42-38
ServiceVersion:1.0
ServiceUUID:2477d89b-4d38-4f4b-87cd-3e78453e5752
ServiceInvariantUUID:a9bb8387-9dcf-432e-a106-b5c38082e045
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220321074238-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar
ArtifactUUID:1552166d-7dda-45d9-9334-4edc5d0f4ce8
ArtifactChecksum:NDQwZTk4NzQ3MjgwYmJhMzdhNzQ5OGU3NGIxMzA5NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2fef3b24-2cf4 0
ResourceCustomizationUUID:c0f60f99-a315-4c91-a4af-39c138877f2a
ResourceInvariantUUID:31fa00ea-2d11-40ef-8e9d-06605276c796
ResourceName:vFW 2fef3b24-2cf4
ResourceType:VF
ResourceUUID:457340ce-f309-488e-8c13-6990e0d3bd4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2fef3b242cf40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json
ArtifactUUID:a9d4b8c5-3c2e-43a4-8a5b-9598e041bbf3
ArtifactChecksum:MmRlZmFhN2UzMGM5ZGRlNTAzODk5MmNmMjk1YWM2YWM=
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/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml
ArtifactUUID:f629a021-6603-46be-9852-04a3414814b8
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/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env
ArtifactUUID:bb1ae6d1-347f-4c67-85df-f58b196cf57a
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/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env
ArtifactUUID:bb1ae6d1-347f-4c67-85df-f58b196cf57a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-21T07:46:41.303Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2477d89b-4d38-4f4b-87cd-3e78453e5752 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-03-21T07:46:41.360Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T07:46:41.361Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||MSO config path is: /app
2022-03-21T07:46:41.362Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||MSO config path is: /app
2022-03-21T07:46:41.362Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Trying to download the artifact UUID: 1552166d-7dda-45d9-9334-4edc5d0f4ce8 from URL: /sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar
2022-03-21T07:46:41.362Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - download
2022-03-21T07:46:41.363Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar
2022-03-21T07:46:41.815Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||GET Response Status 200
2022-03-21T07:46:41.840Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar 1552166d-7dda-45d9-9334-4edc5d0f4ce8 98956
2022-03-21T07:46:41.840Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar ASDC sendASDCNotification
2022-03-21T07:46:41.840Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar
2022-03-21T07:46:41.840Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:46:41.841Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:41.843Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:41.843Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848801840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:46:41.945Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-21T07:46:41.947Z||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-03-21T07:46:41.947Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:41.967Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:41.968Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:46:42.844Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T07:46:42.845Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||MSO config path is: /app
2022-03-21T07:46:42.845Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Trying to write artifact UUID: 1552166d-7dda-45d9-9334-4edc5d0f4ce8, URL: /sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar to file: /app/ASDC/1/service-Vfw20220321074238-csar.csar
2022-03-21T07:46:42.846Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220321074238-csar.csar
2022-03-21T07:46:42.847Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220321074238-csar.csar
2022-03-21T07:46:42.847Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220321074238-csar.csar
2022-03-21T07:46:43.209Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17993858131893376087/Definitions/service-Vfw20220321074238-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-21T07:46:46.265Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-21T07:46:46.266Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|WARN|500||####################################################################################################
2022-03-21T07:46:46.266Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.266Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-21T07:46:46.266Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.266Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.266Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.266Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.267Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.267Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.267Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.267Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.267Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.267Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.268Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2fef3b24-2cf4 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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.268Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.268Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-Vfw20220321074238-csar.csar
2022-03-21T07:46:46.268Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|WARN|500||####################################################################################################
2022-03-21T07:46:46.268Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.269Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:46.269Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:46.269Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Search for entities recursively
2022-03-21T07:46:46.269Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T07:46:46.270Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.270Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:46.270Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:46.270Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Search for entities recursively
2022-03-21T07:46:46.271Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T07:46:46.271Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.271Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:46.271Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.272Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is not matching search criteria
2022-03-21T07:46:46.272Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:46:46.272Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T07:46:46.272Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.273Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:46.273Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T07:46:46.273Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.273Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:46:46.273Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T07:46:46.274Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T07:46:46.274Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.274Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:46.274Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T07:46:46.275Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:46.275Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T07:46:46.275Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.275Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T07:46:46.275Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.276Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T07:46:46.276Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.276Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:46.276Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:46:46.277Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.277Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:46.277Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:46:46.278Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.278Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:46.278Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:46:46.278Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.279Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is not matching search criteria
2022-03-21T07:46:46.279Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:46:46.279Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T07:46:46.279Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:46:46.279Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T07:46:46.280Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T07:46:46.280Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.280Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:46.280Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T07:46:46.280Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:46.281Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T07:46:46.281Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.281Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ccd126b2-d981-4832-a642-7b2b9cf3bcf7
2022-03-21T07:46:46.281Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.282Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is not matching search criteria
2022-03-21T07:46:46.282Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:46:46.282Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T07:46:46.282Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.282Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:46.283Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T07:46:46.283Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.283Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:46:46.283Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T07:46:46.283Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T07:46:46.284Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:46.284Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T07:46:46.284Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.284Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=964dfb83-8086-43c2-bf09-59a3a93c8cf7
2022-03-21T07:46:46.284Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.285Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is not matching search criteria
2022-03-21T07:46:46.285Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:46:46.285Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T07:46:46.285Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.286Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:46.286Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T07:46:46.286Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.286Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:46:46.286Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T07:46:46.287Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T07:46:46.287Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:46.287Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:46.287Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T07:46:46.287Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=825d2326-0746-478f-8711-6865f96ebec5
2022-03-21T07:46:46.288Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.288Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:46.288Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.288Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:46.289Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.289Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:46.289Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:46.289Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:46.290Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-21 07-42-38
Description:catalog service description
Model UUID:2477d89b-4d38-4f4b-87cd-3e78453e5752
Model Version:NULL
Model InvariantUuid:a9bb8387-9dcf-432e-a106-b5c38082e045
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2fef3b24-2cf4
Model UUID:c771477f-4bf2-49ca-a2aa-689e1b1a0ccf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:31fa00ea-2d11-40ef-8e9d-06605276c796
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c0f60f99-a315-4c91-a4af-39c138877f2a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1b0935cf-e380-426d-86a5-2b894e6b3d5d
ModelName:Vfw2fef3b242cf4..base_vfw..module-0
ModelUuid:a53dc7d1-a267-40f5-8d18-8c06f3476b8d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ccd126b2-d981-4832-a642-7b2b9cf3bcf7
ModelInvariantUuid:f10be218-8ba5-4be8-b56e-d451e55655f4
ModelName:vFW 2fef3b24-2cf4-nodes.vfwCvfc
ModelUuid:1288ff62-860a-45bc-9332-aa02a1a675c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0eb337b4-8d47-4d86-b50e-a9026704894f
ModelInvariantUuid:968f6f37-e1fa-47ec-a25f-c92210f65576
ModelName:Vfw2fef3b242cf4.compute.nodes.heat.vfw
ModelUuid:21e4df9d-7702-4609-92bf-c5ec4c3d4e33
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:964dfb83-8086-43c2-bf09-59a3a93c8cf7
ModelInvariantUuid:b3f47474-a329-439c-880f-5dfe69b8a65f
ModelName:vFW 2fef3b24-2cf4-nodes.vsnCvfc
ModelUuid:6f9784df-4313-43bf-a9d8-5b03552b8f61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d21950ab-dc40-4474-ac77-c7728ffe8911
ModelInvariantUuid:6bae87d7-f50f-49a1-acde-1143de089598
ModelName:Vfw2fef3b242cf4.compute.nodes.heat.vsn
ModelUuid:71e571bb-9b2c-49e2-ad22-74663aa5d1e9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:825d2326-0746-478f-8711-6865f96ebec5
ModelInvariantUuid:8d3ec5cc-5c79-41b9-a435-e8e6bbc8fe21
ModelName:vFW 2fef3b24-2cf4-nodes.vpgCvfc
ModelUuid:64f5f6d9-5045-4c1d-8c97-2afbf0fb7d56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b7a30ea1-8cd7-43a5-a498-d0ac0dbc26a0
ModelInvariantUuid:3a44054e-c70f-4d5e-b7e2-71f53151481a
ModelName:Vfw2fef3b242cf4.compute.nodes.heat.vpg
ModelUuid:a0852cfa-047d-472d-b80f-4ebf2b56da66
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-03-21T07:46:46.299Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 457340ce-f309-488e-8c13-6990e0d3bd4f
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-03-21T07:46:46.304Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||vFW 2fef3b24-2cf4 0
2022-03-21T07:46:46.304Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 457340ce-f309-488e-8c13-6990e0d3bd4f
2022-03-21T07:46:46.304Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Trying to download the artifact UUID: a9d4b8c5-3c2e-43a4-8a5b-9598e041bbf3 from URL: /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json
2022-03-21T07:46:46.305Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - download
2022-03-21T07:46:46.305Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json
2022-03-21T07:46:47.002Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||GET Response Status 200
2022-03-21T07:46:47.002Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json a9d4b8c5-3c2e-43a4-8a5b-9598e041bbf3 785
2022-03-21T07:46:47.003Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json ASDC sendASDCNotification
2022-03-21T07:46:47.003Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json
2022-03-21T07:46:47.003Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:46:47.003Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:47.010Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:47.010Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848807002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:46:47.117Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-21T07:46:47.118Z||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-03-21T07:46:47.118Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:47.146Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:47.147Z||pool-27-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:46:48.011Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2fef3b242cf4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1b0935cf-e380-426d-86a5-2b894e6b3d5d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a53dc7d1-a267-40f5-8d18-8c06f3476b8d",
"vfModuleModelCustomizationUUID": "8a0c97a6-e035-4181-984b-11d63274e6d2",
"isBase": true,
"artifacts": [
"f629a021-6603-46be-9852-04a3414814b8",
"bb1ae6d1-347f-4c67-85df-f58b196cf57a"
],
"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-03-21T07:46:48.016Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2fef3b242cf4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a53dc7d1-a267-40f5-8d18-8c06f3476b8d
VfModuleModelInvariantUUID:1b0935cf-e380-426d-86a5-2b894e6b3d5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
f629a021-6603-46be-9852-04a3414814b8
,
bb1ae6d1-347f-4c67-85df-f58b196cf57a
}
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-03-21T07:46:48.018Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2fef3b242cf4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1b0935cf-e380-426d-86a5-2b894e6b3d5d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a53dc7d1-a267-40f5-8d18-8c06f3476b8d",
"vfModuleModelCustomizationUUID": "8a0c97a6-e035-4181-984b-11d63274e6d2",
"isBase": true,
"artifacts": [
"f629a021-6603-46be-9852-04a3414814b8",
"bb1ae6d1-347f-4c67-85df-f58b196cf57a"
],
"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-03-21T07:46:48.019Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2fef3b242cf4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a53dc7d1-a267-40f5-8d18-8c06f3476b8d
VfModuleModelInvariantUUID:1b0935cf-e380-426d-86a5-2b894e6b3d5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
f629a021-6603-46be-9852-04a3414814b8
,
bb1ae6d1-347f-4c67-85df-f58b196cf57a
}
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-03-21T07:46:48.019Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Trying to download the artifact UUID: f629a021-6603-46be-9852-04a3414814b8 from URL: /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml
2022-03-21T07:46:48.019Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - download
2022-03-21T07:46:48.019Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml
2022-03-21T07:46:48.714Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||GET Response Status 200
2022-03-21T07:46:48.720Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml f629a021-6603-46be-9852-04a3414814b8 20368
2022-03-21T07:46:48.720Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T07:46:48.720Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml
2022-03-21T07:46:48.721Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:46:48.721Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:48.729Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:48.729Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848808720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:46:48.825Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-21T07:46:48.827Z||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-03-21T07:46:48.827Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:48.895Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:48.895Z||pool-28-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:46:49.730Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Trying to download the artifact UUID: bb1ae6d1-347f-4c67-85df-f58b196cf57a from URL: /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env
2022-03-21T07:46:49.730Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - download
2022-03-21T07:46:49.731Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env
2022-03-21T07:46:50.385Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||GET Response Status 200
2022-03-21T07:46:50.386Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env bb1ae6d1-347f-4c67-85df-f58b196cf57a 2098
2022-03-21T07:46:50.387Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T07:46:50.387Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env
2022-03-21T07:46:50.387Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:46:50.387Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:50.409Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:50.409Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848810387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:46:50.510Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:46:50.511Z||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-03-21T07:46:50.511Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:50.540Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:50.540Z||pool-29-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:46:51.410Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Preparing to deploy Service: 2477d89b-4d38-4f4b-87cd-3e78453e5752
2022-03-21T07:46:51.410Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2fef3b24-2cf4 0 457340ce-f309-488e-8c13-6990e0d3bd4f 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-03-21T07:46:51.454Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39061cf9, org.onap.sdc.toscaparser.api.parameters.Input@121c8579, org.onap.sdc.toscaparser.api.parameters.Input@1882733e, org.onap.sdc.toscaparser.api.parameters.Input@32c94e0b, org.onap.sdc.toscaparser.api.parameters.Input@3b217d7f]
2022-03-21T07:46:51.456Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.457Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:51.457Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||VF Category is: Generic
2022-03-21T07:46:51.457Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||VFCustomizationUUID= c0f60f99-a315-4c91-a4af-39c138877f2a
2022-03-21T07:46:51.458Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0f60f99-a315-4c91-a4af-39c138877f2a matches Tosca VF Customization UUID: c0f60f99-a315-4c91-a4af-39c138877f2a
2022-03-21T07:46:51.458Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||vfCustomizationUUID: c0f60f99-a315-4c91-a4af-39c138877f2a 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-03-21T07:46:51.464Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.464Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:51.466Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||resource request for resource customization id c0f60f99-a315-4c91-a4af-39c138877f2a: {\"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-03-21T07:46:51.466Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e3136ed
2022-03-21T07:46:51.466Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.466Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T07:46:51.467Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a0c97a6-e035-4181-984b-11d63274e6d2
2022-03-21T07:46:51.468Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a0c97a6-e035-4181-984b-11d63274e6d2
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-03-21T07:46:51.473Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.474Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:51.474Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:46:51.474Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.475Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:51.475Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:46:51.476Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.480Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is not matching search criteria
2022-03-21T07:46:51.480Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:46:51.480Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T07:46:51.480Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:46:51.480Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T07:46:51.481Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T07:46:51.482Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:51.482Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:51.482Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T07:46:51.483Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:51.483Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T07:46:51.483Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:51.487Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ccd126b2-d981-4832-a642-7b2b9cf3bcf7
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-03-21T07:46:51.515Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.516Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:51.516Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:46:51.517Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.517Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is not matching search criteria
2022-03-21T07:46:51.517Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:46:51.518Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T07:46:51.518Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:51.518Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:51.518Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T07:46:51.519Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:51.519Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:46:51.519Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T07:46:51.520Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T07:46:51.520Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:51.520Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T07:46:51.520Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:51.521Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=964dfb83-8086-43c2-bf09-59a3a93c8cf7
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-03-21T07:46:51.524Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.524Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:51.524Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:46:51.528Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.528Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is not matching search criteria
2022-03-21T07:46:51.528Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:46:51.529Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T07:46:51.529Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:51.529Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:51.530Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T07:46:51.530Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:46:51.531Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:46:51.531Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T07:46:51.531Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T07:46:51.532Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:46:51.532Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T07:46:51.532Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T07:46:51.533Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=825d2326-0746-478f-8711-6865f96ebec5
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-03-21T07:46:51.536Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.536Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:51.537Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:46:51.537Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.537Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Node template vFW 2fef3b24-2cf4 0 is matching search criteria
2022-03-21T07:46:51.537Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found topology templates [vFW 2fef3b24-2cf4 0] matching following query criteria: sdcType=VF, customizationUUID=c0f60f99-a315-4c91-a4af-39c138877f2a
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-03-21T07:46:51.541Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.542Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:51.542Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500|| resourceSeq for service uuid 2477d89b-4d38-4f4b-87cd-3e78453e5752: vFW 2fef3b24-2cf4
2022-03-21T07:46:51.542Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.543Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:51.543Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.543Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:51.543Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.543Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:51.543Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.544Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:51.544Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:46:51.544Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Service vFW 2022-03-21 07-42-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:46:51.544Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||Saving Service: vFW 2022-03-21 07-42-38
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-03-21T07:46:51.930Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2fef3b24-2cf4 457340ce-f309-488e-8c13-6990e0d3bd4f 1 ASDC deployResourceStructure
2022-03-21T07:46:51.930Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json ASDC sendASDCNotification
2022-03-21T07:46:51.930Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json
2022-03-21T07:46:51.931Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T07:46:51.931Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:51.933Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:51.933Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848811930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-21T07:46:52.034Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T07:46:52.035Z||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-03-21T07:46:52.035Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:52.082Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:52.083Z||pool-30-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":2,"count":1}
2022-03-21T07:46:52.934Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T07:46:52.935Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml
2022-03-21T07:46:52.935Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T07:46:52.936Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:52.938Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:52.938Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848812934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-21T07:46:53.038Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:46:53.039Z||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-03-21T07:46:53.040Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:53.064Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:53.065Z||pool-31-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:46:53.940Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T07:46:53.940Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env
2022-03-21T07:46:53.940Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T07:46:53.941Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:53.947Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:53.948Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848813939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-21T07:46:54.048Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T07:46:54.049Z||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-03-21T07:46:54.049Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:54.066Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:54.067Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-21T07:46:54.951Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar ASDC sendASDCNotification
2022-03-21T07:46:54.957Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar
2022-03-21T07:46:54.957Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T07:46:54.958Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:46:54.960Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:46:54.960Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848814951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T07:46:55.060Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:46:55.061Z||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-03-21T07:46:55.061Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:46:55.077Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:46:55.077Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:46:55.961Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb6bb77-0e73-459f-b738-85770f922605
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-03-21T07:46:55.971Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb6bb77-0e73-459f-b738-85770f922605
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-03-21T07:46:55.975Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T07:46:55.975Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T07:46:55.975Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T07:47:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:47:11.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-03-21T07:47:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:47:12.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:47:12.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "78803300-ff14-4130-8617-e924d7e570fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848788794,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-21T07:47:12.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848785138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848787731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848785138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848787731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848785138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848787731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848785138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848787731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848785138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848787731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "cds",
"timestamp": 1647848796509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848785138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848787731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848796660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "cds",
"timestamp": 1647848796509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848785138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "ves-openapi-manager",
"timestamp": 1647848787731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848796660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "cds",
"timestamp": 1647848796509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848799120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848796660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "cds",
"timestamp": 1647848796509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848789836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848800476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.483Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848799277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848799120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848796660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "cds",
"timestamp": 1647848796509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848799277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848801840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.486Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848799120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848796660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "cds",
"timestamp": 1647848796509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848799277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848799120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848796660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "cds",
"timestamp": 1647848796509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848799277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848799120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848796660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848799277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "cds",
"timestamp": 1647848804733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848799120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848799277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:47:12.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848804870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "cds",
"timestamp": 1647848805769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T07:47:12.507Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bb6bb77-0e73-459f-b738-85770f922605
2022-03-21T07:47:12.508Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb6bb77-0e73-459f-b738-85770f922605 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-03-21T07:47:12.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848799120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848799277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:47:12.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:47:12.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848807002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848806584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848807449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.522Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848807600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.522Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848808720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.523Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848808152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.524Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848808606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T07:47:12.524Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848809194,
"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-03-21T07:47:12.531Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bb6bb77-0e73-459f-b738-85770f922605
2022-03-21T07:47:12.532Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb6bb77-0e73-459f-b738-85770f922605 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-03-21T07:47:12.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "policy-id",
"timestamp": 1647848809609,
"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-03-21T07:47:12.549Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bb6bb77-0e73-459f-b738-85770f922605
2022-03-21T07:47:12.549Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb6bb77-0e73-459f-b738-85770f922605 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-03-21T07:47:12.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848810387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:47:12.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647848810217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-21T07:47:12.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848811930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/vfw2fef3b242cf40_modules.json",
"status": "DEPLOY_OK"
}
2022-03-21T07:47:12.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848812292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T07:47:12.563Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848812934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-21T07:47:12.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848813126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-21T07:47:12.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647848813301,
"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-03-21T07:47:12.573Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bb6bb77-0e73-459f-b738-85770f922605
2022-03-21T07:47:12.573Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb6bb77-0e73-459f-b738-85770f922605 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-03-21T07:47:12.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848813939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/resourceInstances/vfw2fef3b242cf40/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-21T07:47:12.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:12.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "aai-ml",
"timestamp": 1647848814134,
"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-03-21T07:47:12.590Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6bb6bb77-0e73-459f-b738-85770f922605
2022-03-21T07:47:12.590Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bb6bb77-0e73-459f-b738-85770f922605 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-03-21T07:47:12.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:47:12.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848814951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074238/1.0/artifacts/service-Vfw20220321074238-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-21T07:47:12.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:47:25.975Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bb6bb77-0e73-459f-b738-85770f922605
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-03-21T07:47:26.003Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bb6bb77-0e73-459f-b738-85770f922605
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-03-21T07:47:26.009Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T07:47:26.009Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T07:47:26.010Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T07:47:26.010Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T07:47:26.011Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-03-21T07:47:26.011Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?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-03-21T07:47:26.027Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T07:47:56.028Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bb6bb77-0e73-459f-b738-85770f922605 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-03-21T07:47:56.037Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bb6bb77-0e73-459f-b738-85770f922605 and serviceModelVersionId: 2477d89b-4d38-4f4b-87cd-3e78453e5752
2022-03-21T07:47:56.038Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9bb8387-9dcf-432e-a106-b5c38082e045
2022-03-21T07:47:56.039Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0
2022-03-21T07:47:56.044Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-21T07:47:56.112Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01069799-23ae-48e3-9ec3-dbd115534594/model-vers/model-ver/bdc1efc0-21b7-46fd-b61e-19d9a1369780?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?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-03-21T07:47:56.115Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|INFO|500||Invoke
2022-03-21T07:47:57.663Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?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-03-21T07:47:57.708Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|INFO|500||Invoke
2022-03-21T07:47:59.230Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?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-03-21T07:47:59.232Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|INFO|500||Invoke
2022-03-21T07:48:00.269Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-21T07:48:00.270Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?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-03-21T07:48:00.271Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-21T07:48:00.271Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?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-03-21T07:48:00.288Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?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-03-21T07:48:00.288Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bb6bb77-0e73-459f-b738-85770f922605 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-21T07:48:00.288Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-21T07:48:00.289Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-21T07:48:00.292Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:48:00.292Z|6bb6bb77-0e73-459f-b738-85770f922605|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9bb8387-9dcf-432e-a106-b5c38082e045/model-vers/model-ver/2477d89b-4d38-4f4b-87cd-3e78453e5752?depth=0|DEBUG|500||try to send status {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848880288,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-21T07:48:00.393Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:48:00.395Z||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-03-21T07:48:00.395Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:48:00.434Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:48:00.436Z||pool-34-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T07:48:01.306Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:48:01.307Z||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-03-21T07:48:01.307Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:48:10.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:48:10.878Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:48:10.878Z||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-03-21T07:48:10.879Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:48:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:48:11.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-03-21T07:48:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:48:12.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:48:12.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:48:12.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6bb6bb77-0e73-459f-b738-85770f922605",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848880288,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-21T07:48:12.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T07:48:20.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:48:20.522Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:48:20.523Z||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-03-21T07:48:20.523Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:48:30.091Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:48:30.092Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:48:30.093Z||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-03-21T07:48:30.093Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:48:39.706Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:11.779Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:49:11.780Z||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-03-21T07:49:11.781Z||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 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:11.782Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T07:49:11.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-03-21T07:49:11.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 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:12.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:12.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T07:49:12.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8059570-b04f-47a5-848d-ce5b67bf4cff","serviceName":"vFW 2022-03-21 07-45-33","serviceVersion":"1.0","serviceUUID":"042a2fa3-5525-4ba7-98b6-1488cf219b74","serviceDescription":"catalog service description","serviceInvariantUUID":"b36e144b-4fab-40db-a6a5-023d1f306b82","resources":[{"resourceInstanceName":"vFW 3725636b-cb1e 0","resourceName":"vFW 3725636b-cb1e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"300676fa-4111-4ed0-ad7e-08df9ea609f7","resourceInvariantUUID":"ad951dc6-9bf0-4bea-894d-92ff4f9aef47","resourceCustomizationUUID":"4c02bbac-1c2b-42e6-b9a6-5e5a753afc3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vf-license-model.xml","artifactChecksum":"M2IzMzY1MjJmNDM2YTRiNmQzMDUyZmUyOWY0ZjliZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7034091d-c584-4034-b83e-47475962896e","artifactVersion":"1"},{"artifactName":"vfw3725636bcb1e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json","artifactChecksum":"OGRmYWY0ODI0NmFkMTFiNjE4ZjM3MjFlZjU3NzdiMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1afda1a5-1583-4565-a3a4-536d3da7c1bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bcdb5053-c055-4135-8f42-005d94386170","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vendor-license-model.xml","artifactChecksum":"MTkwYTE1NDZiMDU3ZTg1NWQxNWMzMTZhMTVkNDFlNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e8e5049f-31e4-4133-a1ca-e2a5bb7ef463","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"78517b2a-0f21-4b94-aab8-9225b863b38f","artifactVersion":"2","generatedFromUUID":"bcdb5053-c055-4135-8f42-005d94386170"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220321074533-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-template.yml","artifactChecksum":"YzY2NDYyZDljZGU5ODIxYzVkNjE5OTY1ODE3M2QxMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb481c3f-4695-4b79-927a-642a068c39d3","artifactVersion":"1"},{"artifactName":"service-Vfw20220321074533-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar","artifactChecksum":"ZjgzNmRmY2NhOGJhMjEzYzk3ZGY3M2YyYzAxN2FiMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b837c87-922a-4d0a-bc91-f5ea01d091a1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T07:49:12.470Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:49:12.471Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:12.474Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:12.474Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848951779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:49:12.575Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T07:49:12.576Z||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-03-21T07:49:12.576Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:12.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:12.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T07:49:12.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "cds",
"timestamp": 1647848946509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:49:12.600Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-21T07:49:12.605Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:12.606Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:13.475Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:49:13.476Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:13.478Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:13.478Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848951779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json",
"status": "NOTIFIED"
}
2022-03-21T07:49:13.587Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-21T07:49:13.588Z||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-03-21T07:49:13.588Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:13.639Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:13.640Z||pool-36-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:14.480Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:49:14.481Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:14.485Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:14.485Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848951779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-21T07:49:14.585Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:49:14.586Z||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-03-21T07:49:14.586Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:14.602Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:14.603Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:15.486Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:49:15.488Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:15.490Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:15.490Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848951779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:49:15.590Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:49:15.591Z||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-03-21T07:49:15.591Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:15.682Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:15.683Z||pool-38-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:16.494Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:49:16.497Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:16.500Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:16.501Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848951779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-21T07:49:16.600Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-21T07:49:16.601Z||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-03-21T07:49:16.602Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:16.631Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:16.632Z||pool-39-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:17.508Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:49:17.509Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:17.512Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:17.512Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848951779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-21T07:49:17.613Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T07:49:17.614Z||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-03-21T07:49:17.614Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:17.657Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:17.657Z||pool-40-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":2,"count":1}
2022-03-21T07:49:18.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T07:49:18.514Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:18.516Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:18.516Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848951779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar",
"status": "NOTIFIED"
}
2022-03-21T07:49:18.616Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:49:18.617Z||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-03-21T07:49:18.617Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:18.653Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:18.654Z||pool-41-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:19.519Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"serviceName": "vFW 2022-03-21 07-45-33",
"serviceVersion": "1.0",
"serviceUUID": "042a2fa3-5525-4ba7-98b6-1488cf219b74",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b36e144b-4fab-40db-a6a5-023d1f306b82",
"resources": [
{
"resourceInstanceName": "vFW 3725636b-cb1e 0",
"resourceCustomizationUUID": "4c02bbac-1c2b-42e6-b9a6-5e5a753afc3e",
"resourceName": "vFW 3725636b-cb1e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "300676fa-4111-4ed0-ad7e-08df9ea609f7",
"resourceInvariantUUID": "ad951dc6-9bf0-4bea-894d-92ff4f9aef47",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3725636bcb1e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json",
"artifactChecksum": "OGRmYWY0ODI0NmFkMTFiNjE4ZjM3MjFlZjU3NzdiMTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1afda1a5-1583-4565-a3a4-536d3da7c1bb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bcdb5053-c055-4135-8f42-005d94386170",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "78517b2a-0f21-4b94-aab8-9225b863b38f",
"generatedFromUUID": "bcdb5053-c055-4135-8f42-005d94386170"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "78517b2a-0f21-4b94-aab8-9225b863b38f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220321074533-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar",
"artifactChecksum": "ZjgzNmRmY2NhOGJhMjEzYzk3ZGY3M2YyYzAxN2FiMjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b837c87-922a-4d0a-bc91-f5ea01d091a1"
}
],
"workloadContext": "Production"
}
2022-03-21T07:49:19.520Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T07:49:19.520Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 042a2fa3-5525-4ba7-98b6-1488cf219b74 ASDC
2022-03-21T07:49:19.520Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b8059570-b04f-47a5-848d-ce5b67bf4cff
ServiceName:vFW 2022-03-21 07-45-33
ServiceVersion:1.0
ServiceUUID:042a2fa3-5525-4ba7-98b6-1488cf219b74
ServiceInvariantUUID:b36e144b-4fab-40db-a6a5-023d1f306b82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220321074533-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar
ArtifactUUID:0b837c87-922a-4d0a-bc91-f5ea01d091a1
ArtifactChecksum:ZjgzNmRmY2NhOGJhMjEzYzk3ZGY3M2YyYzAxN2FiMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3725636b-cb1e 0
ResourceCustomizationUUID:4c02bbac-1c2b-42e6-b9a6-5e5a753afc3e
ResourceInvariantUUID:ad951dc6-9bf0-4bea-894d-92ff4f9aef47
ResourceName:vFW 3725636b-cb1e
ResourceType:VF
ResourceUUID:300676fa-4111-4ed0-ad7e-08df9ea609f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3725636bcb1e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json
ArtifactUUID:1afda1a5-1583-4565-a3a4-536d3da7c1bb
ArtifactChecksum:OGRmYWY0ODI0NmFkMTFiNjE4ZjM3MjFlZjU3NzdiMTY=
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/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml
ArtifactUUID:bcdb5053-c055-4135-8f42-005d94386170
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/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env
ArtifactUUID:78517b2a-0f21-4b94-aab8-9225b863b38f
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/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env
ArtifactUUID:78517b2a-0f21-4b94-aab8-9225b863b38f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-21T07:49:19.520Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 042a2fa3-5525-4ba7-98b6-1488cf219b74 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-03-21T07:49:19.558Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T07:49:19.559Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T07:49:19.559Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T07:49:19.560Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0b837c87-922a-4d0a-bc91-f5ea01d091a1 from URL: /sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:19.560Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T07:49:19.560Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:20.096Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T07:49:20.102Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar 0b837c87-922a-4d0a-bc91-f5ea01d091a1 98992
2022-03-21T07:49:20.103Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar ASDC sendASDCNotification
2022-03-21T07:49:20.103Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:20.103Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:49:20.104Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:20.106Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:20.106Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848960103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:49:20.206Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:49:20.207Z||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-03-21T07:49:20.207Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:20.220Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:20.220Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:21.107Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T07:49:21.108Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T07:49:21.108Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0b837c87-922a-4d0a-bc91-f5ea01d091a1, URL: /sdc/v1/catalog/services/Vfw20220321074533/1.0/artifacts/service-Vfw20220321074533-csar.csar to file: /app/ASDC/1/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:21.108Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220321074533-csar.csar
2022-03-21T07:49:21.109Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:21.109Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:21.386Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5942884569032895079/Definitions/service-Vfw20220321074533-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-21T07:49:24.105Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T07:49:24.106Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-21T07:49:24.106Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.106Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-21T07:49:24.107Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||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-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.107Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||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-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.107Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||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-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.107Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.107Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.107Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||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-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.108Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3725636b-cb1e 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-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.108Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||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-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.108Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||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-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.108Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.108Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||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-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.109Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.109Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||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-Vfw20220321074533-csar.csar
2022-03-21T07:49:24.109Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-21T07:49:24.109Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.109Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:49:24.110Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is matching search criteria
2022-03-21T07:49:24.110Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-21T07:49:24.110Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 3725636b-cb1e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T07:49:24.111Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.111Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:49:24.112Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is matching search criteria
2022-03-21T07:49:24.112Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-21T07:49:24.112Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 3725636b-cb1e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T07:49:24.112Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.112Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:49:24.113Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.113Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is not matching search criteria
2022-03-21T07:49:24.113Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:49:24.113Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:49:24.113Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T07:49:24.113Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:24.114Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.114Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T07:49:24.114Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.114Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T07:49:24.114Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T07:49:24.114Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.115Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:24.115Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T07:49:24.115Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:24.115Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T07:49:24.115Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.116Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T07:49:24.116Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.116Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T07:49:24.116Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.116Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is matching search criteria
2022-03-21T07:49:24.116Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 3725636b-cb1e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:49:24.117Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.117Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is matching search criteria
2022-03-21T07:49:24.117Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 3725636b-cb1e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:49:24.118Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.118Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is matching search criteria
2022-03-21T07:49:24.118Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 3725636b-cb1e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:49:24.118Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.118Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is not matching search criteria
2022-03-21T07:49:24.118Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:49:24.118Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:49:24.119Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T07:49:24.119Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T07:49:24.119Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T07:49:24.119Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.119Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:24.119Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T07:49:24.120Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:24.120Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T07:49:24.120Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.120Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1e9e9cc3-7f0a-4d80-bfd7-5b7f7416b94b
2022-03-21T07:49:24.120Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.120Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is not matching search criteria
2022-03-21T07:49:24.120Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:49:24.120Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:49:24.121Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T07:49:24.121Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:24.121Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.121Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T07:49:24.121Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.121Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T07:49:24.121Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T07:49:24.121Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:24.122Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T07:49:24.122Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.122Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ee774717-5f73-4650-b74a-bcc1c6185d6f
2022-03-21T07:49:24.122Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.122Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is not matching search criteria
2022-03-21T07:49:24.122Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:49:24.122Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:49:24.123Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T07:49:24.123Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:24.123Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.123Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T07:49:24.123Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.124Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T07:49:24.124Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T07:49:24.124Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:49:24.124Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:24.124Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T07:49:24.124Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=189128bd-fa44-4684-a585-f79facc4f5cc
2022-03-21T07:49:24.124Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.124Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:49:24.125Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.125Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:49:24.125Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.125Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:49:24.125Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:24.125Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:49:24.125Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-21 07-45-33
Description:catalog service description
Model UUID:042a2fa3-5525-4ba7-98b6-1488cf219b74
Model Version:NULL
Model InvariantUuid:b36e144b-4fab-40db-a6a5-023d1f306b82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3725636b-cb1e
Model UUID:fc0a10b0-b800-40e7-8461-33efe68edbb9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ad951dc6-9bf0-4bea-894d-92ff4f9aef47
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4c02bbac-1c2b-42e6-b9a6-5e5a753afc3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e2810453-9f2f-4f40-a50c-bcbcc43032c2
ModelName:Vfw3725636bCb1e..base_vfw..module-0
ModelUuid:e18e60f8-afc7-4233-a9ef-8613c50af99e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1e9e9cc3-7f0a-4d80-bfd7-5b7f7416b94b
ModelInvariantUuid:cdbb78cf-b20d-4c2b-b055-19ac4f9de2f6
ModelName:vFW 3725636b-cb1e-nodes.vfwCvfc
ModelUuid:d7d5b7e5-92f7-4406-a332-d3a70c0bbc3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:07c874b8-c91e-44b4-bbc8-7150102f77a3
ModelInvariantUuid:5017a6aa-bb67-471f-9472-11e351ae4c6b
ModelName:Vfw3725636bCb1e.compute.nodes.heat.vfw
ModelUuid:7ea2eba7-1384-4054-93f2-81b8dd806b1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ee774717-5f73-4650-b74a-bcc1c6185d6f
ModelInvariantUuid:5ccc72b2-4400-4b71-8092-7e07f0f1daad
ModelName:vFW 3725636b-cb1e-nodes.vsnCvfc
ModelUuid:3dad0436-0939-45d1-b257-a77aec58edda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5e7c366f-3653-49b4-afb0-cba4e0b58d32
ModelInvariantUuid:bb7a42ef-0705-4f70-93af-fa215c3dec13
ModelName:Vfw3725636bCb1e.compute.nodes.heat.vsn
ModelUuid:5be30d19-86c5-4d35-a62b-eb3ef157cfb6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:189128bd-fa44-4684-a585-f79facc4f5cc
ModelInvariantUuid:c9adb24f-c79e-4123-a29f-a79cf32c6228
ModelName:vFW 3725636b-cb1e-nodes.vpgCvfc
ModelUuid:bd4d0c48-4f66-4a6f-a510-bb3479923f5c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:dcf72d59-1d93-42ff-9440-8f6a86af086f
ModelInvariantUuid:9c621c57-96d4-4289-a7c3-ad6802f14340
ModelName:Vfw3725636bCb1e.compute.nodes.heat.vpg
ModelUuid:af2fafa0-bd78-49c8-abe2-067ed4adec8f
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-03-21T07:49:24.133Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 300676fa-4111-4ed0-ad7e-08df9ea609f7
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-03-21T07:49:24.141Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||vFW 3725636b-cb1e 0
2022-03-21T07:49:24.142Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 300676fa-4111-4ed0-ad7e-08df9ea609f7
2022-03-21T07:49:24.142Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1afda1a5-1583-4565-a3a4-536d3da7c1bb from URL: /sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json
2022-03-21T07:49:24.142Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T07:49:24.143Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json
2022-03-21T07:49:24.962Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T07:49:24.963Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json 1afda1a5-1583-4565-a3a4-536d3da7c1bb 785
2022-03-21T07:49:24.963Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json ASDC sendASDCNotification
2022-03-21T07:49:24.963Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json
2022-03-21T07:49:24.963Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:49:24.963Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:24.965Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:24.965Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848964963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/vfw3725636bcb1e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:49:25.065Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:49:25.066Z||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-03-21T07:49:25.067Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:25.081Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:25.082Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:25.966Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3725636bCb1e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e2810453-9f2f-4f40-a50c-bcbcc43032c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e18e60f8-afc7-4233-a9ef-8613c50af99e",
"vfModuleModelCustomizationUUID": "1dd0bd91-8a89-4e6d-bb4c-2590e2a1139a",
"isBase": true,
"artifacts": [
"bcdb5053-c055-4135-8f42-005d94386170",
"78517b2a-0f21-4b94-aab8-9225b863b38f"
],
"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-03-21T07:49:25.970Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3725636bCb1e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e18e60f8-afc7-4233-a9ef-8613c50af99e
VfModuleModelInvariantUUID:e2810453-9f2f-4f40-a50c-bcbcc43032c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bcdb5053-c055-4135-8f42-005d94386170
,
78517b2a-0f21-4b94-aab8-9225b863b38f
}
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-03-21T07:49:25.973Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3725636bCb1e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e2810453-9f2f-4f40-a50c-bcbcc43032c2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e18e60f8-afc7-4233-a9ef-8613c50af99e",
"vfModuleModelCustomizationUUID": "1dd0bd91-8a89-4e6d-bb4c-2590e2a1139a",
"isBase": true,
"artifacts": [
"bcdb5053-c055-4135-8f42-005d94386170",
"78517b2a-0f21-4b94-aab8-9225b863b38f"
],
"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-03-21T07:49:25.973Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3725636bCb1e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e18e60f8-afc7-4233-a9ef-8613c50af99e
VfModuleModelInvariantUUID:e2810453-9f2f-4f40-a50c-bcbcc43032c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bcdb5053-c055-4135-8f42-005d94386170
,
78517b2a-0f21-4b94-aab8-9225b863b38f
}
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-03-21T07:49:25.974Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bcdb5053-c055-4135-8f42-005d94386170 from URL: /sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml
2022-03-21T07:49:25.974Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T07:49:25.975Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml
2022-03-21T07:49:26.380Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T07:49:26.381Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml bcdb5053-c055-4135-8f42-005d94386170 20368
2022-03-21T07:49:26.382Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T07:49:26.382Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml
2022-03-21T07:49:26.382Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:49:26.383Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:26.399Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:26.400Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848966382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:49:26.505Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-21T07:49:26.506Z||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-03-21T07:49:26.506Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:26.522Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:26.523Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:27.401Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78517b2a-0f21-4b94-aab8-9225b863b38f from URL: /sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env
2022-03-21T07:49:27.401Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T07:49:27.402Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env
2022-03-21T07:49:27.997Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T07:49:27.998Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env 78517b2a-0f21-4b94-aab8-9225b863b38f 2098
2022-03-21T07:49:27.998Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T07:49:27.999Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env
2022-03-21T07:49:27.999Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T07:49:27.999Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T07:49:28.001Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T07:49:28.002Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b8059570-b04f-47a5-848d-ce5b67bf4cff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647848967998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220321074533/1.0/resourceInstances/vfw3725636bcb1e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-21T07:49:28.102Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T07:49:28.103Z||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-03-21T07:49:28.103Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4HNtEd8CzsURARTn) ...
2022-03-21T07:49:28.144Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-21T07:49:28.151Z||pool-45-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-03-21T07:49:29.003Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 042a2fa3-5525-4ba7-98b6-1488cf219b74
2022-03-21T07:49:29.004Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3725636b-cb1e 0 300676fa-4111-4ed0-ad7e-08df9ea609f7 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-03-21T07:49:29.028Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2476bf19, org.onap.sdc.toscaparser.api.parameters.Input@59ffaadb, org.onap.sdc.toscaparser.api.parameters.Input@6eedf8c4, org.onap.sdc.toscaparser.api.parameters.Input@2cc84187, org.onap.sdc.toscaparser.api.parameters.Input@3dd7bd70]
2022-03-21T07:49:29.031Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:29.031Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:49:29.032Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-21T07:49:29.032Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4c02bbac-1c2b-42e6-b9a6-5e5a753afc3e
2022-03-21T07:49:29.032Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c02bbac-1c2b-42e6-b9a6-5e5a753afc3e matches Tosca VF Customization UUID: 4c02bbac-1c2b-42e6-b9a6-5e5a753afc3e
2022-03-21T07:49:29.033Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4c02bbac-1c2b-42e6-b9a6-5e5a753afc3e 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-03-21T07:49:29.037Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:29.037Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T07:49:29.039Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4c02bbac-1c2b-42e6-b9a6-5e5a753afc3e: {\"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-03-21T07:49:29.039Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@765a3fa4
2022-03-21T07:49:29.039Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:29.040Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-21 07-45-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T07:49:29.040Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1dd0bd91-8a89-4e6d-bb4c-2590e2a1139a
2022-03-21T07:49:29.040Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1dd0bd91-8a89-4e6d-bb4c-2590e2a1139a
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-03-21T07:49:29.045Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:29.046Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is matching search criteria
2022-03-21T07:49:29.048Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 3725636b-cb1e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:49:29.048Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:29.049Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is matching search criteria
2022-03-21T07:49:29.049Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 3725636b-cb1e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T07:49:29.049Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-21T07:49:29.050Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vFW 3725636b-cb1e 0 is not matching search criteria
2022-03-21T07:49:29.050Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T07:49:29.050Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T07:49:29.051Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T07:49:29.051Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T07:49:29.052Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T07:49:29.052Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T07:49:29.052Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:29.053Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T07:49:29.053Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T07:49:29.053Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T07:49:29.054Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T07:49:29.054Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1e9e9cc3-7f0a-4d80-bfd7-5b7f7416b94b
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-03-21T07:49:29.058Z|b8059570-b04f-47a5-848d-ce5b67bf4cff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery