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-09-03T03:24:07.010Z||main|||||INFO|500||The following profiles are active: basic
2022-09-03T03:24:17.796Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-03T03:24:17.796Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-03T03:24:17.912Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-03T03:24:23.286Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-03T03:24:23.708Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-03T03:24:24.179Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-03T03:24:24.189Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-03T03:24:24.319Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-03T03:24:24.563Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-03T03:24:25.137Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-03T03:24:27.169Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-03T03:24:29.485Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-03T03:24:29.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-03T03:24:30.143Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-03T03:24:30.452Z||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-09-03T03:24:31.682Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-03T03:24:32.773Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-03T03:24:32.790Z||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-09-03T03:24:32.791Z||main|||||WARN|500||The sdc end point is not alive
2022-09-03T03:24:35.992Z||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-09-03T03:24:39.098Z||main|||||WARN|500||---
2022-09-03T03:24:39.098Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-03T03:24:39.099Z||main|||||WARN|500||---
2022-09-03T03:24:39.551Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-03T03:24:44.713Z||main|||||INFO|500||Started Application in 40.724 seconds (JVM running for 42.883)
2022-09-03T03:24:44.750Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-03T03:24:44.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-03T03:24:44.771Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-03T03:24:44.798Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-03T03:24:44.845Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 906c4404-a1e4-4683-9446-d8705aee8442 url= /sdc/v1/artifactTypes
2022-09-03T03:24:44.846Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-03T03:24:45.150Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-03T03:24:45.192Z||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-09-03T03:24:45.215Z||scheduling-1|||||DEBUG|500||create keys
2022-09-03T03:24:45.222Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-03T03:24:45.269Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:24:45.292Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 354765bf-51b0-4ef6-a40e-2fc0a89e640c url= /sdc/v1/registerForDistribution
2022-09-03T03:24:45.405Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 354765bf-51b0-4ef6-a40e-2fc0a89e640c url= /sdc/v1/registerForDistribution
2022-09-03T03:24:45.406Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-03T03:24:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:24:45.416Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:24:45.429Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-03T03:24:45.432Z||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-09-03T03:24:45.434Z||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-09-03T03:24:45.436Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:24:45.435Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:24:55.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:24:55.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:25:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:25:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:25:45.416Z||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-09-03T03:25:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:25:45.419Z||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-09-03T03:25:45.420Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:25:54.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:25:54.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:26:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:26:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:26:45.415Z||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-09-03T03:26:45.416Z||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-09-03T03:26:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:26:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:26:54.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:26:54.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:27:45.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:27:45.414Z||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-09-03T03:27:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:27:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:27:45.417Z||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-09-03T03:27:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:27:54.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:27:54.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:28:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:28:45.414Z||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-09-03T03:28:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:28:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:28:45.417Z||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-09-03T03:28:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:28:54.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:28:54.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:29:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:29:45.414Z||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-09-03T03:29:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:29:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:29:45.415Z||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-09-03T03:29:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:29:54.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:29:54.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:30:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:30:45.414Z||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-09-03T03:30:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:30:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:30:45.415Z||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-09-03T03:30:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:30:54.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:30:54.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:31:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:31:45.415Z||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-09-03T03:31:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:31:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:31:45.417Z||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-09-03T03:31:45.418Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:31:54.993Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:31:55.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:32:45.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:32:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:32:45.419Z||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-09-03T03:32:45.419Z||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-09-03T03:32:45.419Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:32:45.419Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:32:54.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:32:55.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:33:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:33:45.415Z||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-09-03T03:33:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:33:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:33:45.416Z||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-09-03T03:33:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:33:54.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:33:54.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:34:25.245Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-03T03:34:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:34:45.414Z||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-09-03T03:34:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:34:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:34:45.416Z||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-09-03T03:34:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:34:54.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:34:54.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:35:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:35:45.414Z||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-09-03T03:35:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:35:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:35:45.416Z||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-09-03T03:35:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:35:54.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:35:54.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:36:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:36:45.414Z||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-09-03T03:36:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:36:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:36:45.415Z||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-09-03T03:36:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:36:54.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:36:54.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:37:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:37:45.414Z||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-09-03T03:37:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:37:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:37:45.416Z||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-09-03T03:37:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:37:54.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:37:54.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:38:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:38:45.414Z||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-09-03T03:38:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:38:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:38:45.416Z||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-09-03T03:38:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:38:54.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:38:54.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:39:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:39:45.414Z||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-09-03T03:39:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:39:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:39:45.415Z||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-09-03T03:39:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:39:54.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:39:54.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:40:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:40:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:40:45.415Z||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-09-03T03:40:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:40:45.416Z||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-09-03T03:40:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:40:54.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:40:54.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:41:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:41:45.414Z||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-09-03T03:41:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:41:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:41:45.418Z||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-09-03T03:41:45.418Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:41:54.962Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:41:54.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:42:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:42:45.414Z||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-09-03T03:42:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:42:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:42:45.416Z||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-09-03T03:42:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:42:54.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:42:54.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:43:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:43:45.414Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T03:43:45.414Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T03:43:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:43:45.416Z||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-09-03T03:43:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:43:54.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:43:54.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:44:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:44:45.414Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T03:44:45.414Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T03:44:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:44:45.415Z||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-09-03T03:44:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:44:54.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:44:54.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:45:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:45:45.414Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T03:45:45.414Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T03:45:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:45:45.416Z||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-09-03T03:45:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:45:54.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:45:54.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:46:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:46:45.414Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T03:46:45.414Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T03:46:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:46:45.416Z||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-09-03T03:46:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:46:54.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:46:54.960Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:47:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:47:45.414Z||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-09-03T03:47:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:47:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:47:45.416Z||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-09-03T03:47:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:47:54.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:47:54.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:48:45.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:48:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:48:45.416Z||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-09-03T03:48:45.416Z||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-09-03T03:48:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:48:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:48:54.969Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:48:54.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:49:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:49:45.415Z||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-09-03T03:49:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:49:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:49:45.416Z||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-09-03T03:49:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:49:54.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:49:54.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:50:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:50:45.414Z||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-09-03T03:50:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:50:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:50:45.416Z||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-09-03T03:50:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:50:54.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:50:54.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:51:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:51:45.414Z||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-09-03T03:51:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:51:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:51:45.416Z||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-09-03T03:51:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:51:54.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:51:54.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:52:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:52:45.414Z||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-09-03T03:52:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:52:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:52:45.416Z||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-09-03T03:52:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:52:54.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:52:54.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:53:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:53:45.414Z||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-09-03T03:53:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:53:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:53:45.416Z||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-09-03T03:53:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:53:54.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:53:54.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:54:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:54:45.414Z||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-09-03T03:54:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:54:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:54:45.416Z||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-09-03T03:54:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:54:54.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:54:54.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:55:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:55:45.414Z||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-09-03T03:55:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:55:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:55:45.415Z||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-09-03T03:55:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:55:54.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:55:54.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:56:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:56:45.414Z||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-09-03T03:56:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:56:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:56:45.416Z||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-09-03T03:56:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:56:54.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:56:54.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:57:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:57:45.415Z||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-09-03T03:57:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:57:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:57:45.416Z||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-09-03T03:57:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:57:54.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:57:54.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:58:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:58:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:58:45.415Z||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-09-03T03:58:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:58:45.415Z||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-09-03T03:58:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:58:54.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:58:54.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:59:45.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:59:45.414Z||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-09-03T03:59:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:59:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T03:59:45.415Z||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-09-03T03:59:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T03:59:54.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T03:59:54.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:00:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:00:45.414Z||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-09-03T04:00:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:00:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:00:45.416Z||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-09-03T04:00:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:00:54.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:00:54.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:01:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:01:45.414Z||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-09-03T04:01:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:01:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:01:45.415Z||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-09-03T04:01:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:01:54.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:01:54.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:02:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:02:45.414Z||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-09-03T04:02:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:02:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:02:45.415Z||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-09-03T04:02:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:02:54.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:02:54.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:03:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:03:45.414Z||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-09-03T04:03:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:03:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:03:45.416Z||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-09-03T04:03:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:03:54.961Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:03:54.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:04:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:04:45.414Z||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-09-03T04:04:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:04:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:04:45.416Z||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-09-03T04:04:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:04:54.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:04:54.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:05:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:05:45.414Z||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-09-03T04:05:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:05:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:05:45.416Z||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-09-03T04:05:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:05:54.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:05:54.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:06:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:06:45.414Z||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-09-03T04:06:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:06:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:06:45.416Z||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-09-03T04:06:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:06:54.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:06:54.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:07:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:07:45.415Z||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-09-03T04:07:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:07:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:07:45.416Z||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-09-03T04:07:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:07:54.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:07:54.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:08:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:08:45.414Z||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-09-03T04:08:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:08:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:08:45.416Z||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-09-03T04:08:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:08:54.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:08:54.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:09:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:09:45.414Z||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-09-03T04:09:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:09:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:09:45.416Z||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-09-03T04:09:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:09:54.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:09:54.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:10:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:10:45.414Z||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-09-03T04:10:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:10:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:10:45.415Z||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-09-03T04:10:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:10:54.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:10:54.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:11:45.413Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:11:45.414Z||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-09-03T04:11:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:11:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:11:45.415Z||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-09-03T04:11:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:11:55.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:11:55.013Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:12:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:12:45.414Z||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-09-03T04:12:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:12:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:12:45.416Z||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-09-03T04:12:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:12:54.981Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:12:54.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:13:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:13:45.414Z||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-09-03T04:13:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:13:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:13:45.416Z||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-09-03T04:13:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:13:54.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:13:54.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:14:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:14:45.414Z||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-09-03T04:14:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:14:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:14:45.416Z||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-09-03T04:14:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:14:54.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:14:54.978Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:15:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:15:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:15:45.416Z||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-09-03T04:15:45.416Z||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-09-03T04:15:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:15:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:15:54.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:15:54.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:16:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:16:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:16:45.416Z||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-09-03T04:16:45.416Z||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-09-03T04:16:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:16:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:16:54.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:16:54.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:17:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:17:45.414Z||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-09-03T04:17:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:17:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:17:45.416Z||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-09-03T04:17:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:17:54.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:17:54.994Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:18:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:18:45.414Z||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-09-03T04:18:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:18:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:18:45.416Z||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-09-03T04:18:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:18:54.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:18:54.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:19:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:19:45.414Z||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-09-03T04:19:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:19:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:19:45.415Z||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-09-03T04:19:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:19:54.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:19:54.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:20:45.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:20:45.414Z||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-09-03T04:20:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:20:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:20:45.416Z||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-09-03T04:20:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:20:54.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:20:54.962Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:21:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:21:45.414Z||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-09-03T04:21:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:21:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:21:45.416Z||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-09-03T04:21:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:21:54.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:21:54.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:22:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:22:45.414Z||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-09-03T04:22:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:22:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:22:45.416Z||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-09-03T04:22:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:22:54.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:22:54.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:23:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:23:45.414Z||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-09-03T04:23:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:23:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:23:45.416Z||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-09-03T04:23:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:23:54.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:23:54.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:24:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:24:45.414Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:24:45.414Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:24:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:24:45.415Z||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-09-03T04:24:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:24:54.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:24:54.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:25:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:25:45.414Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:25:45.414Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:25:45.416Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:25:45.416Z||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-09-03T04:25:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:25:55.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:25:55.012Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:26:45.413Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:26:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:26:45.415Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-03T04:26:45.415Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:26:45.416Z||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-09-03T04:26:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:26:54.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:26:54.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:27:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:27:45.414Z||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-09-03T04:27:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:27:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:27:45.415Z||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-09-03T04:27:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:27:54.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:27:54.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:28:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:28:45.414Z||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-09-03T04:28:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:28:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:28:45.416Z||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-09-03T04:28:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:28:54.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:28:54.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:29:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:29:45.414Z||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-09-03T04:29:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:29:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:29:45.416Z||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-09-03T04:29:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:29:54.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:29:54.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:30:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:30:45.414Z||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-09-03T04:30:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:30:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:30:45.415Z||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-09-03T04:30:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:30:54.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:30:54.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:31:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:31:45.414Z||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-09-03T04:31:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:31:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:31:45.416Z||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-09-03T04:31:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:31:54.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:31:54.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:32:45.413Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:32:45.414Z||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-09-03T04:32:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:32:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:32:45.416Z||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-09-03T04:32:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:32:54.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:32:54.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:33:45.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:33:45.414Z||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-09-03T04:33:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:33:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:33:45.416Z||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-09-03T04:33:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:33:54.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:33:54.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:34:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:34:45.414Z||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-09-03T04:34:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:34:45.416Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:34:45.418Z||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-09-03T04:34:45.418Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:34:54.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:34:54.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:35:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:35:45.414Z||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-09-03T04:35:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:35:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:35:45.415Z||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-09-03T04:35:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:35:54.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:35:54.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:36:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:36:45.414Z||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-09-03T04:36:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:36:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:36:45.415Z||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-09-03T04:36:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:36:54.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:36:54.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:37:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:37:45.414Z||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-09-03T04:37:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:37:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:37:45.416Z||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-09-03T04:37:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:37:54.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:37:54.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:38:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:38:45.415Z||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-09-03T04:38:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:38:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:38:45.416Z||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-09-03T04:38:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:38:54.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:38:54.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:39:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:39:45.414Z||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-09-03T04:39:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:39:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:39:45.416Z||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-09-03T04:39:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:39:54.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:39:54.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:40:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:40:45.414Z||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-09-03T04:40:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:40:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:40:45.415Z||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-09-03T04:40:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:40:54.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:40:54.999Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:41:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:41:45.414Z||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-09-03T04:41:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:41:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:41:45.415Z||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-09-03T04:41:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:41:54.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:41:54.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:42:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:42:45.414Z||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-09-03T04:42:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:42:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:42:45.416Z||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-09-03T04:42:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:42:54.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:42:54.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:43:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:43:45.414Z||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-09-03T04:43:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:43:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:43:45.416Z||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-09-03T04:43:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:43:54.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:43:54.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:44:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:44:45.414Z||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-09-03T04:44:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:44:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:44:45.416Z||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-09-03T04:44:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:44:55.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:44:55.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:45:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:45:45.414Z||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-09-03T04:45:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:45:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:45:45.415Z||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-09-03T04:45:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:45:54.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:45:54.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:46:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:46:45.414Z||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-09-03T04:46:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:46:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:46:45.416Z||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-09-03T04:46:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:46:54.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:46:54.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:47:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:47:45.414Z||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-09-03T04:47:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:47:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:47:45.415Z||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-09-03T04:47:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:47:54.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:47:54.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:48:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:48:45.414Z||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-09-03T04:48:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:48:45.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:48:45.415Z||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-09-03T04:48:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:48:54.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:48:54.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:49:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:49:45.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:49:45.415Z||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-09-03T04:49:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:49:45.416Z||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-09-03T04:49:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:49:54.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:49:54.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:50:45.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:50:45.414Z||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-09-03T04:50:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:50:45.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:50:45.416Z||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-09-03T04:50:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:50:54.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:50:54.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:51:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:51:45.414Z||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-09-03T04:51:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:51:45.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:51:45.416Z||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-09-03T04:51:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:51:54.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:51:54.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:52:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:52:45.414Z||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-09-03T04:52:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:52:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:52:45.415Z||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-09-03T04:52:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:52:54.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:52:54.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:53:45.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:53:45.414Z||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-09-03T04:53:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:53:45.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:53:45.415Z||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-09-03T04:53:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:53:54.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:53:54.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:54:45.413Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:54:45.414Z||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-09-03T04:54:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:54:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:54:45.416Z||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-09-03T04:54:45.417Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:54:54.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:54:54.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:55:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:55:45.414Z||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-09-03T04:55:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:55:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:55:45.416Z||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-09-03T04:55:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:55:54.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:55:54.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:56:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:56:45.414Z||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-09-03T04:56:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:56:45.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:56:45.415Z||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-09-03T04:56:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:56:55.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:56:55.004Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:57:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:57:45.414Z||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-09-03T04:57:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:57:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:57:45.415Z||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-09-03T04:57:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:57:54.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:57:54.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:58:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:58:45.414Z||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-09-03T04:58:45.414Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:58:45.415Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:58:45.416Z||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-09-03T04:58:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:58:54.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:58:54.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:45.413Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:59:45.415Z||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-09-03T04:59:45.415Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T04:59:45.416Z||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-09-03T04:59:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:46.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:46.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "cds",
"timestamp": 1662181134191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.086Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:46.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e43ac212-5a4d-4f73-a243-524739de51d0","serviceName":"basic_onboard_UdOevT","serviceVersion":"1.0","serviceUUID":"c318043e-f459-42af-86e3-e9001f75477a","serviceDescription":"service","serviceInvariantUUID":"1525e618-9188-453d-b7c3-1ea8199ccf32","resources":[{"resourceInstanceName":"basic_onboard_UdOevT 0","resourceName":"basic_onboard_UdOevT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d","resourceInvariantUUID":"7c3a17ff-5461-453f-9a06-99b8b1b7afe0","resourceCustomizationUUID":"e0dfbb44-a20e-4cda-b966-29c3c591c670","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml","artifactChecksum":"MWNlMDc1NWExNTRkOGUwZjQ4OTJlNDQxZGM0NTE1MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e47026de-7797-49a2-9182-6a30f45e5c88","artifactVersion":"1"},{"artifactName":"basic_onboard_udoevt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json","artifactChecksum":"MDY4MmEyMzUxODBmYjdlZTY4MDg2MDkwYWIxNDIxYTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eafba7c2-5261-4962-a1ee-25a403c11e63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"900b78b4-aa3f-47b7-8e10-65d33318299b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a268c374-4ee9-4c96-9f26-ed2b78e34e73","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a22ca11e-7a75-499c-8f12-05cca27a8995","artifactVersion":"2","generatedFromUUID":"900b78b4-aa3f-47b7-8e10-65d33318299b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUdoevt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml","artifactChecksum":"ZDJkOWNiZDQ1NDA1NTRkMGMyMjAwY2QyOWU4ZDVhMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32b6cb1d-2402-4e84-b723-35a3b51e1ea6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUdoevt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar","artifactChecksum":"ODIxNjQ3ZDQ5ZjgzOTMyZTRlYjcyZWE1OTZlZWI1Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9bba82e-6513-4514-89b3-734e8ea08e90","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T04:59:46.096Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:46.102Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:46.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181132772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181130408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181132109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "cds",
"timestamp": 1662181134191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181132772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181130408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181132109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181139978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "cds",
"timestamp": 1662181134191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181132772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181140374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181130408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181132109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181139978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "cds",
"timestamp": 1662181134191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181140374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181132772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181130408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181132109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181139978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "cds",
"timestamp": 1662181134191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181140374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181132772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181130408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181132109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181139978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "cds",
"timestamp": 1662181134191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181140374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181132772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181130408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181132109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181143963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181139978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "cds",
"timestamp": 1662181134191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181140374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181132772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181130408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181132109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181143963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181139978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.125Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.125Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181140374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181146823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181146582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "cds",
"timestamp": 1662181146585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181143963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181139978,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181140374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "cds",
"timestamp": 1662181147613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-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-09-03T04:59:46.225Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-03T04:59:46.228Z||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-09-03T04:59:46.229Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:46.245Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:46.246Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T04:59:46.464Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.485Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181147902,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181143963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181147995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181148173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181143963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181148993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181149186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181143963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:46.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181150078,
"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-09-03T04:59:46.605Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.605Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "policy-id",
"timestamp": 1662181150191,
"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-09-03T04:59:46.672Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.672Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181143963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T04:59:46.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T04:59:46.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181151090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181151319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181152344,
"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-09-03T04:59:46.713Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.713Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181158690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-03T04:59:46.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "aai-ml",
"timestamp": 1662181159697,
"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-09-03T04:59:46.757Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.757Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T04:59:46.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181165111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:46.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181167121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T04:59:46.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "clamp",
"timestamp": 1662181168125,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-03T04:59:46.816Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e43ac212-5a4d-4f73-a243-524739de51d0
2022-09-03T04:59:46.816Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43ac212-5a4d-4f73-a243-524739de51d0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T04:59:47.132Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:47.132Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:47.134Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:47.134Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "NOTIFIED"
}
2022-09-03T04:59:47.235Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:47.236Z||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-09-03T04:59:47.236Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:47.252Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:47.253Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-03T04:59:48.135Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:48.136Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:48.138Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:48.138Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-03T04:59:48.238Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:48.239Z||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-09-03T04:59:48.239Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:48.255Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:48.256Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:49.140Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:49.140Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:49.143Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:49.143Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:49.243Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:49.244Z||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-09-03T04:59:49.244Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:49.261Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:49.261Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-03T04:59:50.143Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:50.145Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:50.147Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:50.147Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-03T04:59:50.248Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T04:59:50.248Z||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-09-03T04:59:50.249Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:50.267Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:50.267Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:51.148Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:51.149Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:51.151Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:51.151Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T04:59:51.251Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:51.252Z||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-09-03T04:59:51.252Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:51.269Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:51.270Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:52.151Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T04:59:52.152Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:52.155Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:52.155Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T04:59:52.255Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:52.256Z||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-09-03T04:59:52.256Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:52.271Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:52.271Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:53.157Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"serviceName": "basic_onboard_UdOevT",
"serviceVersion": "1.0",
"serviceUUID": "c318043e-f459-42af-86e3-e9001f75477a",
"serviceDescription": "service",
"serviceInvariantUUID": "1525e618-9188-453d-b7c3-1ea8199ccf32",
"resources": [
{
"resourceInstanceName": "basic_onboard_UdOevT 0",
"resourceCustomizationUUID": "e0dfbb44-a20e-4cda-b966-29c3c591c670",
"resourceName": "basic_onboard_UdOevT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d",
"resourceInvariantUUID": "7c3a17ff-5461-453f-9a06-99b8b1b7afe0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_udoevt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"artifactChecksum": "MDY4MmEyMzUxODBmYjdlZTY4MDg2MDkwYWIxNDIxYTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eafba7c2-5261-4962-a1ee-25a403c11e63",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "900b78b4-aa3f-47b7-8e10-65d33318299b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a22ca11e-7a75-499c-8f12-05cca27a8995",
"generatedFromUUID": "900b78b4-aa3f-47b7-8e10-65d33318299b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a22ca11e-7a75-499c-8f12-05cca27a8995",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUdoevt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"artifactChecksum": "ODIxNjQ3ZDQ5ZjgzOTMyZTRlYjcyZWE1OTZlZWI1Mzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a9bba82e-6513-4514-89b3-734e8ea08e90"
}
],
"workloadContext": "Production"
}
2022-09-03T04:59:53.158Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T04:59:53.159Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c318043e-f459-42af-86e3-e9001f75477a ASDC
2022-09-03T04:59:53.278Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:e43ac212-5a4d-4f73-a243-524739de51d0
ServiceName:basic_onboard_UdOevT
ServiceVersion:1.0
ServiceUUID:c318043e-f459-42af-86e3-e9001f75477a
ServiceInvariantUUID:1525e618-9188-453d-b7c3-1ea8199ccf32
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUdoevt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
ArtifactUUID:a9bba82e-6513-4514-89b3-734e8ea08e90
ArtifactChecksum:ODIxNjQ3ZDQ5ZjgzOTMyZTRlYjcyZWE1OTZlZWI1Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UdOevT 0
ResourceCustomizationUUID:e0dfbb44-a20e-4cda-b966-29c3c591c670
ResourceInvariantUUID:7c3a17ff-5461-453f-9a06-99b8b1b7afe0
ResourceName:basic_onboard_UdOevT
ResourceType:VF
ResourceUUID:3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_udoevt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
ArtifactUUID:eafba7c2-5261-4962-a1ee-25a403c11e63
ArtifactChecksum:MDY4MmEyMzUxODBmYjdlZTY4MDg2MDkwYWIxNDIxYTE=
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/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:900b78b4-aa3f-47b7-8e10-65d33318299b
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/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
ArtifactUUID:a22ca11e-7a75-499c-8f12-05cca27a8995
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/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
ArtifactUUID:a22ca11e-7a75-499c-8f12-05cca27a8995
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-03T04:59:53.279Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c318043e-f459-42af-86e3-e9001f75477a 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-09-03T04:59:53.346Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T04:59:53.347Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-03T04:59:53.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-03T04:59:53.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a9bba82e-6513-4514-89b3-734e8ea08e90 from URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:53.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-03T04:59:53.350Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:53.467Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-03T04:59:53.480Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar a9bba82e-6513-4514-89b3-734e8ea08e90 71576
2022-09-03T04:59:53.482Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar ASDC sendASDCNotification
2022-09-03T04:59:53.482Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:53.483Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T04:59:53.484Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:53.485Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:53.486Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181193481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:53.586Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:53.587Z||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-09-03T04:59:53.587Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:53.606Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:53.607Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:54.486Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T04:59:54.487Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-03T04:59:54.488Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a9bba82e-6513-4514-89b3-734e8ea08e90, URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar to file: /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:54.488Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:54.570Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:54.570Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:55.053Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2261806853584190898/Definitions/service-BasicOnboardUdoevt-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-09-03T04:59:57.305Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-03T04:59:57.310Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-03T04:59:57.310Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.311Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-09-03T04:59:57.311Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UdOevT 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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.311Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.311Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.312Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.312Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.312Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.313Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.313Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.313Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||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-BasicOnboardUdoevt-csar.csar
2022-09-03T04:59:57.313Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-03T04:59:57.325Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.329Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.333Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.334Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-03T04:59:57.335Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T04:59:57.337Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.338Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.338Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.338Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-03T04:59:57.338Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T04:59:57.339Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.339Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.342Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.343Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is not matching search criteria
2022-09-03T04:59:57.343Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-03T04:59:57.344Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-03T04:59:57.344Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-03T04:59:57.344Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-03T04:59:57.344Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T04:59:57.345Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.345Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T04:59:57.346Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.347Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.347Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T04:59:57.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.348Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T04:59:57.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T04:59:57.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T04:59:57.349Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.350Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is not matching search criteria
2022-09-03T04:59:57.350Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-03T04:59:57.350Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-03T04:59:57.351Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27f435cc-4d7a-4405-b438-3004cda09c8f
2022-09-03T04:59:57.351Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.352Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.352Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.352Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.353Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.353Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.353Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T04:59:57.354Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T04:59:57.354Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_UdOevT
Description:service
Model UUID:c318043e-f459-42af-86e3-e9001f75477a
Model Version:NULL
Model InvariantUuid:1525e618-9188-453d-b7c3-1ea8199ccf32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_UdOevT
Model UUID:b2995dcb-e28e-4ea0-8bcd-357838b5397c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c3a17ff-5461-453f-9a06-99b8b1b7afe0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e0dfbb44-a20e-4cda-b966-29c3c591c670
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:19fe0532-5bbb-4ff1-b248-b2cb06339bb9
ModelName:BasicOnboardUdoevt..base_ubuntu18..module-0
ModelUuid:8d539f2f-d10f-4079-885e-eccdfc0ed6fc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:27f435cc-4d7a-4405-b438-3004cda09c8f
ModelInvariantUuid:ebe135a4-a0f2-4780-a41e-9661766125fb
ModelName:basic_onboard_UdOevT-nodes.ubuntu18Cvfc
ModelUuid:a5828fbd-6392-4d4d-ad69-0e3d430d509a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ba15a615-88ab-43d4-9a7c-b445e3c16365
ModelInvariantUuid:a25a96f0-fb8c-4466-8ce9-fd7087c6be39
ModelName:BasicOnboardUdoevt.compute.nodes.heat.ubuntu18
ModelUuid:a33d929a-0bcd-48b8-9b2f-7082e651c8b2
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-09-03T04:59:57.371Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d
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-09-03T04:59:57.464Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||basic_onboard_UdOevT 0
2022-09-03T04:59:57.471Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d
2022-09-03T04:59:57.471Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eafba7c2-5261-4962-a1ee-25a403c11e63 from URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
2022-09-03T04:59:57.471Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-03T04:59:57.472Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
2022-09-03T04:59:57.530Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-03T04:59:57.531Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json eafba7c2-5261-4962-a1ee-25a403c11e63 798
2022-09-03T04:59:57.531Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json ASDC sendASDCNotification
2022-09-03T04:59:57.532Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
2022-09-03T04:59:57.532Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T04:59:57.533Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:57.536Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:57.536Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181197531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:57.636Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:57.637Z||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-09-03T04:59:57.637Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:57.652Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:57.652Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:58.538Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUdoevt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "19fe0532-5bbb-4ff1-b248-b2cb06339bb9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d539f2f-d10f-4079-885e-eccdfc0ed6fc",
"vfModuleModelCustomizationUUID": "d2e600eb-5483-4958-beb2-ed7be2cb2bb6",
"isBase": true,
"artifacts": [
"900b78b4-aa3f-47b7-8e10-65d33318299b",
"a22ca11e-7a75-499c-8f12-05cca27a8995"
],
"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-09-03T04:59:58.554Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdoevt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d539f2f-d10f-4079-885e-eccdfc0ed6fc
VfModuleModelInvariantUUID:19fe0532-5bbb-4ff1-b248-b2cb06339bb9
VfModuleModelDescription:NULL
Artifacts UUID List:{
900b78b4-aa3f-47b7-8e10-65d33318299b
,
a22ca11e-7a75-499c-8f12-05cca27a8995
}
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-09-03T04:59:58.557Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUdoevt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "19fe0532-5bbb-4ff1-b248-b2cb06339bb9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d539f2f-d10f-4079-885e-eccdfc0ed6fc",
"vfModuleModelCustomizationUUID": "d2e600eb-5483-4958-beb2-ed7be2cb2bb6",
"isBase": true,
"artifacts": [
"900b78b4-aa3f-47b7-8e10-65d33318299b",
"a22ca11e-7a75-499c-8f12-05cca27a8995"
],
"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-09-03T04:59:58.557Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdoevt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d539f2f-d10f-4079-885e-eccdfc0ed6fc
VfModuleModelInvariantUUID:19fe0532-5bbb-4ff1-b248-b2cb06339bb9
VfModuleModelDescription:NULL
Artifacts UUID List:{
900b78b4-aa3f-47b7-8e10-65d33318299b
,
a22ca11e-7a75-499c-8f12-05cca27a8995
}
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-09-03T04:59:58.557Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 900b78b4-aa3f-47b7-8e10-65d33318299b from URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
2022-09-03T04:59:58.558Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-03T04:59:58.558Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
2022-09-03T04:59:58.650Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-03T04:59:58.651Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml 900b78b4-aa3f-47b7-8e10-65d33318299b 5033
2022-09-03T04:59:58.651Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-03T04:59:58.651Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
2022-09-03T04:59:58.651Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T04:59:58.652Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:58.653Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:58.654Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181198651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:58.754Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:58.755Z||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-09-03T04:59:58.755Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:58.769Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:58.769Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T04:59:59.656Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a22ca11e-7a75-499c-8f12-05cca27a8995 from URL: /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
2022-09-03T04:59:59.656Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-03T04:59:59.657Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
2022-09-03T04:59:59.720Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-03T04:59:59.720Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env a22ca11e-7a75-499c-8f12-05cca27a8995 909
2022-09-03T04:59:59.721Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-03T04:59:59.721Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
2022-09-03T04:59:59.721Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T04:59:59.722Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T04:59:59.724Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T04:59:59.724Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181199721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-03T04:59:59.824Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T04:59:59.825Z||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-09-03T04:59:59.825Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T04:59:59.839Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T04:59:59.839Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:00:00.725Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c318043e-f459-42af-86e3-e9001f75477a
2022-09-03T05:00:00.726Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UdOevT 0 3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d 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-09-03T05:00:00.785Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e80b1ab, org.onap.sdc.toscaparser.api.parameters.Input@77a2be12, org.onap.sdc.toscaparser.api.parameters.Input@145adbd1, org.onap.sdc.toscaparser.api.parameters.Input@1389cec7, org.onap.sdc.toscaparser.api.parameters.Input@584f28f4]
2022-09-03T05:00:00.789Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.790Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.790Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-09-03T05:00:00.790Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e0dfbb44-a20e-4cda-b966-29c3c591c670
2022-09-03T05:00:00.791Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e0dfbb44-a20e-4cda-b966-29c3c591c670 matches Tosca VF Customization UUID: e0dfbb44-a20e-4cda-b966-29c3c591c670
2022-09-03T05:00:00.791Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e0dfbb44-a20e-4cda-b966-29c3c591c670 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-09-03T05:00:00.801Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.801Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.803Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e0dfbb44-a20e-4cda-b966-29c3c591c670: {\"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-09-03T05:00:00.803Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f625d86
2022-09-03T05:00:00.804Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.804Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:00:00.805Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2e600eb-5483-4958-beb2-ed7be2cb2bb6
2022-09-03T05:00:00.806Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2e600eb-5483-4958-beb2-ed7be2cb2bb6
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-09-03T05:00:00.819Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.820Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T05:00:00.820Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:00:00.821Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.821Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T05:00:00.822Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:00:00.822Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.822Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is not matching search criteria
2022-09-03T05:00:00.823Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-03T05:00:00.823Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-03T05:00:00.823Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=27f435cc-4d7a-4405-b438-3004cda09c8f
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-09-03T05:00:00.847Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.848Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T05:00:00.848Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:00:00.848Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.849Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UdOevT 0 is matching search criteria
2022-09-03T05:00:00.849Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UdOevT 0] matching following query criteria: sdcType=VF, customizationUUID=e0dfbb44-a20e-4cda-b966-29c3c591c670
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-09-03T05:00:00.852Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.852Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.852Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c318043e-f459-42af-86e3-e9001f75477a: basic_onboard_UdOevT
2022-09-03T05:00:00.852Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.853Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.853Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.853Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.853Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.854Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.854Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.854Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.854Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:00:00.855Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UdOevT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:00:00.855Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_UdOevT
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-09-03T05:00:01.068Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UdOevT 3cfa5d3f-3c7b-4afe-9001-9b03ff8e2f7d 1 ASDC deployResourceStructure
2022-09-03T05:00:01.069Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json ASDC sendASDCNotification
2022-09-03T05:00:01.069Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json
2022-09-03T05:00:01.069Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:00:01.069Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:01.071Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:01.071Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181201068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-03T05:00:01.172Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:00:01.173Z||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-09-03T05:00:01.173Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:01.188Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:01.189Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:02.073Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-03T05:00:02.073Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml
2022-09-03T05:00:02.073Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:00:02.073Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:02.075Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:02.075Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181202073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-03T05:00:02.176Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:02.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-09-03T05:00:02.177Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:02.196Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:02.196Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:00:03.076Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-03T05:00:03.077Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env
2022-09-03T05:00:03.077Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:00:03.077Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:03.079Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:03.079Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181203076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-03T05:00:03.180Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:00:03.180Z||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-09-03T05:00:03.181Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:03.197Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:03.197Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:04.080Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar ASDC sendASDCNotification
2022-09-03T05:00:04.081Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar
2022-09-03T05:00:04.081Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:00:04.081Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:04.083Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:04.084Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181204080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T05:00:04.184Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:04.184Z||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-09-03T05:00:04.185Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:04.202Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:04.202Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:05.085Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e43ac212-5a4d-4f73-a243-524739de51d0
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-09-03T05:00:05.109Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e43ac212-5a4d-4f73-a243-524739de51d0
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-09-03T05:00:05.113Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:00:05.113Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:00:05.114Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:00:05.114Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:00:05.114Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-03T05:00:05.114Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||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-09-03T05:00:05.119Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:00:35.120Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e43ac212-5a4d-4f73-a243-524739de51d0 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-09-03T05:00:35.131Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e43ac212-5a4d-4f73-a243-524739de51d0 and serviceModelVersionId: c318043e-f459-42af-86e3-e9001f75477a
2022-09-03T05:00:35.132Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1525e618-9188-453d-b7c3-1ea8199ccf32
2022-09-03T05:00:45.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:00:45.416Z||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-09-03T05:00:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:45.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:45.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-03T05:00:45.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:00:45.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-03T05:00:49.661Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0
2022-09-03T05:00:49.778Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:00:50.267Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Invoke
2022-09-03T05:00:50.274Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[05d78ab2-f1de-42c0-bea8-ef16b194d4b0], X-ECOMP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-TransactionId=[], X-ONAP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], Content-Type=[application/merge-patch+json]}
2022-09-03T05:00:51.841Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Invoke
2022-09-03T05:00:51.842Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5f58a15-fccf-4156-8729-43c352f367c0], X-ECOMP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-TransactionId=[], X-ONAP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], Content-Type=[application/merge-patch+json]}
2022-09-03T05:00:53.372Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Invoke
2022-09-03T05:00:53.372Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bfa5603-5b0e-46d3-ac30-6535705cb3e2], X-ECOMP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], X-TransactionId=[], X-ONAP-RequestID=[e43ac212-5a4d-4f73-a243-524739de51d0], Content-Type=[application/merge-patch+json]}
2022-09-03T05:00:54.406Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:00:54.407Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-09-03T05:00:54.407Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:00:54.408Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-09-03T05:00:54.420Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-09-03T05:00:54.421Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e43ac212-5a4d-4f73-a243-524739de51d0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:00:54.422Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:00:54.423Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:54.425Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:54.425Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181254421,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:00:54.525Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:00:54.526Z||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-09-03T05:00:54.526Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:54.541Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:54.541Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-03T05:00:55.442Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:00:55.442Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-09-03T05:00:55.442Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:56.118Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:56.119Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||received message from topic
2022-09-03T05:00:56.119Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"2b33f15c-67e6-40d2-8f42-6bebf51122d3","serviceName":"vFW 2022-09-03 04-59-22","serviceVersion":"1.0","serviceUUID":"2cc871d7-b3e5-4c01-909b-4b1dfd6197db","serviceDescription":"catalog service description","serviceInvariantUUID":"ad653356-0eb4-49b5-99e8-9a02379f1471","resources":[{"resourceInstanceName":"vFW 3bcb96c1-aede 0","resourceName":"vFW 3bcb96c1-aede","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0417583e-c517-46bb-a1f3-e59f4c2c397e","resourceInvariantUUID":"f00bc0b7-a338-4a24-a446-45f6093dc2f3","resourceCustomizationUUID":"2c634ea9-24b9-4948-abb2-dc6186f12371","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml","artifactChecksum":"YzRjZjIxYTg4N2MyYTVjYzQ0MTgwNmFkMDc2ZWQ3OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e3fd1d9-0d34-410d-b54d-527a7f888f22","artifactVersion":"1"},{"artifactName":"vfw3bcb96c1aede0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json","artifactChecksum":"YmRkNTU5ZTgwNDBmOTdlYmVjMWNmMGVmM2NiMjdlM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74f597bf-b8f6-443a-8cfd-70b277b0b946","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c443129d-7e22-4613-b7cd-a053cb5af3e7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml","artifactChecksum":"NTRkYzQ4ZTllOTAxODYwYzRmN2VkNWJlNjQ1ZWMxMDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58f9ee87-e18e-4153-83a4-17723c294987","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"689e3fb1-099d-4a03-ad2d-842beb745ed9","artifactVersion":"2","generatedFromUUID":"c443129d-7e22-4613-b7cd-a053cb5af3e7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903045922-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml","artifactChecksum":"Yzc4MDg0ZTJlN2FlYWY2NDdmOTU0ODFhNWE2NmM4OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24869046-16df-4fdc-b004-a8f02e9dc8ae","artifactVersion":"1"},{"artifactName":"service-Vfw20220903045922-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar","artifactChecksum":"ZTE0ZWNhN2QyNTE1NDI3Y2VkY2IwZGQ5YTNhMDFhNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"598e40e9-6ef8-4127-bd90-6190ef666765","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:00:56.124Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:00:56.124Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:56.126Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:56.127Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:00:56.227Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:56.228Z||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-09-03T05:00:56.228Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:56.243Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:56.243Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:00:57.127Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:00:57.128Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:57.130Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:57.130Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "NOTIFIED"
}
2022-09-03T05:00:57.230Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:57.231Z||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-09-03T05:00:57.231Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:57.245Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:57.246Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:58.131Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:00:58.132Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:58.134Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:58.134Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-03T05:00:58.234Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:00:58.235Z||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-09-03T05:00:58.236Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:58.250Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:58.251Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:00:59.134Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:00:59.135Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:00:59.138Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:00:59.138Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:00:59.239Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:00:59.240Z||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-09-03T05:00:59.240Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:00:59.254Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:00:59.254Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:00.139Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:01:00.140Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:00.142Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:00.142Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-03T05:01:00.242Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:00.243Z||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-09-03T05:01:00.243Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:00.256Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:00.257Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:01.143Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:01:01.143Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:01.145Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:01.145Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:01.246Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:01:01.246Z||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-09-03T05:01:01.246Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:01.262Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:01.262Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:01:02.146Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:01:02.147Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:02.149Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:02.149Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:01:02.249Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:02.250Z||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-09-03T05:01:02.250Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:02.265Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:02.265Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:03.151Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"serviceName": "vFW 2022-09-03 04-59-22",
"serviceVersion": "1.0",
"serviceUUID": "2cc871d7-b3e5-4c01-909b-4b1dfd6197db",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ad653356-0eb4-49b5-99e8-9a02379f1471",
"resources": [
{
"resourceInstanceName": "vFW 3bcb96c1-aede 0",
"resourceCustomizationUUID": "2c634ea9-24b9-4948-abb2-dc6186f12371",
"resourceName": "vFW 3bcb96c1-aede",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0417583e-c517-46bb-a1f3-e59f4c2c397e",
"resourceInvariantUUID": "f00bc0b7-a338-4a24-a446-45f6093dc2f3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3bcb96c1aede0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"artifactChecksum": "YmRkNTU5ZTgwNDBmOTdlYmVjMWNmMGVmM2NiMjdlM2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74f597bf-b8f6-443a-8cfd-70b277b0b946",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c443129d-7e22-4613-b7cd-a053cb5af3e7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "689e3fb1-099d-4a03-ad2d-842beb745ed9",
"generatedFromUUID": "c443129d-7e22-4613-b7cd-a053cb5af3e7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "689e3fb1-099d-4a03-ad2d-842beb745ed9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220903045922-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"artifactChecksum": "ZTE0ZWNhN2QyNTE1NDI3Y2VkY2IwZGQ5YTNhMDFhNTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "598e40e9-6ef8-4127-bd90-6190ef666765"
}
],
"workloadContext": "Production"
}
2022-09-03T05:01:03.151Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:01:03.151Z|e43ac212-5a4d-4f73-a243-524739de51d0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2cc871d7-b3e5-4c01-909b-4b1dfd6197db ASDC
2022-09-03T05:01:03.152Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:2b33f15c-67e6-40d2-8f42-6bebf51122d3
ServiceName:vFW 2022-09-03 04-59-22
ServiceVersion:1.0
ServiceUUID:2cc871d7-b3e5-4c01-909b-4b1dfd6197db
ServiceInvariantUUID:ad653356-0eb4-49b5-99e8-9a02379f1471
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903045922-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
ArtifactUUID:598e40e9-6ef8-4127-bd90-6190ef666765
ArtifactChecksum:ZTE0ZWNhN2QyNTE1NDI3Y2VkY2IwZGQ5YTNhMDFhNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3bcb96c1-aede 0
ResourceCustomizationUUID:2c634ea9-24b9-4948-abb2-dc6186f12371
ResourceInvariantUUID:f00bc0b7-a338-4a24-a446-45f6093dc2f3
ResourceName:vFW 3bcb96c1-aede
ResourceType:VF
ResourceUUID:0417583e-c517-46bb-a1f3-e59f4c2c397e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3bcb96c1aede0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
ArtifactUUID:74f597bf-b8f6-443a-8cfd-70b277b0b946
ArtifactChecksum:YmRkNTU5ZTgwNDBmOTdlYmVjMWNmMGVmM2NiMjdlM2Q=
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/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
ArtifactUUID:c443129d-7e22-4613-b7cd-a053cb5af3e7
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/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
ArtifactUUID:689e3fb1-099d-4a03-ad2d-842beb745ed9
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/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
ArtifactUUID:689e3fb1-099d-4a03-ad2d-842beb745ed9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-03T05:01:03.152Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2cc871d7-b3e5-4c01-909b-4b1dfd6197db 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-09-03T05:01:03.183Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:01:03.183Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:01:03.183Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:01:03.184Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to download the artifact UUID: 598e40e9-6ef8-4127-bd90-6190ef666765 from URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:03.184Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:01:03.184Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:03.251Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:01:03.257Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar 598e40e9-6ef8-4127-bd90-6190ef666765 99014
2022-09-03T05:01:03.257Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar ASDC sendASDCNotification
2022-09-03T05:01:03.258Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:03.258Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:01:03.258Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:03.260Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:03.260Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181263257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:03.360Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:03.361Z||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-09-03T05:01:03.361Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:03.375Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:03.375Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:04.261Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:01:04.261Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:01:04.262Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to write artifact UUID: 598e40e9-6ef8-4127-bd90-6190ef666765, URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar to file: /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:04.262Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903045922-csar.csar
2022-09-03T05:01:04.263Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:04.263Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:04.539Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15603713386531608768/Definitions/service-Vfw20220903045922-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-09-03T05:01:06.454Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||####################################################################################################
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.455Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.456Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3bcb96c1-aede 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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-Vfw20220903045922-csar.csar
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|WARN|500||####################################################################################################
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.457Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.458Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.458Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:01:06.458Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:01:06.458Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:01:06.459Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:06.460Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:06.461Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:06.462Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.463Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:06.464Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.464Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.464Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:06.464Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:06.465Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.466Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6a1613fd-1a97-44e7-b3b3-e1da828f4275
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.467Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.468Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:06.469Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cc25b303-0a54-430e-ad02-410c19a3959a
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:06.470Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:06.471Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9fb682dc-fc34-484b-87a8-4807e3f61260
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.472Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.473Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:06.474Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:06.474Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-03 04-59-22
Description:catalog service description
Model UUID:2cc871d7-b3e5-4c01-909b-4b1dfd6197db
Model Version:NULL
Model InvariantUuid:ad653356-0eb4-49b5-99e8-9a02379f1471
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3bcb96c1-aede
Model UUID:da73c80b-f5e9-4388-9357-7771b2d6b2cb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f00bc0b7-a338-4a24-a446-45f6093dc2f3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2c634ea9-24b9-4948-abb2-dc6186f12371
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:70e8cb10-c102-45ab-bfa6-5490b48dbdab
ModelName:Vfw3bcb96c1Aede..base_vfw..module-0
ModelUuid:32ce406a-0956-4ad1-befd-8218f176a9ea
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6a1613fd-1a97-44e7-b3b3-e1da828f4275
ModelInvariantUuid:1e678130-08f1-4505-93fb-599ed4983a6f
ModelName:vFW 3bcb96c1-aede-nodes.vfwCvfc
ModelUuid:8edb10a6-12f5-4119-81db-369b4b4dbbd4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9603379f-0055-4b26-9326-1ffff8e15407
ModelInvariantUuid:2e883738-8851-4c82-ae24-540dc1b032b6
ModelName:Vfw3bcb96c1Aede.compute.nodes.heat.vfw
ModelUuid:113a243a-471f-443c-b875-91bd0f77596d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cc25b303-0a54-430e-ad02-410c19a3959a
ModelInvariantUuid:6899419d-3797-4eca-999c-b3a59034e77f
ModelName:vFW 3bcb96c1-aede-nodes.vsnCvfc
ModelUuid:cbbc9c54-1d14-4383-9ae1-dd62f75be5af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:98ae3538-7a78-493c-acfa-4c7dc445c510
ModelInvariantUuid:10b282c5-d0bc-4392-b128-6d692b7a4533
ModelName:Vfw3bcb96c1Aede.compute.nodes.heat.vsn
ModelUuid:f863a7b3-eebe-46d6-9566-599c7891ec15
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9fb682dc-fc34-484b-87a8-4807e3f61260
ModelInvariantUuid:959a2b99-d794-4c69-ad33-f33369a71219
ModelName:vFW 3bcb96c1-aede-nodes.vpgCvfc
ModelUuid:3748fa0c-48a8-4575-b08d-f0640cba078a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0169d5af-7243-4976-9ba8-bcf05687554d
ModelInvariantUuid:d01854ec-1e9a-44ed-b05c-ec6427fa59ef
ModelName:Vfw3bcb96c1Aede.compute.nodes.heat.vpg
ModelUuid:eb4da857-dc9c-41a7-bdf3-729ac6ce9596
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-09-03T05:01:06.481Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 0417583e-c517-46bb-a1f3-e59f4c2c397e
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-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||vFW 3bcb96c1-aede 0
2022-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 0417583e-c517-46bb-a1f3-e59f4c2c397e
2022-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to download the artifact UUID: 74f597bf-b8f6-443a-8cfd-70b277b0b946 from URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
2022-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:01:06.485Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
2022-09-03T05:01:06.537Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:01:06.537Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json 74f597bf-b8f6-443a-8cfd-70b277b0b946 785
2022-09-03T05:01:06.538Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json ASDC sendASDCNotification
2022-09-03T05:01:06.538Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
2022-09-03T05:01:06.538Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:01:06.538Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:06.540Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:06.540Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181266538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:06.640Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:01:06.665Z||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-09-03T05:01:06.665Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:06.679Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:06.680Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:07.541Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3bcb96c1Aede..base_vfw..module-0",
"vfModuleModelInvariantUUID": "70e8cb10-c102-45ab-bfa6-5490b48dbdab",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "32ce406a-0956-4ad1-befd-8218f176a9ea",
"vfModuleModelCustomizationUUID": "8e957da8-8e95-4700-96ac-cade8888c802",
"isBase": true,
"artifacts": [
"c443129d-7e22-4613-b7cd-a053cb5af3e7",
"689e3fb1-099d-4a03-ad2d-842beb745ed9"
],
"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-09-03T05:01:07.547Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3bcb96c1Aede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32ce406a-0956-4ad1-befd-8218f176a9ea
VfModuleModelInvariantUUID:70e8cb10-c102-45ab-bfa6-5490b48dbdab
VfModuleModelDescription:NULL
Artifacts UUID List:{
c443129d-7e22-4613-b7cd-a053cb5af3e7
,
689e3fb1-099d-4a03-ad2d-842beb745ed9
}
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-09-03T05:01:07.549Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3bcb96c1Aede..base_vfw..module-0",
"vfModuleModelInvariantUUID": "70e8cb10-c102-45ab-bfa6-5490b48dbdab",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "32ce406a-0956-4ad1-befd-8218f176a9ea",
"vfModuleModelCustomizationUUID": "8e957da8-8e95-4700-96ac-cade8888c802",
"isBase": true,
"artifacts": [
"c443129d-7e22-4613-b7cd-a053cb5af3e7",
"689e3fb1-099d-4a03-ad2d-842beb745ed9"
],
"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-09-03T05:01:07.549Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3bcb96c1Aede..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32ce406a-0956-4ad1-befd-8218f176a9ea
VfModuleModelInvariantUUID:70e8cb10-c102-45ab-bfa6-5490b48dbdab
VfModuleModelDescription:NULL
Artifacts UUID List:{
c443129d-7e22-4613-b7cd-a053cb5af3e7
,
689e3fb1-099d-4a03-ad2d-842beb745ed9
}
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-09-03T05:01:07.549Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to download the artifact UUID: c443129d-7e22-4613-b7cd-a053cb5af3e7 from URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
2022-09-03T05:01:07.550Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:01:07.550Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
2022-09-03T05:01:07.603Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:01:07.604Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml c443129d-7e22-4613-b7cd-a053cb5af3e7 20368
2022-09-03T05:01:07.605Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:01:07.605Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
2022-09-03T05:01:07.605Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:01:07.605Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:07.607Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:07.607Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181267604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:07.707Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:07.708Z||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-09-03T05:01:07.708Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:07.751Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:07.752Z||pool-28-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:08.608Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Trying to download the artifact UUID: 689e3fb1-099d-4a03-ad2d-842beb745ed9 from URL: /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
2022-09-03T05:01:08.608Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:01:08.609Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
2022-09-03T05:01:08.661Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:01:08.661Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env 689e3fb1-099d-4a03-ad2d-842beb745ed9 2098
2022-09-03T05:01:08.662Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:01:08.662Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
2022-09-03T05:01:08.662Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:01:08.662Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:08.664Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:08.664Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181268662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:08.765Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-03T05:01:08.766Z||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-09-03T05:01:08.766Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:08.780Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:08.781Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:09.665Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Preparing to deploy Service: 2cc871d7-b3e5-4c01-909b-4b1dfd6197db
2022-09-03T05:01:09.666Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3bcb96c1-aede 0 0417583e-c517-46bb-a1f3-e59f4c2c397e 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-09-03T05:01:09.697Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71406e04, org.onap.sdc.toscaparser.api.parameters.Input@288e960, org.onap.sdc.toscaparser.api.parameters.Input@46b06057, org.onap.sdc.toscaparser.api.parameters.Input@5f3e5ffa, org.onap.sdc.toscaparser.api.parameters.Input@2d7c3a57]
2022-09-03T05:01:09.699Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.699Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.699Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VF Category is: Generic
2022-09-03T05:01:09.700Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||VFCustomizationUUID= 2c634ea9-24b9-4948-abb2-dc6186f12371
2022-09-03T05:01:09.700Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c634ea9-24b9-4948-abb2-dc6186f12371 matches Tosca VF Customization UUID: 2c634ea9-24b9-4948-abb2-dc6186f12371
2022-09-03T05:01:09.700Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||vfCustomizationUUID: 2c634ea9-24b9-4948-abb2-dc6186f12371 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-09-03T05:01:09.704Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.705Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.706Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||resource request for resource customization id 2c634ea9-24b9-4948-abb2-dc6186f12371: {\"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-09-03T05:01:09.706Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@612935
2022-09-03T05:01:09.706Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.707Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:01:09.707Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e957da8-8e95-4700-96ac-cade8888c802
2022-09-03T05:01:09.707Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e957da8-8e95-4700-96ac-cade8888c802
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-09-03T05:01:09.711Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.711Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.712Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.712Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.712Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.713Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.713Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.713Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:09.714Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:09.714Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:09.715Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:01:09.715Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:09.715Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:09.716Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.716Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.716Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:09.717Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.717Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:09.717Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.718Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6a1613fd-1a97-44e7-b3b3-e1da828f4275
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-09-03T05:01:09.723Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.723Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.724Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.724Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.725Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:09.725Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:09.726Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:09.726Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:09.726Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.726Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.727Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:09.727Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.728Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:01:09.728Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:01:09.729Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.729Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:01:09.729Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.730Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cc25b303-0a54-430e-ad02-410c19a3959a
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-09-03T05:01:09.736Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.736Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.737Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.741Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.741Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is not matching search criteria
2022-09-03T05:01:09.741Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:01:09.742Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:01:09.742Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:01:09.742Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.742Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.743Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:01:09.743Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.744Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:01:09.744Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:01:09.744Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:01:09.745Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:01:09.745Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:01:09.745Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9fb682dc-fc34-484b-87a8-4807e3f61260
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-09-03T05:01:09.748Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.749Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.749Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:01:09.750Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.750Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Node template vFW 3bcb96c1-aede 0 is matching search criteria
2022-09-03T05:01:09.750Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found topology templates [vFW 3bcb96c1-aede 0] matching following query criteria: sdcType=VF, customizationUUID=2c634ea9-24b9-4948-abb2-dc6186f12371
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-09-03T05:01:09.753Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.753Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.754Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500|| resourceSeq for service uuid 2cc871d7-b3e5-4c01-909b-4b1dfd6197db: vFW 3bcb96c1-aede
2022-09-03T05:01:09.754Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.754Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.754Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.755Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.755Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.755Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.756Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.756Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.757Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:01:09.757Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Service vFW 2022-09-03 04-59-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:01:09.757Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||Saving Service: vFW 2022-09-03 04-59-22
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-09-03T05:01:10.028Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3bcb96c1-aede 0417583e-c517-46bb-a1f3-e59f4c2c397e 1 ASDC deployResourceStructure
2022-09-03T05:01:10.028Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json ASDC sendASDCNotification
2022-09-03T05:01:10.028Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json
2022-09-03T05:01:10.028Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:01:10.029Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:10.030Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:10.030Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181270028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:10.131Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:10.132Z||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-09-03T05:01:10.132Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:10.145Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:10.145Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:11.031Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:01:11.032Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml
2022-09-03T05:01:11.032Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:01:11.032Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:11.034Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:11.034Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181271031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:11.135Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:11.136Z||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-09-03T05:01:11.136Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:11.150Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:11.150Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:01:12.035Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:01:12.036Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env
2022-09-03T05:01:12.036Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:01:12.036Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:12.047Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:12.047Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181272035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:12.138Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-03T05:01:12.139Z||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-09-03T05:01:12.139Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:12.155Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:12.155Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:13.048Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar ASDC sendASDCNotification
2022-09-03T05:01:13.049Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar
2022-09-03T05:01:13.049Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-03T05:01:13.049Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:01:13.051Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:01:13.051Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181273048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:13.151Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:01:13.153Z||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-09-03T05:01:13.153Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:13.167Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:13.168Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:01:14.052Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:01:14.063Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:01:14.065Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:01:14.065Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:01:14.065Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:01:44.065Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:01:44.084Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:01:44.091Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:01:44.091Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:01:44.091Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:01:45.415Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:01:45.416Z||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-09-03T05:01:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:01:45.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:01:45.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181185413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181193481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181197531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181198651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181199721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181201068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/basic_onboard_udoevt0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181202073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181203076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/resourceInstances/basic_onboard_udoevt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181204080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdoevt/1.0/artifacts/service-BasicOnboardUdoevt-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "cds",
"timestamp": 1662181209191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181212772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181210408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181212772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181210408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "cds",
"timestamp": 1662181209191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181212772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181210408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "cds",
"timestamp": 1662181209191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181220374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181210408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181212772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "cds",
"timestamp": 1662181209191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181220374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181222109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "cds",
"timestamp": 1662181209191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181210408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181212772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181220374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181222109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "cds",
"timestamp": 1662181209191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181210408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181212772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181220374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181222109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "cds",
"timestamp": 1662181209191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181212772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181210408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181220374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181222109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "cds",
"timestamp": 1662181226062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181226323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181220374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181222109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "cds",
"timestamp": 1662181227068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-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-09-03T05:01:45.485Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:01:45.485Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:01:45.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181227404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181220374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181222109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181228517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181228192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181222109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181229568,
"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-09-03T05:01:45.505Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:01:45.505Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:01:45.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181229197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:45.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181229989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181230574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "policy-id",
"timestamp": 1662181230201,
"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-09-03T05:01:45.532Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:01:45.532Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:01:45.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181229978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181229978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181229978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181233592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T05:01:45.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181229978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181234596,
"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-09-03T05:01:45.553Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:01:45.554Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:01:45.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181233964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181229978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181233964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181229978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181233964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181229978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181233964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181237823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181233964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181233964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181233964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:01:45.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-03T05:02:14.092Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:02:14.108Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:02:14.112Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:02:14.112Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:02:14.112Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:02:44.113Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:02:44.130Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:02:44.135Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:02:44.135Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-03T05:02:44.135Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-03T05:02:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:02:45.416Z||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-09-03T05:02:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:02:45.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:02:45.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181247439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-03T05:02:45.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "aai-ml",
"timestamp": 1662181248444,
"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-09-03T05:02:45.464Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:02:45.464Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:02:45.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181251119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181253128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "clamp",
"timestamp": 1662181254131,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-03T05:02:45.479Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b33f15c-67e6-40d2-8f42-6bebf51122d3
2022-09-03T05:02:45.479Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b33f15c-67e6-40d2-8f42-6bebf51122d3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T05:02:45.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e43ac212-5a4d-4f73-a243-524739de51d0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181254421,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:02:45.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "NOTIFIED"
}
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181255442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:02:45.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181263257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181266538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181267604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181268662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181270028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/vfw3bcb96c1aede0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181271031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181272035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/resourceInstances/vfw3bcb96c1aede0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-03T05:02:45.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:02:45.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:02:45.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181273048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903045922/1.0/artifacts/service-Vfw20220903045922-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T05:02:45.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:14.136Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:03:14.164Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3
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-09-03T05:03:14.173Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-03T05:03:14.174Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-03T05:03:14.174Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-03T05:03:14.174Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-03T05:03:14.174Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-03T05:03:14.175Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?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-09-03T05:03:14.202Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-03T05:03:44.202Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3 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-09-03T05:03:44.208Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b33f15c-67e6-40d2-8f42-6bebf51122d3 and serviceModelVersionId: 2cc871d7-b3e5-4c01-909b-4b1dfd6197db
2022-09-03T05:03:44.208Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad653356-0eb4-49b5-99e8-9a02379f1471
2022-09-03T05:03:44.209Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0
2022-09-03T05:03:44.213Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1525e618-9188-453d-b7c3-1ea8199ccf32/model-vers/model-ver/c318043e-f459-42af-86e3-e9001f75477a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-03T05:03:44.259Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Invoke
2022-09-03T05:03:44.260Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c08e8912-b4e2-4e60-bc55-aa5f898ff0e8], X-ECOMP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-TransactionId=[], X-ONAP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], Content-Type=[application/merge-patch+json]}
2022-09-03T05:03:45.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:03:45.416Z||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-09-03T05:03:45.416Z||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 gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:45.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:45.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181342109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "cds",
"timestamp": 1662181344191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181340374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181342109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "cds",
"timestamp": 1662181344191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181340374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "cds",
"timestamp": 1662181344191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181342109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181340374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181342109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "cds",
"timestamp": 1662181344191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181340374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181342109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "cds",
"timestamp": 1662181344191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181340374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181342109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "cds",
"timestamp": 1662181344191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181340374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "aai-ml",
"timestamp": 1662181349978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181350408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181342109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "cds",
"timestamp": 1662181344191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181340374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "aai-ml",
"timestamp": 1662181349978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181350408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181352450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "cds",
"timestamp": 1662181352457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181352159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "aai-ml",
"timestamp": 1662181349978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181350408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181353162,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T05:03:45.465Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "cds",
"timestamp": 1662181353469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-03T05:03:45.497Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:03:45.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:03:45.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "aai-ml",
"timestamp": 1662181349978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181352772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181350408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "policy-id",
"timestamp": 1662181354165,
"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-09-03T05:03:45.516Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:03:45.516Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:03:45.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "clamp",
"timestamp": 1662181353963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "aai-ml",
"timestamp": 1662181349978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181352772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181350408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "clamp",
"timestamp": 1662181353963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "aai-ml",
"timestamp": 1662181349978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181352772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181350408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181355929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "clamp",
"timestamp": 1662181353963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "aai-ml",
"timestamp": 1662181349978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181352772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181350408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662181356932,
"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-09-03T05:03:45.539Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:03:45.539Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:03:45.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "clamp",
"timestamp": 1662181353963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181352772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "aai-ml",
"timestamp": 1662181357745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181358237,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "clamp",
"timestamp": 1662181353963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181352772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181359326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "clamp",
"timestamp": 1662181353963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "ves-openapi-manager",
"timestamp": 1662181352772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181360408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "clamp",
"timestamp": 1662181353963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-03T05:03:45.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181361440,
"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-09-03T05:03:45.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ce0389b-38c0-4320-aac7-25c202bacca8
2022-09-03T05:03:45.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ce0389b-38c0-4320-aac7-25c202bacca8 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-09-03T05:03:45.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-03T05:03:45.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662181362446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "DEPLOY_OK"
}
2022-09-03T05:03:45.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-03T05:03:45.787Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Invoke
2022-09-03T05:03:45.788Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34efa6d3-43c1-4185-8983-b675627ce4cd], X-ECOMP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-TransactionId=[], X-ONAP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], Content-Type=[application/merge-patch+json]}
2022-09-03T05:03:47.324Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Invoke
2022-09-03T05:03:47.325Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f20eb05-a34e-46a0-b27d-9ed8c824ebec], X-ECOMP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], X-TransactionId=[], X-ONAP-RequestID=[2b33f15c-67e6-40d2-8f42-6bebf51122d3], Content-Type=[application/merge-patch+json]}
2022-09-03T05:03:48.358Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:03:48.358Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-09-03T05:03:48.359Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:03:48.359Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-09-03T05:03:48.374Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-09-03T05:03:48.374Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b33f15c-67e6-40d2-8f42-6bebf51122d3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-03T05:03:48.374Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-03T05:03:48.374Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:48.376Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:48.377Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "2b33f15c-67e6-40d2-8f42-6bebf51122d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181428374,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-03T05:03:48.477Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:48.478Z||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-09-03T05:03:48.478Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:48.493Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:48.494Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-09-03T05:03:49.403Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-03T05:03:49.403Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-09-03T05:03:49.403Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:53.797Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:53.798Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||received message from topic
2022-09-03T05:03:53.798Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"4ce0389b-38c0-4320-aac7-25c202bacca8","serviceName":"vFW 2022-09-03 05-01-29","serviceVersion":"1.0","serviceUUID":"ebbfa781-f396-4e24-aee4-1be6eff4d8e1","serviceDescription":"catalog service description","serviceInvariantUUID":"cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27","resources":[{"resourceInstanceName":"vFW 26e66c83-4f81 0","resourceName":"vFW 26e66c83-4f81","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8787406f-6337-4e6b-b135-ad13579c1e11","resourceInvariantUUID":"8d37c93f-eecc-42fd-ae90-3440295cba78","resourceCustomizationUUID":"9a98aefc-80b8-4017-b069-7ad13485f6b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml","artifactChecksum":"NmU3OWZjNmYzMjJmODM1NDVhMDdiNDA5Yzk3YWI0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce340d86-ded4-4cd4-ac6b-1f459e46b82b","artifactVersion":"1"},{"artifactName":"vfw26e66c834f810_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json","artifactChecksum":"YzI4NzZlYjdlYWQ0MTg2OTgwMzRkNTU2Y2E5N2I1NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02ce85fb-9739-4c26-bf6a-e7d21349a425","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f505a205-b9fe-440d-92f6-4d7bdaba2dad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml","artifactChecksum":"MmI2Yjg0NjBjYTU0MjM1OTU5MjEwM2NhOTEwMTkwMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e2675a6-ec73-43e9-974b-d8ed2ccc5fa9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2335063-1841-469f-8b53-ecd394182e1c","artifactVersion":"2","generatedFromUUID":"f505a205-b9fe-440d-92f6-4d7bdaba2dad"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220903050129-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml","artifactChecksum":"MGJhYjhjYTYzODM2ZGFiZDgwZWE2Zjg5M2NiY2M0MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de596baa-f361-4c1e-b57f-4bce5d9b5241","artifactVersion":"1"},{"artifactName":"service-Vfw20220903050129-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar","artifactChecksum":"YjdjMmVkODUzZGYxYTVmNWVhOWVjYzFhOTdhNWZmNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d642875f-713c-41f7-a81c-9239f4dc9d81","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-03T05:03:53.801Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:53.801Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:53.803Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:53.803Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181429403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:53.903Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:53.904Z||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-09-03T05:03:53.904Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:53.921Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:53.921Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:54.803Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:54.804Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:54.806Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:54.806Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181429403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "NOTIFIED"
}
2022-09-03T05:03:54.906Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:54.907Z||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-09-03T05:03:54.907Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:54.923Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:54.923Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:03:55.807Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:55.807Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:55.809Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:55.809Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181429403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-03T05:03:55.909Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:55.910Z||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-09-03T05:03:55.910Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:55.925Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:55.925Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:56.810Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:56.810Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:56.812Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:56.813Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181429403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:56.913Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:56.913Z||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-09-03T05:03:56.913Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:56.927Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:56.927Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:57.813Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:57.814Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:57.816Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:57.816Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181429403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-03T05:03:57.916Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:57.917Z||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-09-03T05:03:57.917Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:57.931Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:57.931Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:58.816Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:58.817Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:58.819Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:58.819Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181429403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-03T05:03:58.919Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:58.920Z||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-09-03T05:03:58.920Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:58.936Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:58.937Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:03:59.820Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-03T05:03:59.821Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:03:59.822Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:03:59.823Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181429403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "NOTIFIED"
}
2022-09-03T05:03:59.923Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:03:59.924Z||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-09-03T05:03:59.924Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:03:59.943Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:03:59.944Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:04:00.824Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"serviceName": "vFW 2022-09-03 05-01-29",
"serviceVersion": "1.0",
"serviceUUID": "ebbfa781-f396-4e24-aee4-1be6eff4d8e1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27",
"resources": [
{
"resourceInstanceName": "vFW 26e66c83-4f81 0",
"resourceCustomizationUUID": "9a98aefc-80b8-4017-b069-7ad13485f6b1",
"resourceName": "vFW 26e66c83-4f81",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8787406f-6337-4e6b-b135-ad13579c1e11",
"resourceInvariantUUID": "8d37c93f-eecc-42fd-ae90-3440295cba78",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw26e66c834f810_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"artifactChecksum": "YzI4NzZlYjdlYWQ0MTg2OTgwMzRkNTU2Y2E5N2I1NzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "02ce85fb-9739-4c26-bf6a-e7d21349a425",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f505a205-b9fe-440d-92f6-4d7bdaba2dad",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d2335063-1841-469f-8b53-ecd394182e1c",
"generatedFromUUID": "f505a205-b9fe-440d-92f6-4d7bdaba2dad"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d2335063-1841-469f-8b53-ecd394182e1c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220903050129-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"artifactChecksum": "YjdjMmVkODUzZGYxYTVmNWVhOWVjYzFhOTdhNWZmNWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d642875f-713c-41f7-a81c-9239f4dc9d81"
}
],
"workloadContext": "Production"
}
2022-09-03T05:04:00.825Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-03T05:04:00.825Z|2b33f15c-67e6-40d2-8f42-6bebf51122d3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ebbfa781-f396-4e24-aee4-1be6eff4d8e1 ASDC
2022-09-03T05:04:00.826Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||ASDC Notification:
DistributionID:4ce0389b-38c0-4320-aac7-25c202bacca8
ServiceName:vFW 2022-09-03 05-01-29
ServiceVersion:1.0
ServiceUUID:ebbfa781-f396-4e24-aee4-1be6eff4d8e1
ServiceInvariantUUID:cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220903050129-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar
ArtifactUUID:d642875f-713c-41f7-a81c-9239f4dc9d81
ArtifactChecksum:YjdjMmVkODUzZGYxYTVmNWVhOWVjYzFhOTdhNWZmNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 26e66c83-4f81 0
ResourceCustomizationUUID:9a98aefc-80b8-4017-b069-7ad13485f6b1
ResourceInvariantUUID:8d37c93f-eecc-42fd-ae90-3440295cba78
ResourceName:vFW 26e66c83-4f81
ResourceType:VF
ResourceUUID:8787406f-6337-4e6b-b135-ad13579c1e11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw26e66c834f810_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json
ArtifactUUID:02ce85fb-9739-4c26-bf6a-e7d21349a425
ArtifactChecksum:YzI4NzZlYjdlYWQ0MTg2OTgwMzRkNTU2Y2E5N2I1NzA=
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/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml
ArtifactUUID:f505a205-b9fe-440d-92f6-4d7bdaba2dad
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/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
ArtifactUUID:d2335063-1841-469f-8b53-ecd394182e1c
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/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
ArtifactUUID:d2335063-1841-469f-8b53-ecd394182e1c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-03T05:04:00.826Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebbfa781-f396-4e24-aee4-1be6eff4d8e1 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-09-03T05:04:00.897Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:04:00.897Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:04:00.897Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:04:00.898Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to download the artifact UUID: d642875f-713c-41f7-a81c-9239f4dc9d81 from URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:00.898Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:04:00.898Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:00.968Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:04:00.972Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar d642875f-713c-41f7-a81c-9239f4dc9d81 99052
2022-09-03T05:04:00.973Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar ASDC sendASDCNotification
2022-09-03T05:04:00.973Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:00.973Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:04:00.973Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:00.975Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:00.975Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181440973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:04:01.075Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:01.076Z||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-09-03T05:04:01.076Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:01.101Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:04:01.101Z||pool-42-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:04:01.976Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-03T05:04:01.977Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||MSO config path is: /app
2022-09-03T05:04:01.977Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to write artifact UUID: d642875f-713c-41f7-a81c-9239f4dc9d81, URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/artifacts/service-Vfw20220903050129-csar.csar to file: /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:01.977Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220903050129-csar.csar
2022-09-03T05:04:01.978Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:01.978Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:02.146Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2332616303169212724/Definitions/service-Vfw20220903050129-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-09-03T05:04:04.012Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||####################################################################################################
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.013Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 26e66c83-4f81 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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?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-Vfw20220903050129-csar.csar
2022-09-03T05:04:04.014Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|WARN|500||####################################################################################################
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:04:04.015Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Search for entities recursively
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.016Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:04:04.017Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:04:04.018Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.019Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:04.020Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:04:04.021Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.022Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98868d85-33e0-4149-8a1b-7e563f7a9ec1
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:04:04.023Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.024Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=181ece8d-4063-4cc0-aea0-88b5a1c45497
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.025Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-03T05:04:04.026Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c0fa1796-f4cc-4bfe-84cb-7c6801695ba4
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.027Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:04.028Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:04.028Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-03 05-01-29
Description:catalog service description
Model UUID:ebbfa781-f396-4e24-aee4-1be6eff4d8e1
Model Version:NULL
Model InvariantUuid:cffbb3bf-4cf8-4e12-a7ac-fa9d97014f27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 26e66c83-4f81
Model UUID:bd5e773e-7f0f-43e7-a984-962c98af5aee
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d37c93f-eecc-42fd-ae90-3440295cba78
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9a98aefc-80b8-4017-b069-7ad13485f6b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:987fc8e3-418b-4f00-8612-e2290ecbd853
ModelName:Vfw26e66c834f81..base_vfw..module-0
ModelUuid:325c17fb-370c-4d7d-8a97-c8a5756d9e50
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:98868d85-33e0-4149-8a1b-7e563f7a9ec1
ModelInvariantUuid:aaf171a0-6cb4-4f4a-ac0c-3add5e300e1b
ModelName:vFW 26e66c83-4f81-nodes.vfwCvfc
ModelUuid:e9968abe-fc9c-40d2-8127-6554de71be4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:da1f266e-4e4e-4b40-9f16-19d6928c9b81
ModelInvariantUuid:825cdc16-630c-4433-a2f2-00b46a710878
ModelName:Vfw26e66c834f81.compute.nodes.heat.vfw
ModelUuid:ca0e421d-5411-47cd-8f29-71d5209ee680
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:181ece8d-4063-4cc0-aea0-88b5a1c45497
ModelInvariantUuid:d2253a3e-c351-436c-bf44-1fe028225af3
ModelName:vFW 26e66c83-4f81-nodes.vsnCvfc
ModelUuid:413773d5-0a93-4833-8c1d-bfce4ffa3e1f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8f804051-b146-4b28-aa05-f7db325ed6d8
ModelInvariantUuid:1ded8de3-5b4a-40a2-a480-e7aaeb4faa1f
ModelName:Vfw26e66c834f81.compute.nodes.heat.vsn
ModelUuid:47026dda-9bf2-4687-8be0-a3ef4d4a26fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c0fa1796-f4cc-4bfe-84cb-7c6801695ba4
ModelInvariantUuid:88ea3e92-a96f-43f5-bbc9-a4befdd54a3a
ModelName:vFW 26e66c83-4f81-nodes.vpgCvfc
ModelUuid:b669242c-52f9-4664-8f89-2d5db046064e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:380c0777-788c-4ceb-9b48-bf2557f92613
ModelInvariantUuid:6ee70d94-d7b0-4edd-91d6-8d3f2163aa9d
ModelName:Vfw26e66c834f81.compute.nodes.heat.vpg
ModelUuid:3d1865db-a7a9-4ec7-af93-9a594bdd4179
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-09-03T05:04:04.045Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 8787406f-6337-4e6b-b135-ad13579c1e11
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-09-03T05:04:04.048Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||vFW 26e66c83-4f81 0
2022-09-03T05:04:04.048Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 8787406f-6337-4e6b-b135-ad13579c1e11
2022-09-03T05:04:04.048Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to download the artifact UUID: 02ce85fb-9739-4c26-bf6a-e7d21349a425 from URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json
2022-09-03T05:04:04.048Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:04:04.049Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json
2022-09-03T05:04:04.096Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json 02ce85fb-9739-4c26-bf6a-e7d21349a425 785
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json ASDC sendASDCNotification
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:04:04.097Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:04.099Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:04.099Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181444097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/vfw26e66c834f810_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:04:04.199Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:04.200Z||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-09-03T05:04:04.200Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:04.214Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:04:04.214Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-03T05:04:05.099Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw26e66c834f81..base_vfw..module-0",
"vfModuleModelInvariantUUID": "987fc8e3-418b-4f00-8612-e2290ecbd853",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "325c17fb-370c-4d7d-8a97-c8a5756d9e50",
"vfModuleModelCustomizationUUID": "797c5c96-dc13-45c8-9956-e719fd791b85",
"isBase": true,
"artifacts": [
"f505a205-b9fe-440d-92f6-4d7bdaba2dad",
"d2335063-1841-469f-8b53-ecd394182e1c"
],
"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-09-03T05:04:05.103Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw26e66c834f81..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:325c17fb-370c-4d7d-8a97-c8a5756d9e50
VfModuleModelInvariantUUID:987fc8e3-418b-4f00-8612-e2290ecbd853
VfModuleModelDescription:NULL
Artifacts UUID List:{
f505a205-b9fe-440d-92f6-4d7bdaba2dad
,
d2335063-1841-469f-8b53-ecd394182e1c
}
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-09-03T05:04:05.105Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw26e66c834f81..base_vfw..module-0",
"vfModuleModelInvariantUUID": "987fc8e3-418b-4f00-8612-e2290ecbd853",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "325c17fb-370c-4d7d-8a97-c8a5756d9e50",
"vfModuleModelCustomizationUUID": "797c5c96-dc13-45c8-9956-e719fd791b85",
"isBase": true,
"artifacts": [
"f505a205-b9fe-440d-92f6-4d7bdaba2dad",
"d2335063-1841-469f-8b53-ecd394182e1c"
],
"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-09-03T05:04:05.105Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw26e66c834f81..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:325c17fb-370c-4d7d-8a97-c8a5756d9e50
VfModuleModelInvariantUUID:987fc8e3-418b-4f00-8612-e2290ecbd853
VfModuleModelDescription:NULL
Artifacts UUID List:{
f505a205-b9fe-440d-92f6-4d7bdaba2dad
,
d2335063-1841-469f-8b53-ecd394182e1c
}
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-09-03T05:04:05.106Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to download the artifact UUID: f505a205-b9fe-440d-92f6-4d7bdaba2dad from URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml
2022-09-03T05:04:05.106Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:04:05.106Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml
2022-09-03T05:04:05.160Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:04:05.160Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml f505a205-b9fe-440d-92f6-4d7bdaba2dad 20368
2022-09-03T05:04:05.161Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-03T05:04:05.161Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml
2022-09-03T05:04:05.161Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:04:05.161Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:05.163Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:05.163Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181445161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:04:05.264Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-03T05:04:05.264Z||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-09-03T05:04:05.264Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:05.279Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:04:05.279Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:04:06.164Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||Trying to download the artifact UUID: d2335063-1841-469f-8b53-ecd394182e1c from URL: /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
2022-09-03T05:04:06.165Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - download
2022-09-03T05:04:06.165Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
2022-09-03T05:04:06.260Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||GET Response Status 200
2022-09-03T05:04:06.260Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env d2335063-1841-469f-8b53-ecd394182e1c 2098
2022-09-03T05:04:06.260Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-03T05:04:06.261Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env
2022-09-03T05:04:06.261Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-03T05:04:06.261Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-03T05:04:06.262Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-03T05:04:06.263Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||try to send status {
"distributionID": "4ce0389b-38c0-4320-aac7-25c202bacca8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662181446260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220903050129/1.0/resourceInstances/vfw26e66c834f810/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-03T05:04:06.363Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-03T05:04:06.364Z||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-09-03T05:04:06.364Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gaQiZxY1EK8ViigO) ...
2022-09-03T05:04:06.379Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-03T05:04:06.380Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-03T05:04:07.263Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Preparing to deploy Service: ebbfa781-f396-4e24-aee4-1be6eff4d8e1
2022-09-03T05:04:07.264Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 26e66c83-4f81 0 8787406f-6337-4e6b-b135-ad13579c1e11 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-09-03T05:04:07.294Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@121ce10d, org.onap.sdc.toscaparser.api.parameters.Input@6760706c, org.onap.sdc.toscaparser.api.parameters.Input@7037179a, org.onap.sdc.toscaparser.api.parameters.Input@7eee72f0, org.onap.sdc.toscaparser.api.parameters.Input@b8ff0a9]
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VF Category is: Generic
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||VFCustomizationUUID= 9a98aefc-80b8-4017-b069-7ad13485f6b1
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a98aefc-80b8-4017-b069-7ad13485f6b1 matches Tosca VF Customization UUID: 9a98aefc-80b8-4017-b069-7ad13485f6b1
2022-09-03T05:04:07.296Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||vfCustomizationUUID: 9a98aefc-80b8-4017-b069-7ad13485f6b1 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-09-03T05:04:07.299Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:07.299Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-03T05:04:07.300Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||resource request for resource customization id 9a98aefc-80b8-4017-b069-7ad13485f6b1: {\"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-09-03T05:04:07.300Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2abfdce3
2022-09-03T05:04:07.300Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:07.301Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Service vFW 2022-09-03 05-01-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-03T05:04:07.301Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 797c5c96-dc13-45c8-9956-e719fd791b85
2022-09-03T05:04:07.301Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 797c5c96-dc13-45c8-9956-e719fd791b85
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-09-03T05:04:07.305Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:07.306Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:07.306Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:07.307Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:07.307Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is matching search criteria
2022-09-03T05:04:07.307Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [vFW 26e66c83-4f81 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-03T05:04:07.308Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-03T05:04:07.308Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vFW 26e66c83-4f81 0 is not matching search criteria
2022-09-03T05:04:07.308Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-03T05:04:07.309Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-03T05:04:07.309Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-03T05:04:07.309Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-03T05:04:07.310Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-09-03T05:04:07.310Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.310Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:07.311Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-03T05:04:07.311Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-03T05:04:07.311Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-09-03T05:04:07.311Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-03T05:04:07.312Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98868d85-33e0-4149-8a1b-7e563f7a9ec1
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-09-03T05:04:07.315Z|4ce0389b-38c0-4320-aac7-25c202bacca8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad653356-0eb4-49b5-99e8-9a02379f1471/model-vers/model-ver/2cc871d7-b3e5-4c01-909b-4b1dfd6197db?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery