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-23T20:42:26.436Z||main|||||INFO|500||The following profiles are active: basic
2022-09-23T20:43:15.920Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-23T20:43:15.943Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-23T20:43:16.312Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-23T20:43:37.476Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-23T20:43:40.144Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-23T20:43:42.311Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-23T20:43:42.351Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-23T20:43:42.897Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-23T20:43:44.998Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-23T20:43:48.405Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-23T20:44:03.262Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-23T20:44:10.619Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-23T20:44:10.761Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-23T20:44:15.359Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-23T20:44:16.309Z||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-23T20:44:22.400Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-23T20:44:26.350Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-23T20:44:26.395Z||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$$2538ded1.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-23T20:44:26.399Z||main|||||WARN|500||The sdc end point is not alive
2022-09-23T20:44:36.249Z||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-23T20:44:50.281Z||main|||||WARN|500||---
2022-09-23T20:44:50.282Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-23T20:44:50.283Z||main|||||WARN|500||---
2022-09-23T20:44:51.033Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-23T20:45:09.573Z||main|||||INFO|500||Started Application in 179.269 seconds (JVM running for 192.316)
2022-09-23T20:45:09.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-23T20:45:09.766Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-23T20:45:09.814Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-23T20:45:09.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-23T20:45:10.048Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e598c747-1215-41ef-9183-c631034a3955 url= /sdc/v1/artifactTypes
2022-09-23T20:45:10.049Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-23T20:45:10.823Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-23T20:45:10.855Z||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-23T20:45:10.889Z||scheduling-1|||||DEBUG|500||create keys
2022-09-23T20:45:10.899Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-23T20:45:11.076Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:45:11.109Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= be4cdc22-bf36-47f4-b983-e05aeafad793 url= /sdc/v1/registerForDistribution
2022-09-23T20:45:11.313Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= be4cdc22-bf36-47f4-b983-e05aeafad793 url= /sdc/v1/registerForDistribution
2022-09-23T20:45:11.313Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-23T20:45:11.379Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:45:11.381Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:45:11.393Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-23T20:45:11.496Z||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-23T20:45:11.497Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:45:11.500Z||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-23T20:45:11.500Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:45:22.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:45:22.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:46:11.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:46:11.334Z||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-23T20:46:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:46:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:46:11.353Z||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-23T20:46:11.355Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:46:21.035Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:46:21.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:47:11.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:47:11.332Z||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-23T20:47:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:47:11.349Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:47:11.352Z||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-23T20:47:11.355Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:47:21.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:47:21.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:48:11.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:48:11.332Z||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-23T20:48:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:48:11.366Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:48:11.369Z||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-23T20:48:11.375Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:48:21.119Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:48:21.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:49:11.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:49:11.339Z||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-23T20:49:11.341Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:49:11.349Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:49:11.358Z||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-23T20:49:11.358Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:49:21.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:49:21.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:50:11.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:50:11.339Z||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-23T20:50:11.339Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:50:11.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:50:11.354Z||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-23T20:50:11.355Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:50:21.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:50:21.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:51:11.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:51:11.330Z||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-23T20:51:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:51:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:51:11.349Z||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-23T20:51:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:51:21.356Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:51:21.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:52:11.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:52:11.334Z||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-23T20:52:11.341Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:52:11.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:52:11.407Z||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-23T20:52:11.408Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:52:21.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:52:21.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:52:56.920Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-23T20:53:11.341Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:53:11.342Z||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-23T20:53:11.342Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:53:11.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:53:11.350Z||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-23T20:53:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:53:21.087Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:53:21.096Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:54:11.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:54:11.345Z||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-23T20:54:11.349Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:54:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:54:11.352Z||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-23T20:54:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:54:21.066Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:54:21.128Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:55:11.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:55:11.332Z||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-23T20:55:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:55:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:55:11.349Z||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-23T20:55:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:55:20.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:55:21.006Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:56:11.339Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:56:11.341Z||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-23T20:56:11.342Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:56:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:56:11.349Z||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-23T20:56:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:56:20.932Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:56:20.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:57:11.327Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:57:11.330Z||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-23T20:57:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:57:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:57:11.349Z||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-23T20:57:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:57:20.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:57:20.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:58:11.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:58:11.333Z||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-23T20:58:11.334Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:58:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:58:11.349Z||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-23T20:58:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:58:20.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:58:20.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:59:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:59:11.336Z||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-23T20:59:11.338Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:59:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T20:59:11.349Z||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-23T20:59:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T20:59:20.911Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T20:59:20.927Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:00:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:00:11.330Z||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-23T21:00:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:00:11.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:00:11.352Z||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-23T21:00:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:00:21.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:00:21.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:01:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:01:11.328Z||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-23T21:01:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:01:11.349Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:01:11.352Z||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-23T21:01:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:01:21.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:01:21.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:02:11.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:02:11.338Z||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-23T21:02:11.338Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:02:11.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:02:11.350Z||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-23T21:02:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:02:20.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:02:20.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:03:11.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:03:11.333Z||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-23T21:03:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:03:11.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:03:11.358Z||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-23T21:03:11.358Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:03:20.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:03:20.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:04:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:04:11.330Z||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-23T21:04:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:04:11.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:04:11.353Z||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-23T21:04:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:04:21.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:04:21.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:05:11.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:05:11.347Z||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-23T21:05:11.348Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:05:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:05:11.350Z||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-23T21:05:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:05:20.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:05:20.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:06:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:06:11.329Z||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-23T21:06:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:06:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:06:11.350Z||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-23T21:06:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:06:20.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:06:21.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:07:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:07:11.333Z||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-23T21:07:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:07:11.349Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:07:11.350Z||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-23T21:07:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:07:20.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:07:20.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:08:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:08:11.330Z||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-23T21:08:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:08:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:08:11.352Z||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-23T21:08:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:08:20.961Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:08:21.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:09:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:09:11.346Z||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-23T21:09:11.346Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:09:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:09:11.349Z||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-23T21:09:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:09:21.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:09:21.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:10:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:10:11.328Z||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-23T21:10:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:10:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:10:11.352Z||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-23T21:10:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:10:20.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:10:20.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:11:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:11:11.329Z||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-23T21:11:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:11:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:11:11.350Z||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-23T21:11:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:11:21.036Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:11:21.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:12:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:12:11.328Z||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-23T21:12:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:12:11.349Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:12:11.353Z||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-23T21:12:11.356Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:12:20.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:12:20.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:13:11.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:13:11.332Z||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-23T21:13:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:13:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:13:11.349Z||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-23T21:13:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:13:20.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:13:20.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:14:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:14:11.329Z||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-23T21:14:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:14:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:14:11.350Z||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-23T21:14:11.362Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:14:20.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:14:20.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:15:11.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:15:11.329Z||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-23T21:15:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:15:11.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:15:11.352Z||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-23T21:15:11.368Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:15:21.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:15:21.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:16:11.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:16:11.329Z||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-23T21:16:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:16:11.349Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:16:11.350Z||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-23T21:16:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:16:20.943Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:16:21.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:17:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:17:11.328Z||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-23T21:17:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:17:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:17:11.349Z||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-23T21:17:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:17:20.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:17:20.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:18:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:18:11.328Z||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-23T21:18:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:18:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:18:11.349Z||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-23T21:18:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:18:20.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:18:20.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:19:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:19:11.329Z||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-23T21:19:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:19:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:19:11.349Z||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-23T21:19:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:19:20.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:19:20.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:20:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:20:11.329Z||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-23T21:20:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:20:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:20:11.349Z||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-23T21:20:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:20:20.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:20:20.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:21:11.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:21:11.328Z||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-23T21:21:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:21:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:21:11.350Z||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-23T21:21:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:21:20.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:21:20.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:22:11.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:22:11.333Z||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-23T21:22:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:22:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:22:11.349Z||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-23T21:22:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:22:21.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:22:21.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:23:11.327Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:23:11.329Z||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-23T21:23:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:23:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:23:11.350Z||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-23T21:23:11.365Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:23:20.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:23:20.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:24:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:24:11.328Z||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-23T21:24:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:24:11.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:24:11.351Z||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-23T21:24:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:24:20.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:24:20.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:25:11.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:25:11.334Z||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-23T21:25:11.335Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:25:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:25:11.354Z||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-23T21:25:11.355Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:25:20.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:25:20.979Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:26:11.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:26:11.343Z||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-23T21:26:11.343Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:26:11.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:26:11.351Z||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-23T21:26:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:26:21.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:26:21.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:27:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:27:11.328Z||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-23T21:27:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:27:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:27:11.349Z||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-23T21:27:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:27:20.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:27:20.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:28:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:28:11.328Z||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-23T21:28:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:28:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:28:11.349Z||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-23T21:28:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:28:20.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:28:20.942Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:29:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:29:11.328Z||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-23T21:29:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:29:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:29:11.350Z||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-23T21:29:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:29:20.940Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:29:20.941Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:30:11.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:30:11.340Z||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-23T21:30:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:30:11.353Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:30:11.360Z||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-23T21:30:11.361Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:30:21.113Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:30:21.142Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:31:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:31:11.329Z||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-23T21:31:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:31:11.368Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:31:11.369Z||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-23T21:31:11.370Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:31:21.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:31:21.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:32:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:32:11.328Z||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-23T21:32:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:32:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:32:11.349Z||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-23T21:32:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:32:20.897Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:32:20.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:33:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:33:11.328Z||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-23T21:33:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:33:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:33:11.349Z||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-23T21:33:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:33:20.896Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:33:20.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:34:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:34:11.329Z||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-23T21:34:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:34:11.354Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:34:11.360Z||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-23T21:34:11.360Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:34:20.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:34:21.143Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:35:11.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:35:11.331Z||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-23T21:35:11.333Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:35:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:35:11.349Z||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-23T21:35:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:35:20.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:35:20.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:36:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:36:11.328Z||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-23T21:36:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:36:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:36:11.383Z||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-23T21:36:11.393Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:36:20.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:36:21.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:37:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:37:11.330Z||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-23T21:37:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:37:11.349Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:37:11.353Z||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-23T21:37:11.357Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:37:20.940Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:37:20.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:38:11.327Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:38:11.329Z||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-23T21:38:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:38:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:38:11.349Z||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-23T21:38:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:38:20.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:38:20.970Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:39:11.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:39:11.339Z||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-23T21:39:11.340Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:39:11.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:39:11.350Z||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-23T21:39:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:39:21.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:39:21.136Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:40:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:40:11.328Z||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-23T21:40:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:40:11.349Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:40:11.351Z||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-23T21:40:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:40:20.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:40:20.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:41:11.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:41:11.330Z||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-23T21:41:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:41:11.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:41:11.351Z||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-23T21:41:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:41:20.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:41:20.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:42:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:42:11.329Z||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-23T21:42:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:42:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:42:11.349Z||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-23T21:42:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:42:21.090Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:42:21.148Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:43:11.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:43:11.336Z||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-23T21:43:11.337Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:43:11.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:43:11.349Z||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-23T21:43:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:43:20.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:43:20.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:44:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:44:11.328Z||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-23T21:44:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:44:11.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:44:11.348Z||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-23T21:44:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:44:20.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:44:20.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:45:11.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:45:11.334Z||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-23T21:45:11.336Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:45:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:45:11.349Z||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-23T21:45:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:45:21.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:45:21.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:46:11.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:46:11.331Z||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-23T21:46:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:46:11.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:46:11.358Z||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-23T21:46:11.358Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:46:21.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:46:21.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:47:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:47:11.331Z||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-23T21:47:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:47:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:47:11.349Z||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-23T21:47:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:47:20.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:47:20.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:48:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:48:11.329Z||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-23T21:48:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:48:11.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:48:11.355Z||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-23T21:48:11.370Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:48:20.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:48:21.104Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:49:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:49:11.328Z||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-23T21:49:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:49:11.362Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:49:11.364Z||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-23T21:49:11.365Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:49:20.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:49:20.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:50:11.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:50:11.330Z||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-23T21:50:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:50:11.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:50:11.349Z||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-23T21:50:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:50:20.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:50:21.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:51:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:51:11.328Z||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-23T21:51:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:51:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:51:11.352Z||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-23T21:51:11.354Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:51:20.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:51:20.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:52:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:52:11.328Z||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-23T21:52:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:52:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:52:11.349Z||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-23T21:52:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:52:20.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:52:21.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:53:11.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:53:11.336Z||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-23T21:53:11.336Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:53:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:53:11.350Z||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-23T21:53:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:53:20.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:53:20.996Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:54:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:54:11.329Z||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-23T21:54:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:54:11.349Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:54:11.355Z||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-23T21:54:11.357Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:54:20.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:54:20.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:55:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:55:11.329Z||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-23T21:55:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:55:11.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:55:11.349Z||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-23T21:55:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:55:20.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:55:20.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:56:11.327Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:56:11.345Z||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-23T21:56:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:56:11.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:56:11.360Z||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-23T21:56:11.361Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:56:21.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:56:21.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:57:11.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:57:11.335Z||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-23T21:57:11.336Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:57:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:57:11.349Z||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-23T21:57:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:57:20.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:57:20.929Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:58:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:58:11.328Z||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-23T21:58:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:58:11.353Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:58:11.367Z||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-23T21:58:11.371Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:58:21.046Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:58:21.096Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:59:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:59:11.329Z||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-23T21:59:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:59:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T21:59:11.350Z||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-23T21:59:11.354Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T21:59:20.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T21:59:20.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:00:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:00:11.331Z||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-23T22:00:11.332Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:00:11.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:00:11.378Z||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-23T22:00:11.378Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:00:21.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:00:21.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:01:11.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:01:11.329Z||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-23T22:01:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:01:11.352Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:01:11.353Z||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-23T22:01:11.354Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:01:21.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:01:21.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:02:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:02:11.329Z||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-23T22:02:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:02:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:02:11.349Z||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-23T22:02:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:02:20.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:02:20.937Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:03:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:03:11.329Z||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-23T22:03:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:03:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:03:11.349Z||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-23T22:03:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:03:20.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:03:20.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:04:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:04:11.328Z||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-23T22:04:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:04:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:04:11.348Z||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-23T22:04:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:04:20.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:04:20.916Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:05:11.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:05:11.346Z||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-23T22:05:11.347Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:05:11.349Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:05:11.354Z||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-23T22:05:11.356Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:05:20.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:05:20.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:06:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:06:11.328Z||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-23T22:06:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:06:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:06:11.349Z||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-23T22:06:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:06:20.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:06:21.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:07:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:07:11.329Z||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-23T22:07:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:07:11.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:07:11.349Z||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-23T22:07:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:07:21.098Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:07:21.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:08:11.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:08:11.331Z||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-23T22:08:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:08:11.349Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:08:11.353Z||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-23T22:08:11.353Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:08:20.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:08:20.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:09:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:09:11.329Z||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-23T22:09:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:09:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:09:11.349Z||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-23T22:09:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:09:20.995Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:09:21.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:10:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:10:11.328Z||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-23T22:10:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:10:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:10:11.349Z||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-23T22:10:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:10:20.990Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:10:21.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:11:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:11:11.328Z||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-23T22:11:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:11:11.349Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:11:11.350Z||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-23T22:11:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:11:21.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:11:21.137Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:12:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:12:11.330Z||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-23T22:12:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:12:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:12:11.349Z||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-23T22:12:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:12:20.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:12:20.992Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:13:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:13:11.328Z||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-23T22:13:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:13:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:13:11.349Z||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-23T22:13:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:13:21.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:13:21.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:14:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:14:11.330Z||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-23T22:14:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:14:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:14:11.349Z||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-23T22:14:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:14:20.921Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:14:20.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:15:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:15:11.328Z||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-23T22:15:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:15:11.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:15:11.349Z||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-23T22:15:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:15:20.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:15:21.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:16:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:16:11.328Z||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-23T22:16:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:16:11.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:16:11.349Z||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-23T22:16:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:16:20.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:16:20.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:17:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:17:11.328Z||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-23T22:17:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:17:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:17:11.349Z||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-23T22:17:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:17:20.938Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:17:20.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:18:11.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:18:11.331Z||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-23T22:18:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:18:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:18:11.349Z||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-23T22:18:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:18:21.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:18:21.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:19:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:19:11.328Z||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-23T22:19:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:19:11.354Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:19:11.356Z||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-23T22:19:11.357Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:19:21.104Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:19:21.133Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:20:11.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:20:11.333Z||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-23T22:20:11.345Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:20:11.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:20:11.351Z||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-23T22:20:11.352Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:20:21.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:20:21.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:11.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:21:11.329Z||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-23T22:21:11.329Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:21:11.349Z||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-23T22:21:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:11.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:11.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971659711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971659711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971659711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971661804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971662299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971659711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971661804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971662299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "NOTIFIED"
}
2022-09-23T22:21:11.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971659711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971661804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-23T22:21:11.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971662299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-23T22:21:11.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971659711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971661804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971662299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971666604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971659711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971661804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971662299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-23T22:21:11.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971666604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "NOTIFIED"
}
2022-09-23T22:21:11.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971661804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971662299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971666604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971661804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:21:11.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971662299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:21:11.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971666604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:11.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971670431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971669889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:21:11.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971666604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:11.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:21:12.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:12.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-23T22:21:12.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"145d6955-9ed6-4242-a3a5-f2069702ca30","serviceName":"vFW 2022-09-23 22-18-06","serviceVersion":"1.0","serviceUUID":"5664e20e-e190-4fd4-ae89-26b050dbf35e","serviceDescription":"catalog service description","serviceInvariantUUID":"02993d20-e654-4fab-bd33-00b07a48e246","resources":[{"resourceInstanceName":"vFW a35399bd-70e5 0","resourceName":"vFW a35399bd-70e5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af0db37c-936e-4436-baa7-9ae64f88d424","resourceInvariantUUID":"d5ce423d-861f-4748-a3d0-73d674647211","resourceCustomizationUUID":"2820cf3e-fa58-481a-9693-141f4fa79423","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml","artifactChecksum":"M2NhMTBiOWM1MjA1OTUxMTI0MjhkNTNlMjQ3MTk4MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6eb1ad8d-ae40-4360-a4da-baa85f65a2e8","artifactVersion":"1"},{"artifactName":"vfwa35399bd70e50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json","artifactChecksum":"MDJkYzhiNTFmODE1MjQwNzlhZjdkNDIxYzI2MzYwZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3157d703-c84c-4b77-8ef7-4a5b8cc05b2b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d498be0-8c84-4088-aecc-d1d346a76d97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml","artifactChecksum":"NmM0MTdlNDEzNmEyNjU4ZmNlNDFhMjY2MzI3MjRiOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"476e7bd8-d820-45fd-8aa0-c5e279d568b6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a799965-b4fc-43e3-a16f-d8dd2d2004b6","artifactVersion":"2","generatedFromUUID":"9d498be0-8c84-4088-aecc-d1d346a76d97"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220923221806-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml","artifactChecksum":"MTA5NmQxYmU0ODI2MWMyOWQ1ODllNWE0OGM0ZWU5MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a372f6bf-3ed0-40fd-99f4-7ebf6d0ac003","artifactVersion":"1"},{"artifactName":"service-Vfw20220923221806-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar","artifactChecksum":"MWQwNzU5MDZkMzIyZjRmZTYwM2E0NTk1ZTEwYWZkYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca4bf2a0-c940-49f5-a307-73d8de1f0829","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:21:12.171Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:12.204Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:12.393Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:12.394Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:12.491Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 24 ms
2022-09-23T22:21:12.540Z||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-23T22:21:12.541Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:12.595Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:12.604Z||pool-3-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:13.470Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:13.471Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:13.474Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:13.474Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "NOTIFIED"
}
2022-09-23T22:21:13.583Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-09-23T22:21:13.618Z||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-23T22:21:13.618Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:13.650Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:13.651Z||pool-4-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:14.475Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:14.476Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:14.496Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:14.500Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-23T22:21:14.588Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-09-23T22:21:14.589Z||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-23T22:21:14.589Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:14.635Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:14.635Z||pool-5-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:15.501Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:15.502Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:15.505Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:15.505Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:15.606Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:21:15.607Z||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-23T22:21:15.607Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:15.641Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:15.641Z||pool-6-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:16.509Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:16.511Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:16.521Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:16.522Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-23T22:21:16.621Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:21:16.628Z||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-23T22:21:16.628Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:16.647Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:16.648Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:17.522Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:17.526Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:17.537Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:17.537Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:21:17.638Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:21:17.696Z||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-23T22:21:17.696Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:17.734Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:17.734Z||pool-8-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:18.537Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:21:18.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:18.559Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:18.559Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:21:18.655Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-23T22:21:18.656Z||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-23T22:21:18.656Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:18.696Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:18.696Z||pool-9-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:19.568Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"serviceName": "vFW 2022-09-23 22-18-06",
"serviceVersion": "1.0",
"serviceUUID": "5664e20e-e190-4fd4-ae89-26b050dbf35e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "02993d20-e654-4fab-bd33-00b07a48e246",
"resources": [
{
"resourceInstanceName": "vFW a35399bd-70e5 0",
"resourceCustomizationUUID": "2820cf3e-fa58-481a-9693-141f4fa79423",
"resourceName": "vFW a35399bd-70e5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "af0db37c-936e-4436-baa7-9ae64f88d424",
"resourceInvariantUUID": "d5ce423d-861f-4748-a3d0-73d674647211",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa35399bd70e50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"artifactChecksum": "MDJkYzhiNTFmODE1MjQwNzlhZjdkNDIxYzI2MzYwZmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3157d703-c84c-4b77-8ef7-4a5b8cc05b2b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9d498be0-8c84-4088-aecc-d1d346a76d97",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a799965-b4fc-43e3-a16f-d8dd2d2004b6",
"generatedFromUUID": "9d498be0-8c84-4088-aecc-d1d346a76d97"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a799965-b4fc-43e3-a16f-d8dd2d2004b6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220923221806-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"artifactChecksum": "MWQwNzU5MDZkMzIyZjRmZTYwM2E0NTk1ZTEwYWZkYzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca4bf2a0-c940-49f5-a307-73d8de1f0829"
}
],
"workloadContext": "Production"
}
2022-09-23T22:21:19.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:21:19.576Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5664e20e-e190-4fd4-ae89-26b050dbf35e ASDC
2022-09-23T22:21:20.110Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:145d6955-9ed6-4242-a3a5-f2069702ca30
ServiceName:vFW 2022-09-23 22-18-06
ServiceVersion:1.0
ServiceUUID:5664e20e-e190-4fd4-ae89-26b050dbf35e
ServiceInvariantUUID:02993d20-e654-4fab-bd33-00b07a48e246
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220923221806-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
ArtifactUUID:ca4bf2a0-c940-49f5-a307-73d8de1f0829
ArtifactChecksum:MWQwNzU5MDZkMzIyZjRmZTYwM2E0NTk1ZTEwYWZkYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a35399bd-70e5 0
ResourceCustomizationUUID:2820cf3e-fa58-481a-9693-141f4fa79423
ResourceInvariantUUID:d5ce423d-861f-4748-a3d0-73d674647211
ResourceName:vFW a35399bd-70e5
ResourceType:VF
ResourceUUID:af0db37c-936e-4436-baa7-9ae64f88d424
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa35399bd70e50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
ArtifactUUID:3157d703-c84c-4b77-8ef7-4a5b8cc05b2b
ArtifactChecksum:MDJkYzhiNTFmODE1MjQwNzlhZjdkNDIxYzI2MzYwZmY=
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/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
ArtifactUUID:9d498be0-8c84-4088-aecc-d1d346a76d97
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/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
ArtifactUUID:4a799965-b4fc-43e3-a16f-d8dd2d2004b6
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/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
ArtifactUUID:4a799965-b4fc-43e3-a16f-d8dd2d2004b6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-23T22:21:20.111Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5664e20e-e190-4fd4-ae89-26b050dbf35e 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-23T22:21:20.921Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:21:20.923Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T22:21:20.933Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T22:21:20.936Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ca4bf2a0-c940-49f5-a307-73d8de1f0829 from URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:20.937Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T22:21:20.945Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:21.264Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T22:21:21.343Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar ca4bf2a0-c940-49f5-a307-73d8de1f0829 100627
2022-09-23T22:21:21.351Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar ASDC sendASDCNotification
2022-09-23T22:21:21.351Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:21.354Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:21:21.360Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:21.375Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:21.376Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971681344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:21:21.472Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-23T22:21:21.475Z||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-23T22:21:21.475Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:21.494Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:21.497Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:22.377Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:21:22.381Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-23T22:21:22.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ca4bf2a0-c940-49f5-a307-73d8de1f0829, URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar to file: /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:22.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220923221806-csar.csar
2022-09-23T22:21:23.281Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:23.284Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:27.070Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4193133101892767379/Definitions/service-Vfw20220923221806-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-23T22:21:45.364Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:21:45.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T22:21:45.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-23T22:21:45.382Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a35399bd-70e5 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.383Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.387Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.387Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.388Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.388Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:45.388Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-23T22:21:45.409Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.422Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.480Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.487Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T22:21:45.503Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:21:45.520Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.523Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.525Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.527Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-23T22:21:45.529Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:21:45.531Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.533Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.554Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.554Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:45.554Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:45.554Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:45.555Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.556Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:45.566Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.567Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T22:21:45.567Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.567Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:21:45.569Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.569Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.569Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:45.569Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:45.570Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:45.571Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.572Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=548cf33c-0c9a-474d-b867-f6e763ba554e
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:45.573Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-23T22:21:45.574Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d87cdf0-74f2-41af-8730-3a7e956b359f
2022-09-23T22:21:45.575Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.584Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:45.585Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce8136cd-1a53-45de-9a61-f917ec9ab711
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.586Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.587Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:45.588Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:45.588Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-23 22-18-06
Description:catalog service description
Model UUID:5664e20e-e190-4fd4-ae89-26b050dbf35e
Model Version:NULL
Model InvariantUuid:02993d20-e654-4fab-bd33-00b07a48e246
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a35399bd-70e5
Model UUID:55f67a7b-64b8-41fd-9507-c3386ce70d7a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d5ce423d-861f-4748-a3d0-73d674647211
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2820cf3e-fa58-481a-9693-141f4fa79423
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:409a20a0-a8b3-4eec-b085-1b9e2fb234b3
ModelName:VfwA35399bd70e5..base_vfw..module-0
ModelUuid:81dfe782-d8d6-4ed7-8c3d-01326fe78e97
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:548cf33c-0c9a-474d-b867-f6e763ba554e
ModelInvariantUuid:c3a7dbae-61d1-444f-a953-68cabd14b1c5
ModelName:vFW a35399bd-70e5-nodes.vfwCvfc
ModelUuid:c472afd5-92fb-4633-be7f-9e3c0fb354df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ac4ac169-de8b-4580-8097-cc59b2307bd8
ModelInvariantUuid:4b89bbfc-c9c1-4473-8768-ea2bf725921e
ModelName:VfwA35399bd70e5.compute.nodes.heat.vfw
ModelUuid:0963ddb8-6926-410a-bdd0-73fe6d128875
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8d87cdf0-74f2-41af-8730-3a7e956b359f
ModelInvariantUuid:4e094979-a14c-425e-b20c-746c4e286748
ModelName:vFW a35399bd-70e5-nodes.vsnCvfc
ModelUuid:44d3e4e7-d925-484c-84e0-1d38867f3c86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a0f189f3-2afd-4f5a-97fd-dc862438e5f5
ModelInvariantUuid:0a065e5c-32db-459d-bfd2-5b144f3f018d
ModelName:VfwA35399bd70e5.compute.nodes.heat.vsn
ModelUuid:1d84ffd3-c6c1-4520-a2ad-8c14a88fba46
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ce8136cd-1a53-45de-9a61-f917ec9ab711
ModelInvariantUuid:813e8e9e-74c1-4a0e-b634-c0927128c557
ModelName:vFW a35399bd-70e5-nodes.vpgCvfc
ModelUuid:98f5c225-9c2d-4daf-a8aa-09848566278e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1983e32d-80c0-4175-b1d1-d057200cf8d5
ModelInvariantUuid:2cdabff1-a291-41bb-a8b9-0d1d4036fa57
ModelName:VfwA35399bd70e5.compute.nodes.heat.vpg
ModelUuid:89505755-bca5-43da-baf9-e0f10f49392f
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-23T22:21:45.708Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: af0db37c-936e-4436-baa7-9ae64f88d424
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-23T22:21:46.208Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||vFW a35399bd-70e5 0
2022-09-23T22:21:46.297Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: af0db37c-936e-4436-baa7-9ae64f88d424
2022-09-23T22:21:46.299Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3157d703-c84c-4b77-8ef7-4a5b8cc05b2b from URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
2022-09-23T22:21:46.300Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T22:21:46.301Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
2022-09-23T22:21:46.448Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T22:21:46.450Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json 3157d703-c84c-4b77-8ef7-4a5b8cc05b2b 785
2022-09-23T22:21:46.453Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json ASDC sendASDCNotification
2022-09-23T22:21:46.453Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
2022-09-23T22:21:46.459Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:21:46.461Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:46.476Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:46.477Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971706453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:21:46.577Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:21:46.595Z||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-23T22:21:46.595Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:46.658Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:46.659Z||pool-11-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:47.484Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA35399bd70e5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "409a20a0-a8b3-4eec-b085-1b9e2fb234b3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "81dfe782-d8d6-4ed7-8c3d-01326fe78e97",
"vfModuleModelCustomizationUUID": "e9623244-4bba-4ea6-b9d5-45e285371b78",
"isBase": true,
"artifacts": [
"9d498be0-8c84-4088-aecc-d1d346a76d97",
"4a799965-b4fc-43e3-a16f-d8dd2d2004b6"
],
"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-23T22:21:47.514Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA35399bd70e5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81dfe782-d8d6-4ed7-8c3d-01326fe78e97
VfModuleModelInvariantUUID:409a20a0-a8b3-4eec-b085-1b9e2fb234b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d498be0-8c84-4088-aecc-d1d346a76d97
,
4a799965-b4fc-43e3-a16f-d8dd2d2004b6
}
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-23T22:21:47.521Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA35399bd70e5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "409a20a0-a8b3-4eec-b085-1b9e2fb234b3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "81dfe782-d8d6-4ed7-8c3d-01326fe78e97",
"vfModuleModelCustomizationUUID": "e9623244-4bba-4ea6-b9d5-45e285371b78",
"isBase": true,
"artifacts": [
"9d498be0-8c84-4088-aecc-d1d346a76d97",
"4a799965-b4fc-43e3-a16f-d8dd2d2004b6"
],
"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-23T22:21:47.522Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA35399bd70e5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81dfe782-d8d6-4ed7-8c3d-01326fe78e97
VfModuleModelInvariantUUID:409a20a0-a8b3-4eec-b085-1b9e2fb234b3
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d498be0-8c84-4088-aecc-d1d346a76d97
,
4a799965-b4fc-43e3-a16f-d8dd2d2004b6
}
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-23T22:21:47.522Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9d498be0-8c84-4088-aecc-d1d346a76d97 from URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
2022-09-23T22:21:47.522Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T22:21:47.523Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
2022-09-23T22:21:47.603Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T22:21:47.607Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml 9d498be0-8c84-4088-aecc-d1d346a76d97 20368
2022-09-23T22:21:47.608Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-23T22:21:47.608Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
2022-09-23T22:21:47.608Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:21:47.609Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:47.614Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:47.614Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971707608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:21:47.717Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-23T22:21:47.718Z||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-23T22:21:47.718Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:47.778Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:47.779Z||pool-12-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:48.619Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4a799965-b4fc-43e3-a16f-d8dd2d2004b6 from URL: /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
2022-09-23T22:21:48.620Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-23T22:21:48.621Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
2022-09-23T22:21:48.844Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-23T22:21:48.844Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env 4a799965-b4fc-43e3-a16f-d8dd2d2004b6 2098
2022-09-23T22:21:48.845Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-23T22:21:48.845Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
2022-09-23T22:21:48.845Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:21:48.847Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:48.882Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:48.883Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971708845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:21:48.955Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2022-09-23T22:21:48.957Z||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-23T22:21:48.957Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:48.984Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:48.985Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:49.887Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5664e20e-e190-4fd4-ae89-26b050dbf35e
2022-09-23T22:21:49.888Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a35399bd-70e5 0 af0db37c-936e-4436-baa7-9ae64f88d424 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-23T22:21:50.116Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@720418ca, org.onap.sdc.toscaparser.api.parameters.Input@53a6b7c4, org.onap.sdc.toscaparser.api.parameters.Input@6f29090b, org.onap.sdc.toscaparser.api.parameters.Input@55043bcb, org.onap.sdc.toscaparser.api.parameters.Input@714bbe9]
2022-09-23T22:21:50.137Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.146Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.146Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-09-23T22:21:50.147Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2820cf3e-fa58-481a-9693-141f4fa79423
2022-09-23T22:21:50.147Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2820cf3e-fa58-481a-9693-141f4fa79423 matches Tosca VF Customization UUID: 2820cf3e-fa58-481a-9693-141f4fa79423
2022-09-23T22:21:50.147Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2820cf3e-fa58-481a-9693-141f4fa79423 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-23T22:21:50.156Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.157Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.158Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2820cf3e-fa58-481a-9693-141f4fa79423: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T22:21:50.158Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fea110b
2022-09-23T22:21:50.158Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.158Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:21:50.159Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9623244-4bba-4ea6-b9d5-45e285371b78
2022-09-23T22:21:50.160Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9623244-4bba-4ea6-b9d5-45e285371b78
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-23T22:21:50.168Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.168Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.168Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.169Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.169Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.169Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-23T22:21:50.170Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:50.171Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.172Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:50.172Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.172Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=548cf33c-0c9a-474d-b867-f6e763ba554e
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-23T22:21:50.227Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.228Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.228Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.228Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.229Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-23T22:21:50.230Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-23T22:21:50.231Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.231Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-23T22:21:50.231Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.231Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d87cdf0-74f2-41af-8730-3a7e956b359f
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-23T22:21:50.242Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.242Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.243Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.245Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.246Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is not matching search criteria
2022-09-23T22:21:50.246Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-23T22:21:50.246Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-23T22:21:50.246Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.247Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.247Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.251Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-23T22:21:50.251Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-23T22:21:50.251Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-23T22:21:50.252Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-23T22:21:50.253Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-23T22:21:50.254Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-23T22:21:50.256Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-23T22:21:50.257Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce8136cd-1a53-45de-9a61-f917ec9ab711
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-23T22:21:50.276Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.281Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.291Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:21:50.302Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.303Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Node template vFW a35399bd-70e5 0 is matching search criteria
2022-09-23T22:21:50.304Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a35399bd-70e5 0] matching following query criteria: sdcType=VF, customizationUUID=2820cf3e-fa58-481a-9693-141f4fa79423
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-23T22:21:50.333Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.336Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.339Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5664e20e-e190-4fd4-ae89-26b050dbf35e: vFW a35399bd-70e5
2022-09-23T22:21:50.343Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.344Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.345Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.346Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.347Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.348Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.361Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.364Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.364Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:21:50.364Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-23 22-18-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:21:50.365Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-09-23 22-18-06
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-23T22:21:52.267Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a35399bd-70e5 af0db37c-936e-4436-baa7-9ae64f88d424 1 ASDC deployResourceStructure
2022-09-23T22:21:52.276Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json ASDC sendASDCNotification
2022-09-23T22:21:52.276Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json
2022-09-23T22:21:52.277Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:21:52.277Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:52.283Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:52.284Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971712276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "DEPLOY_OK"
}
2022-09-23T22:21:52.407Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 123 ms
2022-09-23T22:21:52.408Z||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-23T22:21:52.408Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:52.458Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:52.458Z||pool-14-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":2,"count":1}
2022-09-23T22:21:53.286Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-23T22:21:53.286Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml
2022-09-23T22:21:53.296Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:21:53.297Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:53.304Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:53.305Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-23T22:21:53.420Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-09-23T22:21:53.425Z||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-23T22:21:53.427Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:53.479Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:53.480Z||pool-15-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:21:54.308Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-23T22:21:54.308Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env
2022-09-23T22:21:54.308Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:21:54.309Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:54.315Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:54.315Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971714308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-23T22:21:54.415Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:21:54.416Z||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-23T22:21:54.417Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:54.466Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:54.467Z||pool-16-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":2,"count":1}
2022-09-23T22:21:55.319Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar ASDC sendASDCNotification
2022-09-23T22:21:55.319Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar
2022-09-23T22:21:55.319Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:21:55.320Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:21:55.329Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:21:55.329Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971715319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:21:55.458Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 129 ms
2022-09-23T22:21:55.459Z||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-23T22:21:55.459Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:21:55.506Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:21:55.507Z||pool-17-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:21:56.330Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:21:56.417Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:21:56.420Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:21:56.420Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:21:56.420Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:22:11.351Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:22:11.400Z||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-23T22:22:11.406Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:22:11.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:22:11.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:22:11.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971670905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:22:11.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:22:26.422Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:22:26.640Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:22:26.668Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:22:26.670Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:22:26.672Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:22:56.674Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:22:56.734Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:22:56.739Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:22:56.742Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:22:56.745Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:23:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:23:11.349Z||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-23T22:23:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:23:11.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:23:11.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:23:11.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971671532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:23:11.453Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:23:26.747Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:23:26.846Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:23:26.864Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:23:26.865Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:23:26.869Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:23:56.870Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:23:56.885Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:23:56.888Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:23:56.888Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-23T22:23:56.888Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-23T22:24:11.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:24:11.349Z||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-23T22:24:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:24:11.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:24:11.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971666604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "policy-id",
"timestamp": 1663971671910,
"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-23T22:24:11.525Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:11.525Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-23T22:24:11.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971672723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.547Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971666604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971674021,
"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-23T22:24:11.566Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:11.566Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-23T22:24:11.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971675026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971679712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971680963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971681344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.634Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971679712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971679712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971682299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971681805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971679712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971682299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971681805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971679712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971682299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971681805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971679712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971682299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971681805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971686320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.645Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "ves-openapi-manager",
"timestamp": 1663971679712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971682299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971686599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971681805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971687817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971682299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971687605,
"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-23T22:24:11.725Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:11.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-23T22:24:11.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971681805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971682299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971681805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:24:11.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971689845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:11.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971690459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.882Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971690082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "clamp",
"timestamp": 1663971690850,
"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-23T22:24:11.897Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:11.897Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-23T22:24:11.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971691607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:11.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971691088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:11.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:11.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:11.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:11.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:11.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "policy-id",
"timestamp": 1663971692091,
"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=?
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-23T22:24:12.107Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.109Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-23T22:24:12.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971692755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971693806,
"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-23T22:24:12.287Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.287Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-23T22:24:12.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.353Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663971694811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971672870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971695973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971696604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971696604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "NOTIFIED"
}
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971698332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971696604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663971699335,
"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-23T22:24:12.390Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.390Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-23T22:24:12.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971696604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971696604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971696604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971696604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:24:12.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971703437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-23T22:24:12.465Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "aai-ml",
"timestamp": 1663971704484,
"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-23T22:24:12.497Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:24:12.498Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-23T22:24:12.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971706453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971707608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971708845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971677307,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971712276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971712839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971713286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:12.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971714308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:12.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971715319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:12.559Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971716814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:24:12.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971718828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:24:12.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "clamp",
"timestamp": 1663971719832,
"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-23T22:24:12.608Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.609Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-23T22:24:12.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971720399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-23T22:24:12.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:24:12.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:24:12.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "aai-ml",
"timestamp": 1663971721424,
"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-23T22:24:12.650Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8464d454-90fb-45ef-894d-9b51b1e48bc8
2022-09-23T22:24:12.650Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-23T22:24:26.893Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:24:26.949Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30
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-23T22:24:26.953Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:24:26.953Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:24:26.954Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:24:26.954Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:24:26.954Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-23T22:24:26.954Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-23T22:24:26.966Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:24:56.967Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 145d6955-9ed6-4242-a3a5-f2069702ca30 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-23T22:24:57.028Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 145d6955-9ed6-4242-a3a5-f2069702ca30 and serviceModelVersionId: 5664e20e-e190-4fd4-ae89-26b050dbf35e
2022-09-23T22:24:57.028Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02993d20-e654-4fab-bd33-00b07a48e246
2022-09-23T22:25:11.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:25:11.351Z||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-23T22:25:11.351Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:25:12.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:25:12.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "cds",
"timestamp": 1663971749050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "cds",
"timestamp": 1663971749050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vfwa35399bd70e50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "cds",
"timestamp": 1663971749050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "cds",
"timestamp": 1663971749050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "cds",
"timestamp": 1663971749050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/resourceInstances/vfwa35399bd70e50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "cds",
"timestamp": 1663971749050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "cds",
"timestamp": 1663971749050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "cds",
"timestamp": 1663971761685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:25:12.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:25:12.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "cds",
"timestamp": 1663971762877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220923221806/1.0/artifacts/service-Vfw20220923221806-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-23T22:25:12.203Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 145d6955-9ed6-4242-a3a5-f2069702ca30
2022-09-23T22:25:12.204Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145d6955-9ed6-4242-a3a5-f2069702ca30 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-23T22:25:12.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "cds",
"timestamp": 1663971749050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:25:12.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-23T22:25:12.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "cds",
"timestamp": 1663971749050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:25:12.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-23T22:25:51.824Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0
2022-09-23T22:25:52.208Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:25:54.036Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Invoke
2022-09-23T22:25:54.110Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aeb68cf8-89aa-4b51-b40f-6aeb0583aa99], X-ECOMP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-TransactionId=[], X-ONAP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], Content-Type=[application/merge-patch+json]}
2022-09-23T22:25:55.783Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Invoke
2022-09-23T22:25:55.784Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6df11986-4b37-45f2-b42b-7fd5d840db22], X-ECOMP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-TransactionId=[], X-ONAP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], Content-Type=[application/merge-patch+json]}
2022-09-23T22:25:57.311Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Invoke
2022-09-23T22:25:57.312Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b15646a6-35f8-49ca-8e9a-ef465cc48026], X-ECOMP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], X-TransactionId=[], X-ONAP-RequestID=[145d6955-9ed6-4242-a3a5-f2069702ca30], Content-Type=[application/merge-patch+json]}
2022-09-23T22:25:58.353Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:25:58.357Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-23T22:25:58.359Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:25:58.363Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-23T22:25:58.386Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-23T22:25:58.387Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 145d6955-9ed6-4242-a3a5-f2069702ca30 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-23T22:25:58.389Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:25:58.390Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:25:58.402Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:25:58.403Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971958388,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:25:58.493Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-23T22:25:58.494Z||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-23T22:25:58.495Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:25:58.533Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:25:58.534Z||pool-18-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-23T22:25:59.432Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||received message from topic
2022-09-23T22:25:59.432Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8464d454-90fb-45ef-894d-9b51b1e48bc8","serviceName":"basic_onboard_cgfxiB","serviceVersion":"1.0","serviceUUID":"71a89211-c26b-44a0-a9da-ab371e992337","serviceDescription":"service","serviceInvariantUUID":"cd25748c-5c26-45a2-89d1-731c2a98f6c9","resources":[{"resourceInstanceName":"basic_onboard_cgfxiB 0","resourceName":"basic_onboard_cgfxiB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ee80a03-93f8-40d7-ace6-c366ba4628e1","resourceInvariantUUID":"ff90fb71-b97b-424b-8903-45c6116afcda","resourceCustomizationUUID":"3f595899-3634-4771-892e-c698f84cd0aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml","artifactChecksum":"NTI1NjVjZjU4ZDg5NDY3YmU1OWZhNTFlZjc4OGQ4YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7dec55b-0635-4fd6-ac67-e7b4d35db4fd","artifactVersion":"1"},{"artifactName":"basic_onboard_cgfxib0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json","artifactChecksum":"NDVlYmU4YWM4ZmIwYzk1ZTZkNTU5N2RlYzI3Nzk1ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"401e3be3-50ee-4498-a503-3b46272381f0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fb6959b6-eaf4-4db0-8f12-2bf091f36814","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6d1d68e-813a-44b3-bd71-af75a7107295","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68f107b4-0ee3-4ac2-bb57-ee89822634a3","artifactVersion":"2","generatedFromUUID":"fb6959b6-eaf4-4db0-8f12-2bf091f36814"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCgfxib-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml","artifactChecksum":"N2I3ODdmOWM4ZDZjZjJhNDFlZDZiMGJhYTk2ZDIwNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a6e4034-6f04-429d-9885-9bd04c12e171","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCgfxib-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar","artifactChecksum":"Njc4MmE2NjAwYWZjZWZlYWIxNTIyYTQzYmE3YTVhYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83809d01-dd49-4144-8c44-201522bdfbfd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:25:59.433Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:25:59.434Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:25:59.436Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:25:59.436Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:25:59.536Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:25:59.537Z||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-23T22:25:59.538Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:25:59.554Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:25:59.554Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:00.437Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:00.440Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:00.443Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:00.443Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "NOTIFIED"
}
2022-09-23T22:26:00.544Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:26:00.546Z||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-23T22:26:00.546Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:00.572Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:00.572Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:26:01.445Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:01.447Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:01.451Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:01.451Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-23T22:26:01.551Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:26:01.552Z||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-23T22:26:01.552Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:01.570Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:01.570Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:02.457Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:02.457Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:02.482Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:02.482Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:26:02.580Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:26:02.583Z||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-23T22:26:02.584Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:02.608Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:02.609Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:03.484Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:03.485Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:03.487Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:03.487Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-23T22:26:03.588Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:26:03.589Z||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-23T22:26:03.589Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:03.614Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:03.614Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:04.495Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:04.500Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:04.517Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:04.524Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:26:04.618Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-23T22:26:04.621Z||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-23T22:26:04.622Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:04.655Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:04.657Z||pool-24-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:05.527Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:26:05.529Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:05.533Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:05.533Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:26:05.633Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:26:05.634Z||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-23T22:26:05.634Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:05.653Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:05.655Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:26:06.535Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"serviceName": "basic_onboard_cgfxiB",
"serviceVersion": "1.0",
"serviceUUID": "71a89211-c26b-44a0-a9da-ab371e992337",
"serviceDescription": "service",
"serviceInvariantUUID": "cd25748c-5c26-45a2-89d1-731c2a98f6c9",
"resources": [
{
"resourceInstanceName": "basic_onboard_cgfxiB 0",
"resourceCustomizationUUID": "3f595899-3634-4771-892e-c698f84cd0aa",
"resourceName": "basic_onboard_cgfxiB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0ee80a03-93f8-40d7-ace6-c366ba4628e1",
"resourceInvariantUUID": "ff90fb71-b97b-424b-8903-45c6116afcda",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cgfxib0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"artifactChecksum": "NDVlYmU4YWM4ZmIwYzk1ZTZkNTU5N2RlYzI3Nzk1ZTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "401e3be3-50ee-4498-a503-3b46272381f0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fb6959b6-eaf4-4db0-8f12-2bf091f36814",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68f107b4-0ee3-4ac2-bb57-ee89822634a3",
"generatedFromUUID": "fb6959b6-eaf4-4db0-8f12-2bf091f36814"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "68f107b4-0ee3-4ac2-bb57-ee89822634a3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCgfxib-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"artifactChecksum": "Njc4MmE2NjAwYWZjZWZlYWIxNTIyYTQzYmE3YTVhYTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83809d01-dd49-4144-8c44-201522bdfbfd"
}
],
"workloadContext": "Production"
}
2022-09-23T22:26:06.536Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:26:06.538Z|145d6955-9ed6-4242-a3a5-f2069702ca30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71a89211-c26b-44a0-a9da-ab371e992337 ASDC
2022-09-23T22:26:06.543Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:8464d454-90fb-45ef-894d-9b51b1e48bc8
ServiceName:basic_onboard_cgfxiB
ServiceVersion:1.0
ServiceUUID:71a89211-c26b-44a0-a9da-ab371e992337
ServiceInvariantUUID:cd25748c-5c26-45a2-89d1-731c2a98f6c9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCgfxib-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
ArtifactUUID:83809d01-dd49-4144-8c44-201522bdfbfd
ArtifactChecksum:Njc4MmE2NjAwYWZjZWZlYWIxNTIyYTQzYmE3YTVhYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cgfxiB 0
ResourceCustomizationUUID:3f595899-3634-4771-892e-c698f84cd0aa
ResourceInvariantUUID:ff90fb71-b97b-424b-8903-45c6116afcda
ResourceName:basic_onboard_cgfxiB
ResourceType:VF
ResourceUUID:0ee80a03-93f8-40d7-ace6-c366ba4628e1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cgfxib0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
ArtifactUUID:401e3be3-50ee-4498-a503-3b46272381f0
ArtifactChecksum:NDVlYmU4YWM4ZmIwYzk1ZTZkNTU5N2RlYzI3Nzk1ZTQ=
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/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fb6959b6-eaf4-4db0-8f12-2bf091f36814
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/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
ArtifactUUID:68f107b4-0ee3-4ac2-bb57-ee89822634a3
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/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
ArtifactUUID:68f107b4-0ee3-4ac2-bb57-ee89822634a3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-23T22:26:06.543Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71a89211-c26b-44a0-a9da-ab371e992337 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-23T22:26:06.613Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:26:06.614Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:26:06.614Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:26:06.615Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to download the artifact UUID: 83809d01-dd49-4144-8c44-201522bdfbfd from URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:06.616Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:26:06.616Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:06.861Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:26:06.888Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar 83809d01-dd49-4144-8c44-201522bdfbfd 75249
2022-09-23T22:26:06.889Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar ASDC sendASDCNotification
2022-09-23T22:26:06.889Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:06.890Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:26:06.892Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:06.898Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:06.899Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971966889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:26:06.997Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:26:06.999Z||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-23T22:26:06.999Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:07.026Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:07.028Z||pool-26-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:26:07.900Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:26:07.901Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:26:07.902Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to write artifact UUID: 83809d01-dd49-4144-8c44-201522bdfbfd, URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar to file: /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:07.902Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:07.903Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:07.903Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:08.275Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8856559917159089677/Definitions/service-BasicOnboardCgfxib-template.yml
2022-09-23T22:26:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:26:11.349Z||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-23T22:26:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:12.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:12.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145d6955-9ed6-4242-a3a5-f2069702ca30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971958388,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:26:12.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:26:12.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "NOTIFIED"
}
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:26:12.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-23T22:26:12.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-23T22:26:12.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-23T22:26:12.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:26:12.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-23T22:26:12.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971671327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:26:12.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-23T22:26:12.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:26:12.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971966889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:26:12.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-23T22:26:12.448Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:26:12.449Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||####################################################################################################
2022-09-23T22:26:12.449Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cgfxiB 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|WARN|500||####################################################################################################
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.456Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.459Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.461Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is not matching search criteria
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=29d55ba5-9aa9-4d49-9be7-2ce2af390170
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.466Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:12.467Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cgfxiB
Description:service
Model UUID:71a89211-c26b-44a0-a9da-ab371e992337
Model Version:NULL
Model InvariantUuid:cd25748c-5c26-45a2-89d1-731c2a98f6c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cgfxiB
Model UUID:f85da4c9-9c3d-4c71-bb5b-5dec02150ff7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff90fb71-b97b-424b-8903-45c6116afcda
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3f595899-3634-4771-892e-c698f84cd0aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:08dca3fb-4a26-425e-9ff4-45c770b11a49
ModelName:BasicOnboardCgfxib..base_ubuntu18..module-0
ModelUuid:fcb7f73a-a198-406b-aa68-b2172efe901e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:29d55ba5-9aa9-4d49-9be7-2ce2af390170
ModelInvariantUuid:e1891c37-5be6-4850-afa2-76ebd67f4511
ModelName:basic_onboard_cgfxiB-nodes.ubuntu18Cvfc
ModelUuid:0ea04623-3512-4afe-81ff-6dcdd151329a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7956479c-1ea2-444f-8cb0-15f107cafcd9
ModelInvariantUuid:76d587a4-ccd3-4dcd-ac70-aa41f3082ee7
ModelName:BasicOnboardCgfxib.compute.nodes.heat.ubuntu18
ModelUuid:5dd95196-0f64-495c-8e5f-eb60ec516a48
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-23T22:26:12.508Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 0ee80a03-93f8-40d7-ace6-c366ba4628e1
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-23T22:26:12.518Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||basic_onboard_cgfxiB 0
2022-09-23T22:26:12.519Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 0ee80a03-93f8-40d7-ace6-c366ba4628e1
2022-09-23T22:26:12.519Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to download the artifact UUID: 401e3be3-50ee-4498-a503-3b46272381f0 from URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
2022-09-23T22:26:12.519Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:26:12.519Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
2022-09-23T22:26:12.671Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:26:12.671Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json 401e3be3-50ee-4498-a503-3b46272381f0 798
2022-09-23T22:26:12.671Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json ASDC sendASDCNotification
2022-09-23T22:26:12.671Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
2022-09-23T22:26:12.672Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:26:12.672Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:12.731Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:12.732Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971972671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:26:12.775Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 42 ms
2022-09-23T22:26:12.776Z||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-23T22:26:12.777Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:12.820Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:12.821Z||pool-27-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:13.733Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCgfxib..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "08dca3fb-4a26-425e-9ff4-45c770b11a49",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fcb7f73a-a198-406b-aa68-b2172efe901e",
"vfModuleModelCustomizationUUID": "6972786b-11fb-4ea3-8c82-a039d6467437",
"isBase": true,
"artifacts": [
"fb6959b6-eaf4-4db0-8f12-2bf091f36814",
"68f107b4-0ee3-4ac2-bb57-ee89822634a3"
],
"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-23T22:26:13.760Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCgfxib..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcb7f73a-a198-406b-aa68-b2172efe901e
VfModuleModelInvariantUUID:08dca3fb-4a26-425e-9ff4-45c770b11a49
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb6959b6-eaf4-4db0-8f12-2bf091f36814
,
68f107b4-0ee3-4ac2-bb57-ee89822634a3
}
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-23T22:26:13.765Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCgfxib..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "08dca3fb-4a26-425e-9ff4-45c770b11a49",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fcb7f73a-a198-406b-aa68-b2172efe901e",
"vfModuleModelCustomizationUUID": "6972786b-11fb-4ea3-8c82-a039d6467437",
"isBase": true,
"artifacts": [
"fb6959b6-eaf4-4db0-8f12-2bf091f36814",
"68f107b4-0ee3-4ac2-bb57-ee89822634a3"
],
"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-23T22:26:13.767Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCgfxib..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcb7f73a-a198-406b-aa68-b2172efe901e
VfModuleModelInvariantUUID:08dca3fb-4a26-425e-9ff4-45c770b11a49
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb6959b6-eaf4-4db0-8f12-2bf091f36814
,
68f107b4-0ee3-4ac2-bb57-ee89822634a3
}
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-23T22:26:13.767Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to download the artifact UUID: fb6959b6-eaf4-4db0-8f12-2bf091f36814 from URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
2022-09-23T22:26:13.767Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:26:13.768Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
2022-09-23T22:26:13.926Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:26:13.927Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml fb6959b6-eaf4-4db0-8f12-2bf091f36814 5033
2022-09-23T22:26:13.927Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-23T22:26:13.927Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
2022-09-23T22:26:13.927Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:26:13.928Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:13.950Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:13.950Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971973927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:26:14.050Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:26:14.056Z||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-23T22:26:14.056Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:14.112Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:14.134Z||pool-28-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:14.962Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Trying to download the artifact UUID: 68f107b4-0ee3-4ac2-bb57-ee89822634a3 from URL: /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
2022-09-23T22:26:14.963Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:26:14.963Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
2022-09-23T22:26:15.172Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:26:15.173Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env 68f107b4-0ee3-4ac2-bb57-ee89822634a3 909
2022-09-23T22:26:15.173Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-23T22:26:15.174Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
2022-09-23T22:26:15.174Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:26:15.175Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:15.178Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:15.178Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971975173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:26:15.279Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:26:15.280Z||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-23T22:26:15.281Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:15.315Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:15.315Z||pool-29-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:16.179Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Preparing to deploy Service: 71a89211-c26b-44a0-a9da-ab371e992337
2022-09-23T22:26:16.179Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cgfxiB 0 0ee80a03-93f8-40d7-ace6-c366ba4628e1 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-23T22:26:16.200Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59165dfc, org.onap.sdc.toscaparser.api.parameters.Input@454cbb30, org.onap.sdc.toscaparser.api.parameters.Input@795a22c9, org.onap.sdc.toscaparser.api.parameters.Input@2a0b2e29, org.onap.sdc.toscaparser.api.parameters.Input@41996f29]
2022-09-23T22:26:16.203Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.205Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.206Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VF Category is: Generic
2022-09-23T22:26:16.206Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||VFCustomizationUUID= 3f595899-3634-4771-892e-c698f84cd0aa
2022-09-23T22:26:16.207Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f595899-3634-4771-892e-c698f84cd0aa matches Tosca VF Customization UUID: 3f595899-3634-4771-892e-c698f84cd0aa
2022-09-23T22:26:16.207Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||vfCustomizationUUID: 3f595899-3634-4771-892e-c698f84cd0aa 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-23T22:26:16.212Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.215Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.217Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||resource request for resource customization id 3f595899-3634-4771-892e-c698f84cd0aa: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-23T22:26:16.218Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ac1e6e1
2022-09-23T22:26:16.219Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.220Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-23T22:26:16.221Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6972786b-11fb-4ea3-8c82-a039d6467437
2022-09-23T22:26:16.222Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6972786b-11fb-4ea3-8c82-a039d6467437
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-23T22:26:16.227Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.230Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:16.231Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:16.232Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.233Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:16.233Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:16.234Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.235Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is not matching search criteria
2022-09-23T22:26:16.235Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-23T22:26:16.236Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-23T22:26:16.237Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=29d55ba5-9aa9-4d49-9be7-2ce2af390170
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-23T22:26:16.240Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.241Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:16.241Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-23T22:26:16.242Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.242Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Node template basic_onboard_cgfxiB 0 is matching search criteria
2022-09-23T22:26:16.243Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found topology templates [basic_onboard_cgfxiB 0] matching following query criteria: sdcType=VF, customizationUUID=3f595899-3634-4771-892e-c698f84cd0aa
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-23T22:26:16.245Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.246Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.246Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500|| resourceSeq for service uuid 71a89211-c26b-44a0-a9da-ab371e992337: basic_onboard_cgfxiB
2022-09-23T22:26:16.246Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.247Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.247Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.247Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.248Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.248Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.248Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.249Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.249Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:26:16.249Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Service basic_onboard_cgfxiB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:26:16.250Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||Saving Service: basic_onboard_cgfxiB
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-23T22:26:16.451Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cgfxiB 0ee80a03-93f8-40d7-ace6-c366ba4628e1 1 ASDC deployResourceStructure
2022-09-23T22:26:16.452Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json ASDC sendASDCNotification
2022-09-23T22:26:16.452Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json
2022-09-23T22:26:16.452Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:26:16.452Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:16.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:16.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971976451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-23T22:26:16.556Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:26:16.558Z||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-23T22:26:16.559Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:16.576Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:16.577Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:17.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-23T22:26:17.457Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml
2022-09-23T22:26:17.461Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:26:17.462Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:17.478Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:17.478Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971977457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-23T22:26:17.574Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-23T22:26:17.575Z||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-23T22:26:17.578Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:17.609Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:17.610Z||pool-31-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:18.479Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-23T22:26:18.479Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env
2022-09-23T22:26:18.480Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:26:18.481Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:18.489Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:18.490Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971978479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-23T22:26:18.599Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-09-23T22:26:18.600Z||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-23T22:26:18.600Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:18.628Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:18.629Z||pool-32-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:19.491Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar ASDC sendASDCNotification
2022-09-23T22:26:19.492Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar
2022-09-23T22:26:19.492Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:26:19.492Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:19.495Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:19.495Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971979491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:26:19.595Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:26:19.597Z||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-23T22:26:19.597Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:19.616Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:19.617Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:26:20.496Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8464d454-90fb-45ef-894d-9b51b1e48bc8
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-23T22:26:20.535Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8464d454-90fb-45ef-894d-9b51b1e48bc8
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-23T22:26:20.539Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:26:20.540Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:26:20.541Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:26:20.541Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:26:20.541Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-23T22:26:20.541Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?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-23T22:26:20.549Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:26:50.550Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-23T22:26:50.574Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8464d454-90fb-45ef-894d-9b51b1e48bc8 and serviceModelVersionId: 71a89211-c26b-44a0-a9da-ab371e992337
2022-09-23T22:26:50.575Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd25748c-5c26-45a2-89d1-731c2a98f6c9
2022-09-23T22:26:50.576Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0
2022-09-23T22:26:50.593Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:26:50.850Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02993d20-e654-4fab-bd33-00b07a48e246/model-vers/model-ver/5664e20e-e190-4fd4-ae89-26b050dbf35e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-23T22:26:50.860Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Invoke
2022-09-23T22:26:52.431Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-23T22:26:52.440Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Invoke
2022-09-23T22:26:53.988Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-23T22:26:53.989Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Invoke
2022-09-23T22:26:55.059Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:26:55.061Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-23T22:26:55.061Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:26:55.061Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-23T22:26:55.080Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-23T22:26:55.080Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8464d454-90fb-45ef-894d-9b51b1e48bc8 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-23T22:26:55.080Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:26:55.085Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:26:55.089Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:26:55.089Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||try to send status {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972015080,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:26:55.190Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:26:55.191Z||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-23T22:26:55.191Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:26:55.252Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:26:55.255Z||pool-34-thread-1|||||INFO|500||cambria reply ok (65 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-23T22:26:56.163Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:26:56.182Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-23T22:26:56.183Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:06.856Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:27:06.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:06.861Z||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-23T22:27:06.861Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:11.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:11.350Z||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-23T22:27:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:12.148Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:27:12.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971972671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:27:12.157Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971973927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:27:12.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971975173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:27:12.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971976451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/basic_onboard_cgfxib0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-23T22:27:12.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971977457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-23T22:27:12.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971978479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/resourceInstances/basic_onboard_cgfxib0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-23T22:27:12.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663971979491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCgfxib/1.0/artifacts/service-BasicOnboardCgfxib-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:27:12.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:12.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-23T22:27:12.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8464d454-90fb-45ef-894d-9b51b1e48bc8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972015080,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:27:12.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:27:16.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:27:16.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:16.445Z||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-23T22:27:16.445Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:26.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:27:26.174Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:26.175Z||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-23T22:27:26.176Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:35.859Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:27:35.860Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:35.863Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-23T22:27:35.863Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:45.499Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:27:45.501Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:27:45.502Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-23T22:27:45.502Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:27:55.247Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:28:11.327Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:28:11.328Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-23T22:28:11.328Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:28:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:28:11.349Z||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-23T22:28:11.350Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:28:21.025Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:28:21.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:29:11.332Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:29:11.334Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?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-23T22:29:11.334Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:29:11.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:29:11.349Z||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-23T22:29:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:29:20.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:29:21.001Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:30:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:30:11.330Z||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-23T22:30:11.331Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:30:11.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:30:11.349Z||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-23T22:30:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:30:20.939Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:30:20.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:31:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:31:11.330Z||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-23T22:31:11.330Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:31:11.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:31:11.349Z||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-23T22:31:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:31:20.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:31:20.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:32:11.327Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:32:11.328Z||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-23T22:32:11.328Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:32:11.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:32:11.349Z||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-23T22:32:11.349Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:32:21.048Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:32:21.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:33:11.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:33:11.333Z||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-23T22:33:11.334Z||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 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:11.350Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:33:11.352Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|WARN|500||GET http://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-23T22:33:11.353Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:12.353Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:33:12.360Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.360Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "clamp",
"timestamp": 1663972356606,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.394Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.394Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.394Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "clamp",
"timestamp": 1663972356606,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:33:12.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972359711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972359711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972362299,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "policy-id",
"timestamp": 1663972361804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972362299,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.396Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "policy-id",
"timestamp": 1663972361804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972362870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-23T22:33:12.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bb1a843-572a-42a8-a052-2cf27cdcbcb9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cddc5974-bed3-440d-9cef-6f28a0a3b0a4","serviceDescription":"service","serviceInvariantUUID":"6eef2651-f961-4e33-b27e-96cb21232c1e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"aa66219a-af07-4d20-bd70-59838b0f39f0","resourceInvariantUUID":"c99886a3-e7d9-4f15-a296-240c97e07236","resourceCustomizationUUID":"8fead119-1fc4-4c6b-958d-154384410c1e","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"N2YzZmJmOTcwOGYxOWMzN2UxYWI2NzJlOTgyZGM1MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95a14a36-91f7-42f9-aee5-06a9dcbb31c4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTJjNDcwZTNlODUwOGFjNTAxYzJlMWQ1OGYyMGMyMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2af36f4-461b-48b6-b06d-bec9fe5ed047","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:33:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.410Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "clamp",
"timestamp": 1663972364927,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:33:12.410Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.410Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.410Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972362870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "policy-id",
"timestamp": 1663972364751,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "policy-id",
"timestamp": 1663972365756,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972365948,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:33:12.411Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "clamp",
"timestamp": 1663972366949,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.412Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "policy-id",
"timestamp": 1663972366760,
"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-23T22:33:12.479Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
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-23T22:33:12.487Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-23T22:33:12.525Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:12.525Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972391328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.544Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
2022-09-23T22:33:12.544Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-23T22:33:12.615Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.616Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "clamp",
"timestamp": 1663972367954,
"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-23T22:33:12.627Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:33:12.628Z||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-23T22:33:12.628Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:12.631Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
2022-09-23T22:33:12.631Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-23T22:33:12.683Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:33:12.686Z||pool-35-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:33:12.722Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.723Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972367691,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:33:12.723Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.723Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.724Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "aai-ml",
"timestamp": 1663972367307,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:33:12.724Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.724Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.725Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972368695,
"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-23T22:33:12.787Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
2022-09-23T22:33:12.789Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-23T22:33:12.867Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.868Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "aai-ml",
"timestamp": 1663972367307,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:33:12.869Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:33:12.869Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.870Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "aai-ml",
"timestamp": 1663972370609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:33:12.870Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.870Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.870Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "aai-ml",
"timestamp": 1663972376829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-23T22:33:12.871Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:33:12.871Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:33:12.871Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "aai-ml",
"timestamp": 1663972377854,
"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-23T22:33:12.963Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
2022-09-23T22:33:12.964Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-23T22:33:13.528Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:33:13.529Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:33:13.538Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:13.538Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972391328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:33:13.635Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-23T22:33:13.636Z||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-23T22:33:13.636Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:13.665Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:33:13.666Z||pool-36-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:33:14.547Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "cddc5974-bed3-440d-9cef-6f28a0a3b0a4",
"serviceDescription": "service",
"serviceInvariantUUID": "6eef2651-f961-4e33-b27e-96cb21232c1e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8fead119-1fc4-4c6b-958d-154384410c1e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "aa66219a-af07-4d20-bd70-59838b0f39f0",
"resourceInvariantUUID": "c99886a3-e7d9-4f15-a296-240c97e07236",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MTJjNDcwZTNlODUwOGFjNTAxYzJlMWQ1OGYyMGMyMWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e2af36f4-461b-48b6-b06d-bec9fe5ed047"
}
],
"workloadContext": "Production"
}
2022-09-23T22:33:14.549Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:33:14.550Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cddc5974-bed3-440d-9cef-6f28a0a3b0a4 ASDC
2022-09-23T22:33:14.554Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8bb1a843-572a-42a8-a052-2cf27cdcbcb9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cddc5974-bed3-440d-9cef-6f28a0a3b0a4
ServiceInvariantUUID:6eef2651-f961-4e33-b27e-96cb21232c1e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:e2af36f4-461b-48b6-b06d-bec9fe5ed047
ArtifactChecksum:MTJjNDcwZTNlODUwOGFjNTAxYzJlMWQ1OGYyMGMyMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8fead119-1fc4-4c6b-958d-154384410c1e
ResourceInvariantUUID:c99886a3-e7d9-4f15-a296-240c97e07236
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:aa66219a-af07-4d20-bd70-59838b0f39f0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-23T22:33:14.555Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cddc5974-bed3-440d-9cef-6f28a0a3b0a4 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-23T22:33:14.765Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:33:14.772Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-23T22:33:14.772Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-23T22:33:14.773Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e2af36f4-461b-48b6-b06d-bec9fe5ed047 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T22:33:14.773Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-23T22:33:14.775Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T22:33:15.251Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-23T22:33:15.255Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e2af36f4-461b-48b6-b06d-bec9fe5ed047 57613
2022-09-23T22:33:15.255Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-23T22:33:15.255Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T22:33:15.255Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:33:15.257Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:33:15.263Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:15.264Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972395255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:33:15.362Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:33:15.363Z||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-23T22:33:15.363Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:15.407Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:33:15.408Z||pool-37-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:33:16.264Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:33:16.272Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-23T22:33:16.283Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e2af36f4-461b-48b6-b06d-bec9fe5ed047, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:16.284Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-23T22:33:16.285Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:16.295Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:17.529Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15672669212234529602/Definitions/service-BasicNetwork-template.yml
2022-09-23T22:33:19.490Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.491Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-23T22:33:19.492Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.493Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.494Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.495Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.496Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.496Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:cddc5974-bed3-440d-9cef-6f28a0a3b0a4
Model Version:NULL
Model InvariantUuid:6eef2651-f961-4e33-b27e-96cb21232c1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c99886a3-e7d9-4f15-a296-240c97e07236
Model UUID:47625069-8949-4588-a288-42e5537ddbeb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8fead119-1fc4-4c6b-958d-154384410c1e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
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-23T22:33:19.537Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: aa66219a-af07-4d20-bd70-59838b0f39f0
2022-09-23T22:33:19.537Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||No resources found for Service: cddc5974-bed3-440d-9cef-6f28a0a3b0a4
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-23T22:33:19.564Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||
2022-09-23T22:33:19.564Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-23T22:33:19.565Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||No resources found for Service: cddc5974-bed3-440d-9cef-6f28a0a3b0a4
2022-09-23T22:33:19.565Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: cddc5974-bed3-440d-9cef-6f28a0a3b0a4
2022-09-23T22:33:19.565Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-23T22:33:19.566Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-23T22:33:19.645Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f259a7e, org.onap.sdc.toscaparser.api.parameters.Input@7f27f939, org.onap.sdc.toscaparser.api.parameters.Input@12e80acf, org.onap.sdc.toscaparser.api.parameters.Input@19681c29, org.onap.sdc.toscaparser.api.parameters.Input@3abd8310]
2022-09-23T22:33:19.646Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.647Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.647Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.647Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.648Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid cddc5974-bed3-440d-9cef-6f28a0a3b0a4: Generic NeutronNet
2022-09-23T22:33:19.648Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.648Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.648Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.649Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-23T22:33:19.855Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.855Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.855Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.855Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.856Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:33:19.856Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:33:19.856Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-23T22:33:20.174Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-23T22:33:20.187Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-23T22:33:20.187Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-23T22:33:20.187Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-23T22:33:20.188Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-23T22:33:20.190Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:20.190Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972400177,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:33:20.290Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-23T22:33:20.293Z||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-23T22:33:20.294Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:20.345Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:33:20.349Z||pool-38-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:33:21.194Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
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-23T22:33:21.319Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8bb1a843-572a-42a8-a052-2cf27cdcbcb9
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-23T22:33:21.329Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-23T22:33:21.329Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-23T22:33:21.329Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-23T22:33:21.330Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-23T22:33:21.330Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-23T22:33:21.331Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||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-23T22:33:21.358Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-23T22:33:51.358Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-23T22:33:51.372Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 and serviceModelVersionId: cddc5974-bed3-440d-9cef-6f28a0a3b0a4
2022-09-23T22:33:51.372Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6eef2651-f961-4e33-b27e-96cb21232c1e
2022-09-23T22:33:51.374Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0
2022-09-23T22:33:51.380Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-09-23T22:33:51.606Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-23T22:33:51.610Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Invoke
2022-09-23T22:33:53.168Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-23T22:33:53.169Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Invoke
2022-09-23T22:33:54.709Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-23T22:33:54.717Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Invoke
2022-09-23T22:33:55.771Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:33:55.774Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-23T22:33:55.777Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-09-23T22:33:55.777Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-23T22:33:55.821Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-23T22:33:55.822Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8bb1a843-572a-42a8-a052-2cf27cdcbcb9 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-23T22:33:55.823Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-23T22:33:55.825Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:33:55.843Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:33:55.845Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972435822,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:33:55.951Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-23T22:33:55.953Z||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-23T22:33:55.953Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:33:55.974Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:33:55.975Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-23T22:34:11.327Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:34:11.328Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-23T22:34:11.328Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:11.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-23T22:34:11.351Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|WARN|500||GET http://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-23T22:34:11.352Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:12.107Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:12.111Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.112Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff","serviceName":"Demo_pNF_sMpMJfIuFxmmiiAFI2av","serviceVersion":"1.0","serviceUUID":"6850e0b3-4c9b-42e1-a840-3cced3c4c890","serviceDescription":"catalog service description","serviceInvariantUUID":"a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2","resources":[{"resourceInstanceName":"pNF d3e00b33-0d69 0","resourceName":"pNF d3e00b33-0d69","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f54a242b-c65d-4483-a5c8-822b6977ab6f","resourceInvariantUUID":"9697ad40-cd42-4a6c-82d4-b900c9b5849c","resourceCustomizationUUID":"dd58920c-1338-424e-a946-c2351b0950c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml","artifactChecksum":"ZWZiYTM3NDM1NjFiZmU5M2E2NzJhOGZjNTYzM2U4NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fcf7917b-3712-434e-b80a-91e1f8295ba7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar","artifactChecksum":"MmJjZTE1NWU5MGEzZmFjZjI4ZmRmMGEwZTE2YjFiYzQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d702bd4-f469-4c61-83e7-ece193814cc4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f219d0eb-6489-4e10-b647-b58eef57c3ea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml","artifactChecksum":"YzA4MDM3ZGQ1Mzc4YjVkMzk1ODBkNjIwZTg3ZTRlMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dcf67a73-d183-4527-b33d-b2d656502eb9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62cb89cf-5509-4933-9a27-8b4f2ca07dc7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5fc93dc6-8dfd-4360-bd70-9c61baacd07c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml","artifactChecksum":"NTAwZjYyMmJmYTkxNWFjZTc4Y2RiYTFhNzE2MDllNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52162298-962e-4c16-b66e-0fb88453d2b7","artifactVersion":"1"},{"artifactName":"service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar","artifactChecksum":"OWM2NTNhY2YwMWYwN2U1NmZiYThlOGMwN2YyNWU2ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed2fa2c8-76b5-422e-b78d-50d92377749f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-23T22:34:12.129Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:12.131Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:12.141Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:12.141Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972451327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.254Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-09-23T22:34:12.255Z||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-23T22:34:12.255Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:12.275Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:12.287Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.288Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972391328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.297Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.298Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.300Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:12.299Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972391328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:34:12.300Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:12.301Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.302Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.302Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972395255,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:34:12.303Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.304Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.305Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972400177,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:34:12.306Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.308Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.310Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972422299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.311Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.312Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.315Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972421806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.317Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.320Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.321Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972419711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.323Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.325Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.326Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972422878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.330Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.332Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.335Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972416604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.339Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.341Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.343Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972422299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.344Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.345Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.345Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972421806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.345Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.346Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.346Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972419711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.346Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.347Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.347Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972422878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.347Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.347Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972416604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.348Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.372Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972422299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.376Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.379Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.381Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972421806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.382Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.385Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.388Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972416604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.390Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.392Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.393Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972419711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.394Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.397Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.398Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972422878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.399Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.400Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.401Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972427307,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.402Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.403Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.404Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972422299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.405Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.406Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.407Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972421806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.408Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.419Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.428Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972416604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.431Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.432Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.433Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972419711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.435Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.437Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.438Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972422878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.441Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.443Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.445Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972427307,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.451Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.453Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.454Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972422299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.455Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.458Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.460Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972421806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.462Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.468Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.470Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972419711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.474Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.475Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.480Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972422878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.483Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.485Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.489Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972416604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.493Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.495Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.497Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972427307,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.503Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.506Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.509Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972422299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.516Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.518Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.520Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972421806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.522Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.523Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.525Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972422878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.527Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.531Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.533Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972416604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.536Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.537Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.537Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972419711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-09-23T22:34:12.539Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.540Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.542Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972427307,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.552Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.555Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.557Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972422299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.568Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.569Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.570Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972421806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.581Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.582Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.583Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972419711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.584Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.590Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.592Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972416604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.594Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.596Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.597Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972422878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.600Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.601Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.603Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972427307,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.608Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.610Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.611Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663972422299,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:34:12.616Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.619Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.622Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972421806,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:34:12.627Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.629Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.631Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972419711,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.635Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.637Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.639Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972416604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:34:12.644Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.646Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.647Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972422878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:34:12.649Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.651Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.658Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972427307,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.661Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.662Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.663Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972433316,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:34:12.666Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.668Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.669Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972433488,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:34:12.673Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.679Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.680Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972433527,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:34:12.688Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.690Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.709Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972427307,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:12.710Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.712Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.713Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972434324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:34:12.713Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.714Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.714Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972434754,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-09-23T22:34:12.715Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:12.716Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.716Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972427307,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:34:12.717Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Missing status on Status Object.
2022-09-23T22:34:12.717Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:12.720Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "policy-id",
"timestamp": 1663972435327,
"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=?
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-23T22:34:12.931Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:12.931Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff 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-23T22:34:13.006Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.007Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "8bb1a843-572a-42a8-a052-2cf27cdcbcb9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972435822,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-09-23T22:34:13.007Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.007Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.007Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972435560,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:34:13.008Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.008Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.008Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "ves-openapi-manager",
"timestamp": 1663972435760,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-23T22:34:13.083Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:13.084Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff and ComponentName
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-23T22:34:13.143Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:13.144Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:13.162Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:13.163Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972451327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:13.167Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.168Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972436579,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:34:13.168Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.169Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.169Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663972436563,
"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-23T22:34:13.186Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:13.186Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff 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-23T22:34:13.216Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.216Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972442572,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-23T22:34:13.217Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.217Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.217Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "aai-ml",
"timestamp": 1663972443594,
"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-23T22:34:13.254Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:13.254Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff and ComponentName AAI
2022-09-23T22:34:13.258Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-23T22:34:13.259Z||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-23T22:34:13.260Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
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-23T22:34:13.315Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:13.317Z||pool-41-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:34:13.341Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.343Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972444944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:34:13.346Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.349Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.355Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972446953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-23T22:34:13.355Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-23T22:34:13.356Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||received message from topic
2022-09-23T22:34:13.359Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||recieved notification from broker: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "clamp",
"timestamp": 1663972447958,
"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-23T22:34:13.390Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
2022-09-23T22:34:13.395Z|8464d454-90fb-45ef-894d-9b51b1e48bc8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd25748c-5c26-45a2-89d1-731c2a98f6c9/model-vers/model-ver/71a89211-c26b-44a0-a9da-ab371e992337?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff 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-23T22:34:14.164Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:14.165Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:14.189Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:14.190Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972451327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:14.274Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-09-23T22:34:14.279Z||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-23T22:34:14.280Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:14.318Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:14.320Z||pool-42-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:15.198Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:15.199Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:15.203Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:15.205Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972451327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:15.304Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-23T22:34:15.306Z||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-23T22:34:15.307Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:15.358Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:15.360Z||pool-43-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:16.205Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:16.206Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:16.209Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:16.209Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972451327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:16.311Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-23T22:34:16.312Z||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-23T22:34:16.312Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:16.337Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:16.338Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:17.210Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:17.211Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:17.214Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:17.215Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972451327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/resourceInstances/pnfd3e00b330d690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:17.328Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-09-23T22:34:17.330Z||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-23T22:34:17.331Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:17.366Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:17.367Z||pool-45-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:18.215Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:18.216Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:18.219Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:18.219Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972451327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-23T22:34:18.319Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:34:18.320Z||pool-46-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-23T22:34:18.320Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:18.383Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:18.384Z||pool-46-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:19.220Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-09-23T22:34:19.222Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:19.226Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:19.226Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972451327,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "NOTIFIED"
}
2022-09-23T22:34:19.325Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-23T22:34:19.327Z||pool-47-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-23T22:34:19.327Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:19.358Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:19.359Z||pool-47-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-23T22:34:20.229Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"serviceName": "Demo_pNF_sMpMJfIuFxmmiiAFI2av",
"serviceVersion": "1.0",
"serviceUUID": "6850e0b3-4c9b-42e1-a840-3cced3c4c890",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2",
"resources": [
{
"resourceInstanceName": "pNF d3e00b33-0d69 0",
"resourceCustomizationUUID": "dd58920c-1338-424e-a946-c2351b0950c8",
"resourceName": "pNF d3e00b33-0d69",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "f54a242b-c65d-4483-a5c8-822b6977ab6f",
"resourceInvariantUUID": "9697ad40-cd42-4a6c-82d4-b900c9b5849c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"artifactChecksum": "OWM2NTNhY2YwMWYwN2U1NmZiYThlOGMwN2YyNWU2ZTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ed2fa2c8-76b5-422e-b78d-50d92377749f"
}
],
"workloadContext": "Production"
}
2022-09-23T22:34:20.229Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-23T22:34:20.229Z|8bb1a843-572a-42a8-a052-2cf27cdcbcb9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6850e0b3-4c9b-42e1-a840-3cced3c4c890 ASDC
2022-09-23T22:34:20.230Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||ASDC Notification:
DistributionID:28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff
ServiceName:Demo_pNF_sMpMJfIuFxmmiiAFI2av
ServiceVersion:1.0
ServiceUUID:6850e0b3-4c9b-42e1-a840-3cced3c4c890
ServiceInvariantUUID:a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
ArtifactUUID:ed2fa2c8-76b5-422e-b78d-50d92377749f
ArtifactChecksum:OWM2NTNhY2YwMWYwN2U1NmZiYThlOGMwN2YyNWU2ZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d3e00b33-0d69 0
ResourceCustomizationUUID:dd58920c-1338-424e-a946-c2351b0950c8
ResourceInvariantUUID:9697ad40-cd42-4a6c-82d4-b900c9b5849c
ResourceName:pNF d3e00b33-0d69
ResourceType:PNF
ResourceUUID:f54a242b-c65d-4483-a5c8-822b6977ab6f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-23T22:34:20.231Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6850e0b3-4c9b-42e1-a840-3cced3c4c890 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-23T22:34:20.310Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:34:20.313Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:34:20.313Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:34:20.313Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Trying to download the artifact UUID: ed2fa2c8-76b5-422e-b78d-50d92377749f from URL: /sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:20.314Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - download
2022-09-23T22:34:20.315Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:20.415Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||GET Response Status 200
2022-09-23T22:34:20.431Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar ed2fa2c8-76b5-422e-b78d-50d92377749f 87720
2022-09-23T22:34:20.432Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar ASDC sendASDCNotification
2022-09-23T22:34:20.432Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:20.432Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-09-23T22:34:20.432Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||DistributionClient - sendStatus
2022-09-23T22:34:20.435Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-23T22:34:20.435Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||try to send status {
"distributionID": "28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663972460431,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-23T22:34:20.554Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms
2022-09-23T22:34:20.557Z||pool-48-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-23T22:34:20.563Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7rtgtTqigQ2W2CX9) ...
2022-09-23T22:34:20.604Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-23T22:34:20.605Z||pool-48-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-09-23T22:34:21.437Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-23T22:34:21.440Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||MSO config path is: /app
2022-09-23T22:34:21.441Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Trying to write artifact UUID: ed2fa2c8-76b5-422e-b78d-50d92377749f, URL: /sdc/v1/catalog/services/DemoPnfSmpmjfiufxmmiiafi2av/1.0/artifacts/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar to file: /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:21.442Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:21.443Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:21.444Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:22.174Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12004418753295020314/Definitions/service-DemoPnfSmpmjfiufxmmiiafi2av-template.yml
2022-09-23T22:34:25.834Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||####################################################################################################
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.835Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d3e00b33-0d69 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?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-DemoPnfSmpmjfiufxmmiiafi2av-csar.csar
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|WARN|500||####################################################################################################
2022-09-23T22:34:25.836Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:34:25.837Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.837Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Node template pNF d3e00b33-0d69 0 is matching search criteria
2022-09-23T22:34:25.837Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:34:25.837Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Found topology templates [pNF d3e00b33-0d69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Node template pNF d3e00b33-0d69 0 is matching search criteria
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Search for entities recursively
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Found topology templates [pNF d3e00b33-0d69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-23T22:34:25.838Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:34:25.839Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Service Demo_pNF_sMpMJfIuFxmmiiAFI2av is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-23T22:34:25.840Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_sMpMJfIuFxmmiiAFI2av
Description:catalog service description
Model UUID:6850e0b3-4c9b-42e1-a840-3cced3c4c890
Model Version:NULL
Model InvariantUuid:a9263c2e-e111-450a-9ed7-1e0b2e9f6cd2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
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-23T22:34:25.930Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: f54a242b-c65d-4483-a5c8-822b6977ab6f
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-23T22:34:25.937Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||pNF d3e00b33-0d69 0
2022-09-23T22:34:25.937Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: f54a242b-c65d-4483-a5c8-822b6977ab6f
2022-09-23T22:34:25.937Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||No resources found for Service: 6850e0b3-4c9b-42e1-a840-3cced3c4c890
2022-09-23T22:34:25.937Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||Preparing to deploy Service: 6850e0b3-4c9b-42e1-a840-3cced3c4c890
2022-09-23T22:34:25.938Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d3e00b33-0d69 0 f54a242b-c65d-4483-a5c8-822b6977ab6f ASDC
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-23T22:34:25.957Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dbd9f7b, org.onap.sdc.toscaparser.api.parameters.Input@543a0f5, org.onap.sdc.toscaparser.api.parameters.Input@153e3e2f, org.onap.sdc.toscaparser.api.parameters.Input@c405d69, org.onap.sdc.toscaparser.api.parameters.Input@7df74ddd]
2022-09-23T22:34:25.957Z|28d8fbb9-dcf7-4ff5-838a-0f2b0a8ac2ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6eef2651-f961-4e33-b27e-96cb21232c1e/model-vers/model-ver/cddc5974-bed3-440d-9cef-6f28a0a3b0a4?depth=0|DEBUG|500||getEntity request: EntityQuery