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-10-20T16:52:00.061Z||main|||||INFO|500||The following profiles are active: basic
2022-10-20T16:52:11.533Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-20T16:52:11.534Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-20T16:52:11.647Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-20T16:52:15.671Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-20T16:52:16.048Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-20T16:52:16.478Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-20T16:52:16.485Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-20T16:52:16.684Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-20T16:52:17.041Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-20T16:52:17.703Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-20T16:52:19.556Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-20T16:52:21.912Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-20T16:52:21.970Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-20T16:52:22.628Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-20T16:52:22.834Z||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-10-20T16:52:23.983Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-20T16:52:25.050Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-20T16:52:25.068Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-20T16:52:25.069Z||main|||||WARN|500||The sdc end point is not alive
2022-10-20T16:52:27.987Z||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-10-20T16:52:30.628Z||main|||||WARN|500||---
2022-10-20T16:52:30.629Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-20T16:52:30.629Z||main|||||WARN|500||---
2022-10-20T16:52:31.128Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-20T16:52:35.691Z||main|||||INFO|500||Started Application in 38.802 seconds (JVM running for 41.199)
2022-10-20T16:52:35.704Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-20T16:52:35.706Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-20T16:52:35.717Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-20T16:52:35.739Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-20T16:52:35.785Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8d24b47-d989-4c22-a5c3-99fa61c223b6 url= /sdc/v1/artifactTypes
2022-10-20T16:52:35.785Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-20T16:52:36.176Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-20T16:52:36.214Z||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-10-20T16:52:36.248Z||scheduling-1|||||DEBUG|500||create keys
2022-10-20T16:52:36.259Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-20T16:52:36.327Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:52:36.344Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b939ebed-9fc2-4c3c-ba17-75a5e4cab4f1 url= /sdc/v1/registerForDistribution
2022-10-20T16:52:36.705Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b939ebed-9fc2-4c3c-ba17-75a5e4cab4f1 url= /sdc/v1/registerForDistribution
2022-10-20T16:52:36.706Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-20T16:52:36.716Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:52:36.720Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:52:36.724Z||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-10-20T16:52:36.724Z||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-10-20T16:52:36.725Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:52:36.724Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:52:36.726Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-20T16:52:47.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:52:47.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:53:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:53:36.716Z||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-10-20T16:53:36.716Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:53:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:53:36.720Z||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-10-20T16:53:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:53:46.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:53:46.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:54:36.713Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:54:36.714Z||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-10-20T16:54:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:54:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:54:36.719Z||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-10-20T16:54:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:54:46.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:54:46.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:55:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:55:36.714Z||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-10-20T16:55:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:55:36.719Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:55:36.720Z||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-10-20T16:55:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:55:46.287Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:55:46.339Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:56:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:56:36.714Z||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-10-20T16:56:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:56:36.719Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:56:36.720Z||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-10-20T16:56:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:56:46.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:56:46.264Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:57:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:57:36.715Z||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-10-20T16:57:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:57:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:57:36.720Z||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-10-20T16:57:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:57:46.270Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:57:46.285Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:58:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:58:36.716Z||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-10-20T16:58:36.716Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:58:36.719Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:58:36.720Z||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-10-20T16:58:36.721Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:58:46.285Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:58:46.285Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:59:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:59:36.715Z||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-10-20T16:59:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:59:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T16:59:36.719Z||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-10-20T16:59:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T16:59:46.279Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T16:59:46.346Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:00:36.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:00:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:00:36.723Z||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-10-20T17:00:36.723Z||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-10-20T17:00:36.723Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:00:36.723Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:00:46.284Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:00:46.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:01:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:01:36.715Z||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-10-20T17:01:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:01:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:01:36.719Z||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-10-20T17:01:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:01:46.275Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:01:46.285Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:02:03.822Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-20T17:02:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:02:36.714Z||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-10-20T17:02:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:02:36.719Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:02:36.720Z||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-10-20T17:02:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:02:46.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:02:46.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:03:36.713Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:03:36.714Z||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-10-20T17:03:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:03:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:03:36.719Z||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-10-20T17:03:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:03:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:03:46.262Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:04:36.713Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:04:36.714Z||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-10-20T17:04:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:04:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:04:36.720Z||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-10-20T17:04:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:04:46.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:04:46.272Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:05:36.713Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:05:36.714Z||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-10-20T17:05:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:05:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:05:36.719Z||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-10-20T17:05:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:05:46.279Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:05:46.283Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:06:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:06:36.714Z||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-10-20T17:06:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:06:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:06:36.720Z||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-10-20T17:06:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:06:46.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:06:46.291Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:07:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:07:36.715Z||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-10-20T17:07:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:07:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:07:36.720Z||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-10-20T17:07:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:07:46.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:07:46.291Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:08:36.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:08:36.717Z||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-10-20T17:08:36.717Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:08:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:08:36.720Z||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-10-20T17:08:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:08:46.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:08:46.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:09:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:09:36.714Z||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-10-20T17:09:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:09:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:09:36.720Z||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-10-20T17:09:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:09:46.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:09:46.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:10:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:10:36.715Z||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-10-20T17:10:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:10:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:10:36.719Z||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-10-20T17:10:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:10:46.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:10:46.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:11:36.713Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:11:36.714Z||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-10-20T17:11:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:11:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:11:36.719Z||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-10-20T17:11:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:11:46.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:11:46.288Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:12:36.713Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:12:36.714Z||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-10-20T17:12:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:12:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:12:36.719Z||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-10-20T17:12:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:12:46.290Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:12:46.290Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:13:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:13:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T17:13:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T17:13:36.719Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:13:36.719Z||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-10-20T17:13:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:13:46.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:13:46.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:14:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:14:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T17:14:36.715Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T17:14:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:14:36.720Z||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-10-20T17:14:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:14:46.269Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:14:46.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:15:36.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:15:36.717Z||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-10-20T17:15:36.718Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:15:36.719Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:15:36.721Z||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-10-20T17:15:36.721Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:15:46.276Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:15:46.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:16:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:16:36.714Z||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-10-20T17:16:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:16:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:16:36.720Z||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-10-20T17:16:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:16:46.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:16:46.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:17:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:17:36.715Z||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-10-20T17:17:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:17:36.719Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:17:36.720Z||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-10-20T17:17:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:17:46.269Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:17:46.269Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:18:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:18:36.714Z||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-10-20T17:18:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:18:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:18:36.719Z||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-10-20T17:18:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:18:46.271Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:18:46.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:19:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:19:36.714Z||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-10-20T17:19:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:19:36.719Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:19:36.719Z||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-10-20T17:19:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:19:46.267Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:19:46.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:20:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:20:36.714Z||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-10-20T17:20:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:20:36.719Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:20:36.719Z||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-10-20T17:20:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:20:46.273Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:20:46.284Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:21:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:21:36.714Z||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-10-20T17:21:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:21:36.719Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:21:36.719Z||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-10-20T17:21:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:21:46.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:21:46.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:22:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:22:36.717Z||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-10-20T17:22:36.718Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:22:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:22:36.720Z||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-10-20T17:22:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:22:46.288Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:22:46.301Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:23:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:23:36.714Z||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-10-20T17:23:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:23:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:23:36.720Z||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-10-20T17:23:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:23:46.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:23:46.293Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:24:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:24:36.714Z||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-10-20T17:24:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:24:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:24:36.720Z||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-10-20T17:24:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:24:46.299Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:24:46.299Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:25:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:25:36.714Z||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-10-20T17:25:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:25:36.719Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:25:36.720Z||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-10-20T17:25:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:25:46.256Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:25:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:26:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:26:36.714Z||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-10-20T17:26:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:26:36.719Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:26:36.719Z||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-10-20T17:26:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:26:46.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:26:46.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:27:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:27:36.714Z||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-10-20T17:27:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:27:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:27:36.719Z||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-10-20T17:27:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:27:46.279Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:27:46.279Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:28:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:28:36.714Z||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-10-20T17:28:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:28:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:28:36.719Z||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-10-20T17:28:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:28:46.277Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:28:46.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:29:36.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:29:36.718Z||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-10-20T17:29:36.718Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:29:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:29:36.719Z||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-10-20T17:29:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:29:46.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:29:46.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:30:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:30:36.714Z||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-10-20T17:30:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:30:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:30:36.719Z||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-10-20T17:30:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:30:46.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:30:46.278Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:31:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:31:36.714Z||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-10-20T17:31:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:31:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:31:36.719Z||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-10-20T17:31:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:31:46.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:31:46.270Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:32:36.713Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:32:36.714Z||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-10-20T17:32:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:32:36.719Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:32:36.719Z||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-10-20T17:32:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:32:46.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:32:46.269Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:33:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:33:36.714Z||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-10-20T17:33:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:33:36.719Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:33:36.720Z||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-10-20T17:33:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:33:46.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:33:46.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:34:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:34:36.714Z||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-10-20T17:34:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:34:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:34:36.719Z||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-10-20T17:34:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:34:46.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:34:46.276Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:35:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:35:36.714Z||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-10-20T17:35:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:35:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:35:36.720Z||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-10-20T17:35:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:35:46.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:35:46.274Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:36:36.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:36:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:36:36.719Z||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-10-20T17:36:36.720Z||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-10-20T17:36:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:36:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:36:46.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:36:46.279Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:37:36.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:37:36.715Z||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-10-20T17:37:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:37:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:37:36.719Z||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-10-20T17:37:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:37:46.307Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:37:46.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:38:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:38:36.714Z||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-10-20T17:38:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:38:36.719Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:38:36.719Z||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-10-20T17:38:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:38:46.269Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:38:46.269Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:39:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:39:36.714Z||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-10-20T17:39:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:39:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:39:36.719Z||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-10-20T17:39:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:39:46.262Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:39:46.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:40:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:40:36.714Z||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-10-20T17:40:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:40:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:40:36.720Z||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-10-20T17:40:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:40:46.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:40:46.272Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:41:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:41:36.714Z||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-10-20T17:41:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:41:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:41:36.719Z||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-10-20T17:41:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:41:46.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:41:46.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:42:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:42:36.714Z||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-10-20T17:42:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:42:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:42:36.720Z||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-10-20T17:42:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:42:46.281Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:42:46.281Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:43:36.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:43:36.717Z||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-10-20T17:43:36.718Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:43:36.719Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:43:36.719Z||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-10-20T17:43:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:43:46.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:43:46.306Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:44:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:44:36.714Z||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-10-20T17:44:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:44:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:44:36.719Z||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-10-20T17:44:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:44:46.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:44:46.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:45:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:45:36.714Z||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-10-20T17:45:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:45:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:45:36.720Z||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-10-20T17:45:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:45:46.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:45:46.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:46:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:46:36.714Z||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-10-20T17:46:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:46:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:46:36.719Z||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-10-20T17:46:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:46:46.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:46:46.297Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:47:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:47:36.714Z||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-10-20T17:47:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:47:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:47:36.719Z||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-10-20T17:47:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:47:46.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:47:46.290Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:48:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:48:36.714Z||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-10-20T17:48:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:48:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:48:36.719Z||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-10-20T17:48:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:48:46.279Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:48:46.280Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:49:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:49:36.714Z||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-10-20T17:49:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:49:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:49:36.720Z||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-10-20T17:49:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:49:46.284Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:49:46.284Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:50:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:50:36.717Z||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-10-20T17:50:36.717Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:50:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:50:36.719Z||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-10-20T17:50:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:50:46.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:50:46.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:51:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:51:36.715Z||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-10-20T17:51:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:51:36.719Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:51:36.720Z||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-10-20T17:51:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:51:46.269Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:51:46.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:52:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:52:36.714Z||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-10-20T17:52:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:52:36.719Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:52:36.719Z||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-10-20T17:52:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:52:46.269Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:52:46.269Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:53:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:53:36.714Z||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-10-20T17:53:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:53:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:53:36.720Z||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-10-20T17:53:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:53:46.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:53:46.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:54:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:54:36.714Z||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-10-20T17:54:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:54:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:54:36.719Z||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-10-20T17:54:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:54:46.263Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:54:46.264Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:55:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:55:36.714Z||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-10-20T17:55:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:55:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:55:36.719Z||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-10-20T17:55:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:55:46.267Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:55:46.267Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:56:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:56:36.714Z||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-10-20T17:56:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:56:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:56:36.720Z||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-10-20T17:56:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:56:46.269Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:56:46.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:57:36.713Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:57:36.713Z||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-10-20T17:57:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:57:36.719Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:57:36.719Z||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-10-20T17:57:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:57:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:57:46.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:58:36.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:58:36.718Z||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-10-20T17:58:36.718Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:58:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:58:36.719Z||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-10-20T17:58:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:58:46.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:58:46.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:59:36.713Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:59:36.714Z||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-10-20T17:59:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:59:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T17:59:36.720Z||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-10-20T17:59:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T17:59:46.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T17:59:46.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:00:36.713Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:00:36.714Z||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-10-20T18:00:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:00:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:00:36.719Z||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-10-20T18:00:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:00:46.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:00:46.287Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:01:36.713Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:01:36.714Z||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-10-20T18:01:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:01:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:01:36.720Z||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-10-20T18:01:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:01:46.261Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:01:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:02:36.713Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:02:36.714Z||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-10-20T18:02:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:02:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:02:36.720Z||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-10-20T18:02:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:02:46.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:02:46.267Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:03:36.713Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:03:36.714Z||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-10-20T18:03:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:03:36.719Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:03:36.719Z||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-10-20T18:03:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:03:46.268Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:03:46.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:04:36.713Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:04:36.714Z||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-10-20T18:04:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:04:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:04:36.719Z||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-10-20T18:04:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:04:46.277Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:04:46.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:05:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:05:36.714Z||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-10-20T18:05:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:05:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:05:36.719Z||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-10-20T18:05:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:05:46.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:05:46.281Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:06:36.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:06:36.718Z||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-10-20T18:06:36.718Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:06:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:06:36.720Z||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-10-20T18:06:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:06:46.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:06:46.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:07:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:07:36.714Z||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-10-20T18:07:36.715Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:07:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:07:36.719Z||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-10-20T18:07:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:07:46.265Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:07:46.276Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:08:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:08:36.714Z||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-10-20T18:08:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:08:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:08:36.719Z||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-10-20T18:08:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:08:46.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:08:46.279Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:09:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:09:36.714Z||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-10-20T18:09:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:09:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:09:36.719Z||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-10-20T18:09:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:09:46.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:09:46.270Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:10:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:10:36.714Z||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-10-20T18:10:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:10:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:10:36.719Z||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-10-20T18:10:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:10:46.263Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:10:46.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:11:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:11:36.714Z||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-10-20T18:11:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:11:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:11:36.719Z||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-10-20T18:11:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:11:46.279Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:11:46.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:12:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:12:36.714Z||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-10-20T18:12:36.714Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:12:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:12:36.719Z||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-10-20T18:12:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:12:46.260Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:12:46.260Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:13:36.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:13:36.715Z||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-10-20T18:13:36.716Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:13:36.719Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:13:36.720Z||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-10-20T18:13:36.721Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:13:46.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:13:46.269Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:14:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:14:36.716Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:14:36.716Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:14:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:14:36.719Z||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-10-20T18:14:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:14:46.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:14:46.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:15:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:15:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:15:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:15:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:15:36.719Z||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-10-20T18:15:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:15:46.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:15:46.280Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:16:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:16:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:16:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:16:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:16:36.719Z||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-10-20T18:16:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:16:46.261Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:16:46.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:17:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:17:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:17:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:17:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:17:36.719Z||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-10-20T18:17:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:17:46.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:17:46.269Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:18:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:18:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:18:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:18:36.719Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:18:36.719Z||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-10-20T18:18:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:18:46.260Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:18:46.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:19:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:19:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:19:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:19:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:19:36.720Z||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-10-20T18:19:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:19:46.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:19:46.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:20:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:20:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:20:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:20:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:20:36.720Z||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-10-20T18:20:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:20:46.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:20:46.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:21:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:21:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:21:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:21:36.719Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:21:36.719Z||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-10-20T18:21:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:21:46.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:21:46.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:22:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:22:36.715Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:22:36.715Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:22:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:22:36.719Z||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-10-20T18:22:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:22:46.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:22:46.272Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:23:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:23:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:23:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:23:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:23:36.719Z||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-10-20T18:23:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:23:46.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:23:46.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:24:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:24:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:24:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:24:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:24:36.719Z||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-10-20T18:24:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:24:46.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:24:46.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:25:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:25:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:25:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:25:36.719Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:25:36.719Z||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-10-20T18:25:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:25:46.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:25:46.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:26:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:26:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:26:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:26:36.719Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:26:36.720Z||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-10-20T18:26:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:26:46.285Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:26:46.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:27:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:27:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:27:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:27:36.719Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:27:36.719Z||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-10-20T18:27:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:27:46.315Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:27:46.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:28:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:28:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:28:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:28:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:28:36.719Z||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-10-20T18:28:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:28:46.263Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:28:46.263Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:29:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:29:36.717Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:29:36.717Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:29:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:29:36.719Z||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-10-20T18:29:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:29:46.266Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:29:46.266Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:30:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:30:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:30:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:30:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:30:36.719Z||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-10-20T18:30:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:30:46.260Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:30:46.262Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:31:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:31:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:31:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:31:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:31:36.720Z||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-10-20T18:31:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:31:46.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:31:46.264Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:32:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:32:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:32:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:32:36.719Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:32:36.719Z||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-10-20T18:32:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:32:46.272Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:32:46.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:33:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:33:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:33:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:33:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:33:36.719Z||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-10-20T18:33:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:33:46.260Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:33:46.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:36.713Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:34:36.714Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-20T18:34:36.714Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:34:36.719Z||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-10-20T18:34:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:37.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:37.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-20T18:34:37.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"90c5ee9e-3402-4826-bbe5-87231ab30a45","serviceName":"basic_onboard_hKYJQo","serviceVersion":"1.0","serviceUUID":"5e2db074-ffee-43c6-84f9-d370a917f109","serviceDescription":"service","serviceInvariantUUID":"a76a74a7-2b40-4d52-bdb1-1656601ea3e6","resources":[{"resourceInstanceName":"basic_onboard_hKYJQo 0","resourceName":"basic_onboard_hKYJQo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93a39b94-ee38-4ea4-986d-052f2979d952","resourceInvariantUUID":"46c893aa-9c07-4f9a-9fcb-acc548cd2a36","resourceCustomizationUUID":"0be66310-d875-48e5-b226-5070c6c76d32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml","artifactChecksum":"MTI4ZTIzZmU0Yzk3OWJhMmUzNjEyZjAxMGU5NzQ4NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5c3c39a-9733-47d1-8a51-b2f7b27565b1","artifactVersion":"1"},{"artifactName":"basic_onboard_hkyjqo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json","artifactChecksum":"OGU3MjdiNDgxMThhNzRhODQ5MzFlOTUyMGYzMmY4Mjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d8525f19-7d64-41ba-826d-ed61cb5c28dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ff06b7ce-b330-4156-a1da-5098e5891bf6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76ba9121-987b-4453-866c-0a0c5c71a6f8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8e3939b3-dd5b-4b4e-b98f-631dde9ce966","artifactVersion":"2","generatedFromUUID":"ff06b7ce-b330-4156-a1da-5098e5891bf6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHkyjqo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml","artifactChecksum":"ZTE4YTEzOGY1ZjBkNDQ1MzRkMTQyZGJkYjcyOGU3Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21dacfca-db88-4b01-a507-c74d00810161","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHkyjqo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar","artifactChecksum":"MGY5YzgwMzhiOGFiMjk5Y2Y3NmYzNmRjOGM4ZDVjMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78ad17a6-0bd8-4c4f-a517-88c39f893b2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-20T18:34:37.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:37.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:34:37.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "ves-openapi-manager",
"timestamp": 1666290870124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:37.377Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:34:37.385Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:37.399Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:37.399Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:37.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:34:37.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:34:37.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290865777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:37.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:34:37.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:34:37.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290868197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:37.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:34:37.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:34:37.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290865777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:37.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:34:37.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:34:37.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "ves-openapi-manager",
"timestamp": 1666290870124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:37.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:34:37.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:34:37.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "cds",
"timestamp": 1666290875445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:37.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:34:37.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:34:37.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290868197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:37.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:34:37.499Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-10-20T18:34:37.503Z||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-10-20T18:34:37.504Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:37.521Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:37.522Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:38.409Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:34:38.409Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:38.411Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:38.411Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:34:38.512Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:38.513Z||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-10-20T18:34:38.513Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:38.536Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:38.536Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:34:39.412Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:34:39.413Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:39.415Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:39.415Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:34:39.515Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:39.516Z||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-10-20T18:34:39.516Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:39.533Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:39.533Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:40.416Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:34:40.416Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:40.418Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:40.418Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:40.519Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:40.520Z||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-10-20T18:34:40.520Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:40.536Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:40.537Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:41.419Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:34:41.420Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:41.422Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:41.422Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-20T18:34:41.522Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:41.523Z||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-10-20T18:34:41.523Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:41.539Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:41.539Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:34:42.422Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:34:42.423Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:42.425Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:42.425Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:34:42.525Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:42.527Z||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-10-20T18:34:42.527Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:42.543Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:42.544Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:43.426Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:34:43.426Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:43.429Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:43.429Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:34:43.529Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:43.530Z||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-10-20T18:34:43.530Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:43.546Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:43.546Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:44.432Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"serviceName": "basic_onboard_hKYJQo",
"serviceVersion": "1.0",
"serviceUUID": "5e2db074-ffee-43c6-84f9-d370a917f109",
"serviceDescription": "service",
"serviceInvariantUUID": "a76a74a7-2b40-4d52-bdb1-1656601ea3e6",
"resources": [
{
"resourceInstanceName": "basic_onboard_hKYJQo 0",
"resourceCustomizationUUID": "0be66310-d875-48e5-b226-5070c6c76d32",
"resourceName": "basic_onboard_hKYJQo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "93a39b94-ee38-4ea4-986d-052f2979d952",
"resourceInvariantUUID": "46c893aa-9c07-4f9a-9fcb-acc548cd2a36",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hkyjqo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"artifactChecksum": "OGU3MjdiNDgxMThhNzRhODQ5MzFlOTUyMGYzMmY4Mjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d8525f19-7d64-41ba-826d-ed61cb5c28dd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ff06b7ce-b330-4156-a1da-5098e5891bf6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8e3939b3-dd5b-4b4e-b98f-631dde9ce966",
"generatedFromUUID": "ff06b7ce-b330-4156-a1da-5098e5891bf6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8e3939b3-dd5b-4b4e-b98f-631dde9ce966",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHkyjqo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"artifactChecksum": "MGY5YzgwMzhiOGFiMjk5Y2Y3NmYzNmRjOGM4ZDVjMTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "78ad17a6-0bd8-4c4f-a517-88c39f893b2b"
}
],
"workloadContext": "Production"
}
2022-10-20T18:34:44.433Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-20T18:34:44.433Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5e2db074-ffee-43c6-84f9-d370a917f109 ASDC
2022-10-20T18:34:44.584Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:90c5ee9e-3402-4826-bbe5-87231ab30a45
ServiceName:basic_onboard_hKYJQo
ServiceVersion:1.0
ServiceUUID:5e2db074-ffee-43c6-84f9-d370a917f109
ServiceInvariantUUID:a76a74a7-2b40-4d52-bdb1-1656601ea3e6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHkyjqo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar
ArtifactUUID:78ad17a6-0bd8-4c4f-a517-88c39f893b2b
ArtifactChecksum:MGY5YzgwMzhiOGFiMjk5Y2Y3NmYzNmRjOGM4ZDVjMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hKYJQo 0
ResourceCustomizationUUID:0be66310-d875-48e5-b226-5070c6c76d32
ResourceInvariantUUID:46c893aa-9c07-4f9a-9fcb-acc548cd2a36
ResourceName:basic_onboard_hKYJQo
ResourceType:VF
ResourceUUID:93a39b94-ee38-4ea4-986d-052f2979d952
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hkyjqo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json
ArtifactUUID:d8525f19-7d64-41ba-826d-ed61cb5c28dd
ArtifactChecksum:OGU3MjdiNDgxMThhNzRhODQ5MzFlOTUyMGYzMmY4Mjc=
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/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ff06b7ce-b330-4156-a1da-5098e5891bf6
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/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env
ArtifactUUID:8e3939b3-dd5b-4b4e-b98f-631dde9ce966
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/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env
ArtifactUUID:8e3939b3-dd5b-4b4e-b98f-631dde9ce966
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-20T18:34:44.585Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e2db074-ffee-43c6-84f9-d370a917f109 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-10-20T18:34:44.825Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-20T18:34:44.826Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-20T18:34:44.828Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-20T18:34:44.828Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 78ad17a6-0bd8-4c4f-a517-88c39f893b2b from URL: /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:44.828Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-20T18:34:44.830Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:44.987Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-20T18:34:45.003Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar 78ad17a6-0bd8-4c4f-a517-88c39f893b2b 71597
2022-10-20T18:34:45.005Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar ASDC sendASDCNotification
2022-10-20T18:34:45.005Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:45.006Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:34:45.007Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:45.009Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:45.009Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290885004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:34:45.109Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:45.110Z||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-10-20T18:34:45.110Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:45.146Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:45.146Z||pool-10-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:46.009Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-20T18:34:46.011Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-20T18:34:46.011Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 78ad17a6-0bd8-4c4f-a517-88c39f893b2b, URL: /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar to file: /app/ASDC/1/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:46.012Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:46.101Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:46.102Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:46.780Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2955949107720831101/Definitions/service-BasicOnboardHkyjqo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-10-20T18:34:48.955Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-20T18:34:48.960Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-20T18:34:48.960Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.960Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-20T18:34:48.960Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.960Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||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-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.961Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.961Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||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-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.961Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.961Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.961Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||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-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.961Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hKYJQo 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.961Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||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-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:48.961Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-20T18:34:48.967Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.968Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:48.972Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is matching search criteria
2022-10-20T18:34:48.972Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-20T18:34:48.974Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hKYJQo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-20T18:34:48.976Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.976Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:48.976Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is matching search criteria
2022-10-20T18:34:48.976Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-20T18:34:48.976Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hKYJQo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-20T18:34:48.976Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.977Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:48.980Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.980Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is not matching search criteria
2022-10-20T18:34:48.980Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-20T18:34:48.980Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-20T18:34:48.980Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-20T18:34:48.980Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-20T18:34:48.981Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-20T18:34:48.981Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.981Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-20T18:34:48.982Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.982Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is matching search criteria
2022-10-20T18:34:48.982Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hKYJQo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:34:48.983Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.983Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is matching search criteria
2022-10-20T18:34:48.983Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hKYJQo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:34:48.983Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.983Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is matching search criteria
2022-10-20T18:34:48.984Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hKYJQo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:34:48.984Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.984Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is not matching search criteria
2022-10-20T18:34:48.984Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-20T18:34:48.984Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-20T18:34:48.984Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1bdeb096-5faa-417f-af3f-73960069a342
2022-10-20T18:34:48.985Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.985Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:48.985Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.985Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:48.985Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.985Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:48.986Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:48.986Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:48.986Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_hKYJQo
Description:service
Model UUID:5e2db074-ffee-43c6-84f9-d370a917f109
Model Version:NULL
Model InvariantUuid:a76a74a7-2b40-4d52-bdb1-1656601ea3e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_hKYJQo
Model UUID:ac90ab85-0ae8-4a59-b223-01a06746ed2c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46c893aa-9c07-4f9a-9fcb-acc548cd2a36
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0be66310-d875-48e5-b226-5070c6c76d32
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c27497d2-1120-44fa-8f3e-a24d44a0ed5a
ModelName:BasicOnboardHkyjqo..base_ubuntu18..module-0
ModelUuid:61156742-6234-4dce-b0c2-0694c97e1b25
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1bdeb096-5faa-417f-af3f-73960069a342
ModelInvariantUuid:d6f826d6-4b83-4ff9-aeb7-971a705bd745
ModelName:basic_onboard_hKYJQo-nodes.ubuntu18Cvfc
ModelUuid:130e71d1-feb8-4ef5-a1eb-2fea377962ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:acf3768b-6e0b-49b8-9beb-eeecc7817b0c
ModelInvariantUuid:2866d383-24b5-4c08-a672-3956926b25e7
ModelName:BasicOnboardHkyjqo.compute.nodes.heat.ubuntu18
ModelUuid:cf0f442e-a013-414d-a66b-9c87a5af792e
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-10-20T18:34:49.008Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 93a39b94-ee38-4ea4-986d-052f2979d952
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-10-20T18:34:49.090Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||basic_onboard_hKYJQo 0
2022-10-20T18:34:49.097Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93a39b94-ee38-4ea4-986d-052f2979d952
2022-10-20T18:34:49.097Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d8525f19-7d64-41ba-826d-ed61cb5c28dd from URL: /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json
2022-10-20T18:34:49.097Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-20T18:34:49.097Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json
2022-10-20T18:34:49.478Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-20T18:34:49.478Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json d8525f19-7d64-41ba-826d-ed61cb5c28dd 798
2022-10-20T18:34:49.479Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json ASDC sendASDCNotification
2022-10-20T18:34:49.479Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json
2022-10-20T18:34:49.479Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:34:49.479Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:49.482Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:49.482Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290889479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:34:49.582Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:49.583Z||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-10-20T18:34:49.583Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:49.598Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:49.599Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:50.484Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHkyjqo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c27497d2-1120-44fa-8f3e-a24d44a0ed5a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "61156742-6234-4dce-b0c2-0694c97e1b25",
"vfModuleModelCustomizationUUID": "f8db0c24-17ee-4aa4-8da6-c31c3e6e7317",
"isBase": true,
"artifacts": [
"ff06b7ce-b330-4156-a1da-5098e5891bf6",
"8e3939b3-dd5b-4b4e-b98f-631dde9ce966"
],
"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-10-20T18:34:50.497Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHkyjqo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61156742-6234-4dce-b0c2-0694c97e1b25
VfModuleModelInvariantUUID:c27497d2-1120-44fa-8f3e-a24d44a0ed5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff06b7ce-b330-4156-a1da-5098e5891bf6
,
8e3939b3-dd5b-4b4e-b98f-631dde9ce966
}
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-10-20T18:34:50.500Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHkyjqo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c27497d2-1120-44fa-8f3e-a24d44a0ed5a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "61156742-6234-4dce-b0c2-0694c97e1b25",
"vfModuleModelCustomizationUUID": "f8db0c24-17ee-4aa4-8da6-c31c3e6e7317",
"isBase": true,
"artifacts": [
"ff06b7ce-b330-4156-a1da-5098e5891bf6",
"8e3939b3-dd5b-4b4e-b98f-631dde9ce966"
],
"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-10-20T18:34:50.500Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHkyjqo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:61156742-6234-4dce-b0c2-0694c97e1b25
VfModuleModelInvariantUUID:c27497d2-1120-44fa-8f3e-a24d44a0ed5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff06b7ce-b330-4156-a1da-5098e5891bf6
,
8e3939b3-dd5b-4b4e-b98f-631dde9ce966
}
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-10-20T18:34:50.500Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff06b7ce-b330-4156-a1da-5098e5891bf6 from URL: /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml
2022-10-20T18:34:50.500Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-20T18:34:50.500Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml
2022-10-20T18:34:50.597Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-20T18:34:50.598Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml ff06b7ce-b330-4156-a1da-5098e5891bf6 5033
2022-10-20T18:34:50.598Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-20T18:34:50.598Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml
2022-10-20T18:34:50.598Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:34:50.599Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:50.601Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:50.601Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290890598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:34:50.701Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:50.702Z||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-10-20T18:34:50.702Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:50.719Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:50.720Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":2,"count":1}
2022-10-20T18:34:51.602Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8e3939b3-dd5b-4b4e-b98f-631dde9ce966 from URL: /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env
2022-10-20T18:34:51.603Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-20T18:34:51.603Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env
2022-10-20T18:34:51.726Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-20T18:34:51.726Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env 8e3939b3-dd5b-4b4e-b98f-631dde9ce966 909
2022-10-20T18:34:51.726Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-20T18:34:51.727Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env
2022-10-20T18:34:51.727Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:34:51.727Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:51.729Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:51.729Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290891726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:34:51.829Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-20T18:34:51.830Z||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-10-20T18:34:51.830Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:51.844Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:51.845Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:52.730Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5e2db074-ffee-43c6-84f9-d370a917f109
2022-10-20T18:34:52.730Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hKYJQo 0 93a39b94-ee38-4ea4-986d-052f2979d952 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-10-20T18:34:52.760Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13edc5a1, org.onap.sdc.toscaparser.api.parameters.Input@5223d3b2, org.onap.sdc.toscaparser.api.parameters.Input@1ad1dc10, org.onap.sdc.toscaparser.api.parameters.Input@1e74735b, org.onap.sdc.toscaparser.api.parameters.Input@63497df9]
2022-10-20T18:34:52.764Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.765Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:52.765Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-10-20T18:34:52.766Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0be66310-d875-48e5-b226-5070c6c76d32
2022-10-20T18:34:52.766Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0be66310-d875-48e5-b226-5070c6c76d32 matches Tosca VF Customization UUID: 0be66310-d875-48e5-b226-5070c6c76d32
2022-10-20T18:34:52.766Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0be66310-d875-48e5-b226-5070c6c76d32 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-10-20T18:34:52.772Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.773Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:52.774Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0be66310-d875-48e5-b226-5070c6c76d32: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-10-20T18:34:52.774Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42c7ef9a
2022-10-20T18:34:52.774Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.775Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-20T18:34:52.775Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8db0c24-17ee-4aa4-8da6-c31c3e6e7317
2022-10-20T18:34:52.776Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8db0c24-17ee-4aa4-8da6-c31c3e6e7317
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-10-20T18:34:52.782Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.783Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is matching search criteria
2022-10-20T18:34:52.783Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hKYJQo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:34:52.784Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.784Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is matching search criteria
2022-10-20T18:34:52.784Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hKYJQo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:34:52.784Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.785Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is not matching search criteria
2022-10-20T18:34:52.785Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-20T18:34:52.785Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-20T18:34:52.785Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1bdeb096-5faa-417f-af3f-73960069a342
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-10-20T18:34:52.797Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.797Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is matching search criteria
2022-10-20T18:34:52.797Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hKYJQo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:34:52.798Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.798Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hKYJQo 0 is matching search criteria
2022-10-20T18:34:52.799Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hKYJQo 0] matching following query criteria: sdcType=VF, customizationUUID=0be66310-d875-48e5-b226-5070c6c76d32
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-10-20T18:34:52.801Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.801Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:52.802Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5e2db074-ffee-43c6-84f9-d370a917f109: basic_onboard_hKYJQo
2022-10-20T18:34:52.802Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.802Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:52.803Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.803Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:52.803Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.803Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:52.804Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.804Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:52.804Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:34:52.805Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hKYJQo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:34:52.805Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_hKYJQo
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-10-20T18:34:52.990Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hKYJQo 93a39b94-ee38-4ea4-986d-052f2979d952 1 ASDC deployResourceStructure
2022-10-20T18:34:52.991Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json ASDC sendASDCNotification
2022-10-20T18:34:52.991Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json
2022-10-20T18:34:52.991Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-20T18:34:52.991Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:52.993Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:52.993Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290892991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-20T18:34:53.093Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:53.094Z||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-10-20T18:34:53.094Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:53.111Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:53.111Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:53.994Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-20T18:34:53.995Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml
2022-10-20T18:34:53.995Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-20T18:34:53.995Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:53.997Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:53.997Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290893994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-20T18:34:54.097Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:54.099Z||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-10-20T18:34:54.099Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:54.115Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:54.115Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:34:54.998Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-20T18:34:54.999Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env
2022-10-20T18:34:54.999Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-20T18:34:54.999Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:55.001Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:55.001Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290894998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-20T18:34:55.101Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:55.102Z||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-10-20T18:34:55.102Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:55.118Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:55.119Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:56.001Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar ASDC sendASDCNotification
2022-10-20T18:34:56.002Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar
2022-10-20T18:34:56.002Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-20T18:34:56.003Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-20T18:34:56.004Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:34:56.004Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290896001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:34:56.104Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:34:56.105Z||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-10-20T18:34:56.106Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:34:56.120Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:34:56.121Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:34:57.005Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:34:57.028Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:34:57.030Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:34:57.030Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:34:57.031Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:35:27.031Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:35:27.040Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:35:27.043Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:35:27.043Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:35:27.043Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:35:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:35:36.720Z||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-10-20T18:35:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:35:36.849Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:35:36.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:35:36.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:35:36.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:35:57.043Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:35:57.052Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:35:57.054Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:35:57.054Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:35:57.054Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:36:27.054Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:36:27.063Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:36:27.065Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:36:27.065Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:36:27.066Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:36:36.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:36:36.720Z||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-10-20T18:36:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:36:37.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:36:37.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290865777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "ves-openapi-manager",
"timestamp": 1666290870124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "cds",
"timestamp": 1666290875445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290868197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "ves-openapi-manager",
"timestamp": 1666290870124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290865777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "cds",
"timestamp": 1666290875445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290868197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "ves-openapi-manager",
"timestamp": 1666290870124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "cds",
"timestamp": 1666290875445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290865777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290868197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "ves-openapi-manager",
"timestamp": 1666290870124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290865777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "cds",
"timestamp": 1666290875445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290868197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "ves-openapi-manager",
"timestamp": 1666290870124,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290865777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "cds",
"timestamp": 1666290875445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290868197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "cds",
"timestamp": 1666290875445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290883909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290882447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290876713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290881969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "cds",
"timestamp": 1666290883575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290883590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290881969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "cds",
"timestamp": 1666290884600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-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-10-20T18:36:37.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90c5ee9e-3402-4826-bbe5-87231ab30a45
2022-10-20T18:36:37.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5ee9e-3402-4826-bbe5-87231ab30a45 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-10-20T18:36:37.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290885004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290883590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290881969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290883590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290881969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290883590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290881969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290883590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290881969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290883590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290889479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290881969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290883590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290890598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290889905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.303Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290890533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:36:37.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290891466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290891726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290890938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:36:37.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666290891539,
"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-10-20T18:36:37.312Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90c5ee9e-3402-4826-bbe5-87231ab30a45
2022-10-20T18:36:37.312Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5ee9e-3402-4826-bbe5-87231ab30a45 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-10-20T18:36:37.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290892554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "policy-id",
"timestamp": 1666290891949,
"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-10-20T18:36:37.328Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90c5ee9e-3402-4826-bbe5-87231ab30a45
2022-10-20T18:36:37.329Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5ee9e-3402-4826-bbe5-87231ab30a45 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-10-20T18:36:37.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290892991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-20T18:36:37.338Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290893645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.339Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290893994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-20T18:36:37.339Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290894698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-20T18:36:37.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290893840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290894706,
"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-10-20T18:36:37.345Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90c5ee9e-3402-4826-bbe5-87231ab30a45
2022-10-20T18:36:37.346Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5ee9e-3402-4826-bbe5-87231ab30a45 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-10-20T18:36:37.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290894998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-20T18:36:37.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "aai-ml",
"timestamp": 1666290895705,
"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-10-20T18:36:37.359Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 90c5ee9e-3402-4826-bbe5-87231ab30a45
2022-10-20T18:36:37.359Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5ee9e-3402-4826-bbe5-87231ab30a45 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-10-20T18:36:37.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290893840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666290895709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/basic_onboard_hkyjqo0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-20T18:36:37.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666290896001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:36:37.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290893840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290893840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290893840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/resourceInstances/basic_onboard_hkyjqo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290893840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:36:37.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290893840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:36:37.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-20T18:36:37.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290911769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:36:37.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290913778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHkyjqo/1.0/artifacts/service-BasicOnboardHkyjqo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:36:37.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:36:37.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-20T18:36:37.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "clamp",
"timestamp": 1666290914782,
"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-10-20T18:36:37.379Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90c5ee9e-3402-4826-bbe5-87231ab30a45
2022-10-20T18:36:37.379Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90c5ee9e-3402-4826-bbe5-87231ab30a45 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-10-20T18:36:57.066Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:36:57.085Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45
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-10-20T18:36:57.088Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:36:57.088Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-20T18:36:57.088Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-20T18:36:57.088Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-20T18:36:57.088Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-20T18:36:57.088Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||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-10-20T18:36:57.096Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-20T18:37:27.097Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45 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-10-20T18:37:27.117Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90c5ee9e-3402-4826-bbe5-87231ab30a45 and serviceModelVersionId: 5e2db074-ffee-43c6-84f9-d370a917f109
2022-10-20T18:37:27.118Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a76a74a7-2b40-4d52-bdb1-1656601ea3e6
2022-10-20T18:37:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:37:36.720Z||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-10-20T18:37:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:37:41.636Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0
2022-10-20T18:37:41.748Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-20T18:37:42.217Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:37:42.222Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||Invoke
2022-10-20T18:37:43.792Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:37:43.793Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||Invoke
2022-10-20T18:37:45.323Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:37:45.325Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||Invoke
2022-10-20T18:37:46.286Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:37:46.357Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-10-20T18:37:46.360Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:37:46.361Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-20T18:37:46.361Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:37:46.368Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:37:46.369Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90c5ee9e-3402-4826-bbe5-87231ab30a45 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-20T18:37:46.370Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-20T18:37:46.371Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:37:46.373Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:37:46.373Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||try to send status {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291066369,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-20T18:37:46.473Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:37:46.474Z||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-10-20T18:37:46.474Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:37:46.488Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:37:46.488Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-20T18:37:47.388Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:37:47.388Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:37:47.388Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:37:57.695Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:37:57.696Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:37:57.696Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:37:57.696Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:38:07.245Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:38:07.246Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:38:07.247Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:38:07.247Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:38:16.790Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:38:36.713Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:38:36.714Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:38:36.714Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:38:36.719Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:38:36.719Z||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-10-20T18:38:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:38:37.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:38:37.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-20T18:38:37.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "90c5ee9e-3402-4826-bbe5-87231ab30a45",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291066369,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-20T18:38:37.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:38:46.274Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:39:36.713Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:39:36.714Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:39:36.714Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:39:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:39:36.719Z||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-10-20T18:39:36.719Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:39:37.347Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:39:37.347Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||received message from topic
2022-10-20T18:39:37.348Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"0b02acf3-575b-4c0d-b8f8-669e7cfb64c4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"41cc19e6-2216-4163-a80d-c2b780a0b065","serviceDescription":"service","serviceInvariantUUID":"205374cd-9c7e-4d2f-b16c-55de547c4149","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b9903ad6-6eb2-472d-b7d2-86778d9eeb81","resourceInvariantUUID":"bdba04d1-2034-47db-94a9-ed190b15c4cc","resourceCustomizationUUID":"70596500-38a7-4f54-a95b-c71fcc5c1d2f","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":"OTFlYzU5MTJmNjAxMTJjYjRjNmEyZDVjNmY3NzVlNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a23c41ec-fd3d-412f-8531-857896b5270f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWQxMTg3ZDMzNjkwZTRmMjllOGZjOWIzMmE4ZTNhNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63f0d620-101d-41f0-8534-34aa9282e010","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-20T18:39:37.352Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:39:37.352Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:39:37.354Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:39:37.354Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||try to send status {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291176713,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:39:37.359Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:39:37.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "cds",
"timestamp": 1666291145445,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:39:37.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291143590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:39:37.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "policy-id",
"timestamp": 1666291141968,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:39:37.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291150124,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:39:37.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "cds",
"timestamp": 1666291145445,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:39:37.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291143590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:39:37.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "policy-id",
"timestamp": 1666291141968,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:39:37.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291150124,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:39:37.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "cds",
"timestamp": 1666291152029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:39:37.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:39:37.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "policy-id",
"timestamp": 1666291151531,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:39:37.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:39:37.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "cds",
"timestamp": 1666291153036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-20T18:39:37.383Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4
2022-10-20T18:39:37.383Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4 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-10-20T18:39:37.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "policy-id",
"timestamp": 1666291152541,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:39:37.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:39:37.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "policy-id",
"timestamp": 1666291153552,
"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-10-20T18:39:37.402Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4
2022-10-20T18:39:37.403Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4 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-10-20T18:39:37.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "clamp",
"timestamp": 1666291163840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:39:37.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "clamp",
"timestamp": 1666291163840,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:39:37.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291165811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:39:37.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "aai-ml",
"timestamp": 1666291168197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:39:37.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291165811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:39:37.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "aai-ml",
"timestamp": 1666291168197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:39:37.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:39:37.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291169109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:39:37.418Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:39:37.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "aai-ml",
"timestamp": 1666291171135,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:39:37.418Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:39:37.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "clamp",
"timestamp": 1666291172801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:39:37.419Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:39:37.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291172661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:39:37.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:39:37.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291173681,
"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-10-20T18:39:37.427Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4
2022-10-20T18:39:37.427Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4 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-10-20T18:39:37.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "aai-ml",
"timestamp": 1666291175358,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-20T18:39:37.436Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:39:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "clamp",
"timestamp": 1666291174796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:39:37.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:39:37.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "aai-ml",
"timestamp": 1666291176392,
"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-10-20T18:39:37.445Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4
2022-10-20T18:39:37.445Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4 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-10-20T18:39:37.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:39:37.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "clamp",
"timestamp": 1666291175800,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2022-10-20T18:39:37.454Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
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-10-20T18:39:37.455Z||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-10-20T18:39:37.455Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:39:37.459Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4
2022-10-20T18:39:37.459Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4 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-10-20T18:39:37.468Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:39:37.468Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:39:38.354Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:39:38.355Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:39:38.357Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:39:38.357Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||try to send status {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291176713,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:39:38.457Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:39:38.458Z||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-10-20T18:39:38.458Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:39:38.472Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:39:38.473Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:39:39.358Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "41cc19e6-2216-4163-a80d-c2b780a0b065",
"serviceDescription": "service",
"serviceInvariantUUID": "205374cd-9c7e-4d2f-b16c-55de547c4149",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "70596500-38a7-4f54-a95b-c71fcc5c1d2f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b9903ad6-6eb2-472d-b7d2-86778d9eeb81",
"resourceInvariantUUID": "bdba04d1-2034-47db-94a9-ed190b15c4cc",
"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": "YWQxMTg3ZDMzNjkwZTRmMjllOGZjOWIzMmE4ZTNhNmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63f0d620-101d-41f0-8534-34aa9282e010"
}
],
"workloadContext": "Production"
}
2022-10-20T18:39:39.358Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-20T18:39:39.359Z|90c5ee9e-3402-4826-bbe5-87231ab30a45|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41cc19e6-2216-4163-a80d-c2b780a0b065 ASDC
2022-10-20T18:39:39.360Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||ASDC Notification:
DistributionID:0b02acf3-575b-4c0d-b8f8-669e7cfb64c4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:41cc19e6-2216-4163-a80d-c2b780a0b065
ServiceInvariantUUID:205374cd-9c7e-4d2f-b16c-55de547c4149
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:63f0d620-101d-41f0-8534-34aa9282e010
ArtifactChecksum:YWQxMTg3ZDMzNjkwZTRmMjllOGZjOWIzMmE4ZTNhNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:70596500-38a7-4f54-a95b-c71fcc5c1d2f
ResourceInvariantUUID:bdba04d1-2034-47db-94a9-ed190b15c4cc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b9903ad6-6eb2-472d-b7d2-86778d9eeb81
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-20T18:39:39.360Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41cc19e6-2216-4163-a80d-c2b780a0b065 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-10-20T18:39:39.392Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-20T18:39:39.392Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||MSO config path is: /app
2022-10-20T18:39:39.393Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||MSO config path is: /app
2022-10-20T18:39:39.393Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||Trying to download the artifact UUID: 63f0d620-101d-41f0-8534-34aa9282e010 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-20T18:39:39.393Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:39:39.393Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-20T18:39:39.466Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:39:39.468Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 63f0d620-101d-41f0-8534-34aa9282e010 52507
2022-10-20T18:39:39.469Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-20T18:39:39.469Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-20T18:39:39.469Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:39:39.469Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:39:39.471Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:39:39.471Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||try to send status {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291179469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:39:39.571Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:39:39.572Z||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-10-20T18:39:39.573Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:39:39.587Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:39:39.588Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:39:40.471Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-20T18:39:40.472Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||MSO config path is: /app
2022-10-20T18:39:40.473Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||Trying to write artifact UUID: 63f0d620-101d-41f0-8534-34aa9282e010, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-20T18:39:40.473Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-20T18:39:40.474Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-20T18:39:40.474Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-20T18:39:40.588Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15888603765891384940/Definitions/service-BasicNetwork-template.yml
2022-10-20T18:39:41.037Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-10-20T18:39:41.037Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|WARN|500||####################################################################################################
2022-10-20T18:39:41.037Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-BasicNetwork-csar.csar
2022-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.038Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|WARN|500||####################################################################################################
2022-10-20T18:39:41.039Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.039Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.039Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-20T18:39:41.039Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Search for entities recursively
2022-10-20T18:39:41.039Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-20T18:39:41.040Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.040Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.040Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-20T18:39:41.040Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Search for entities recursively
2022-10-20T18:39:41.040Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-20T18:39:41.040Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.040Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.040Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.041Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.041Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.041Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.041Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.041Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.041Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.042Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.042Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:41cc19e6-2216-4163-a80d-c2b780a0b065
Model Version:NULL
Model InvariantUuid:205374cd-9c7e-4d2f-b16c-55de547c4149
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bdba04d1-2034-47db-94a9-ed190b15c4cc
Model UUID:aafb2643-650e-47de-8521-aaeda63ff80d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:70596500-38a7-4f54-a95b-c71fcc5c1d2f
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-10-20T18:39:41.048Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: b9903ad6-6eb2-472d-b7d2-86778d9eeb81
2022-10-20T18:39:41.048Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||No resources found for Service: 41cc19e6-2216-4163-a80d-c2b780a0b065
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-10-20T18:39:41.052Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||
2022-10-20T18:39:41.052Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-20T18:39:41.053Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||No resources found for Service: 41cc19e6-2216-4163-a80d-c2b780a0b065
2022-10-20T18:39:41.053Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Preparing to deploy Service: 41cc19e6-2216-4163-a80d-c2b780a0b065
2022-10-20T18:39:41.053Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-20T18:39:41.053Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.058Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@613ff620, org.onap.sdc.toscaparser.api.parameters.Input@734169bf, org.onap.sdc.toscaparser.api.parameters.Input@5714965d, org.onap.sdc.toscaparser.api.parameters.Input@fb388a2, org.onap.sdc.toscaparser.api.parameters.Input@11a3f182]
2022-10-20T18:39:41.059Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.059Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.060Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.060Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.060Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500|| resourceSeq for service uuid 41cc19e6-2216-4163-a80d-c2b780a0b065: Generic NeutronNet
2022-10-20T18:39:41.060Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.060Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.061Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.061Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.089Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.089Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.089Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.089Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.089Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:39:41.089Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:39:41.090Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|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-10-20T18:39:41.137Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-20T18:39:41.137Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-20T18:39:41.137Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-20T18:39:41.137Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-20T18:39:41.138Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:39:41.139Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:39:41.139Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||try to send status {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291181137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:39:41.240Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-20T18:39:41.241Z||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-10-20T18:39:41.241Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:39:41.257Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:39:41.258Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:39:42.141Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4
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-10-20T18:39:42.155Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4
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-10-20T18:39:42.159Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:39:42.159Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-20T18:39:42.160Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-20T18:39:42.160Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-20T18:39:42.160Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-20T18:39:42.160Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?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-10-20T18:39:42.166Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-20T18:40:12.166Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4 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-10-20T18:40:12.173Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4 and serviceModelVersionId: 41cc19e6-2216-4163-a80d-c2b780a0b065
2022-10-20T18:40:12.173Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 205374cd-9c7e-4d2f-b16c-55de547c4149
2022-10-20T18:40:12.174Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0
2022-10-20T18:40:12.179Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-10-20T18:40:12.226Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a76a74a7-2b40-4d52-bdb1-1656601ea3e6/model-vers/model-ver/5e2db074-ffee-43c6-84f9-d370a917f109?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?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-10-20T18:40:12.227Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Invoke
2022-10-20T18:40:13.745Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?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-10-20T18:40:13.746Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Invoke
2022-10-20T18:40:15.285Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?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-10-20T18:40:15.286Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Invoke
2022-10-20T18:40:16.318Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-10-20T18:40:16.318Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?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-10-20T18:40:16.320Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-20T18:40:16.320Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?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-10-20T18:40:16.325Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?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-10-20T18:40:16.325Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b02acf3-575b-4c0d-b8f8-669e7cfb64c4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-20T18:40:16.325Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-20T18:40:16.326Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:16.327Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:16.327Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291216325,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-20T18:40:16.428Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-20T18:40:16.429Z||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-10-20T18:40:16.429Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:16.448Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:16.449Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-20T18:40:36.713Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:40:36.714Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?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-10-20T18:40:36.714Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:40:36.720Z||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-10-20T18:40:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:36.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:36.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:40:36.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291176713,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:40:36.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:40:37.345Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:37.347Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||received message from topic
2022-10-20T18:40:37.347Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"7aa30710-0afc-4997-afc3-399e4070e959","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c8cf6841-c581-4824-ae03-ff3129673fd6","serviceDescription":"service","serviceInvariantUUID":"6882b211-cea7-4a75-97b4-ecc7c9e973b6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f45f713-afc5-4693-aa15-0da3e4b9753f","resourceInvariantUUID":"39c575e8-5bed-4944-a13d-db9709e614c9","resourceCustomizationUUID":"0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NWQxMTZhOTJiNDZkMGNiMGZhZWUwYTNlYjdiN2M1Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1dca4d0d-9548-4e0e-b9cd-6d935750d66c","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7013846f-dbde-41f2-9b01-351f238f4eb4","artifactVersion":"2","generatedFromUUID":"f453ed34-ff9c-4157-804c-a44f3842bca4"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f453ed34-ff9c-4157-804c-a44f3842bca4","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OTE1N2JiNTIyYTE3YWFlMDBmMWMwZjM1OWI2MGI0YTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09a5745d-eda7-42b7-b329-f30968d749ae","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3e08016a-cd63-4e79-83c4-093d6c154a8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22ae22ac-6cdd-40b8-bbee-57aeedd2fc82","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"681a2f40-b7eb-4cfe-ade1-c51325f53734","artifactVersion":"2","generatedFromUUID":"3e08016a-cd63-4e79-83c4-093d6c154a8b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGE4NzEwODE0NmM5YmU3NDhhN2ZjZTlkOTM5MGVlYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84bd6a17-f20e-4bce-901f-6003fd5d6a3e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NmY4YjFhNzkwMWZhNzFlZjI1OTE0NjdjM2IxNWEwMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"684917e0-335a-418c-a6ab-c2191d39f625","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-20T18:40:37.350Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:40:37.351Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:37.353Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:37.353Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:40:37.453Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:37.454Z||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-10-20T18:40:37.454Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:37.468Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:37.468Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:38.353Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:40:38.354Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:38.356Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:38.356Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-20T18:40:38.456Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:38.457Z||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-10-20T18:40:38.457Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:38.471Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:38.472Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:40:39.357Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:40:39.357Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:39.359Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:39.360Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-20T18:40:39.460Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:39.461Z||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-10-20T18:40:39.461Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:39.475Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:39.476Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:40:40.360Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:40:40.361Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:40.363Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:40.363Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:40:40.463Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:40.464Z||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-10-20T18:40:40.464Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:40.480Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:40.480Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:41.363Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:40:41.364Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:41.391Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:41.391Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:40:41.466Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-10-20T18:40:41.467Z||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-10-20T18:40:41.467Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:41.491Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:41.492Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:42.392Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:40:42.392Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:42.394Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:42.394Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:40:42.494Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:42.495Z||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-10-20T18:40:42.495Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:42.512Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:42.513Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:43.395Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:40:43.396Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:43.397Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:43.397Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-20T18:40:43.497Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-20T18:40:43.498Z||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-10-20T18:40:43.499Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:43.512Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:43.512Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:44.398Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:40:44.399Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:44.401Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:44.401Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:40:44.501Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:44.501Z||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-10-20T18:40:44.502Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:44.515Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:44.515Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:45.401Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:40:45.402Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:45.405Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:45.405Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:40:45.505Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:45.506Z||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-10-20T18:40:45.506Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:45.519Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:45.519Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:40:46.406Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "c8cf6841-c581-4824-ae03-ff3129673fd6",
"serviceDescription": "service",
"serviceInvariantUUID": "6882b211-cea7-4a75-97b4-ecc7c9e973b6",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6f45f713-afc5-4693-aa15-0da3e4b9753f",
"resourceInvariantUUID": "39c575e8-5bed-4944-a13d-db9709e614c9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7013846f-dbde-41f2-9b01-351f238f4eb4",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f453ed34-ff9c-4157-804c-a44f3842bca4",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "OTE1N2JiNTIyYTE3YWFlMDBmMWMwZjM1OWI2MGI0YTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "09a5745d-eda7-42b7-b329-f30968d749ae",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3e08016a-cd63-4e79-83c4-093d6c154a8b",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "681a2f40-b7eb-4cfe-ade1-c51325f53734",
"generatedFromUUID": "3e08016a-cd63-4e79-83c4-093d6c154a8b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "681a2f40-b7eb-4cfe-ade1-c51325f53734",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NmY4YjFhNzkwMWZhNzFlZjI1OTE0NjdjM2IxNWEwMzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "684917e0-335a-418c-a6ab-c2191d39f625"
}
],
"workloadContext": "Production"
}
2022-10-20T18:40:46.407Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-20T18:40:46.407Z|0b02acf3-575b-4c0d-b8f8-669e7cfb64c4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c8cf6841-c581-4824-ae03-ff3129673fd6 ASDC
2022-10-20T18:40:46.408Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||ASDC Notification:
DistributionID:7aa30710-0afc-4997-afc3-399e4070e959
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c8cf6841-c581-4824-ae03-ff3129673fd6
ServiceInvariantUUID:6882b211-cea7-4a75-97b4-ecc7c9e973b6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:684917e0-335a-418c-a6ab-c2191d39f625
ArtifactChecksum:NmY4YjFhNzkwMWZhNzFlZjI1OTE0NjdjM2IxNWEwMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb
ResourceInvariantUUID:39c575e8-5bed-4944-a13d-db9709e614c9
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6f45f713-afc5-4693-aa15-0da3e4b9753f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:7013846f-dbde-41f2-9b01-351f238f4eb4
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:f453ed34-ff9c-4157-804c-a44f3842bca4
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:09a5745d-eda7-42b7-b329-f30968d749ae
ArtifactChecksum:OTE1N2JiNTIyYTE3YWFlMDBmMWMwZjM1OWI2MGI0YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:3e08016a-cd63-4e79-83c4-093d6c154a8b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:681a2f40-b7eb-4cfe-ade1-c51325f53734
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:681a2f40-b7eb-4cfe-ade1-c51325f53734
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-20T18:40:46.409Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8cf6841-c581-4824-ae03-ff3129673fd6 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-10-20T18:40:46.439Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-20T18:40:46.440Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||MSO config path is: /app
2022-10-20T18:40:46.440Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||MSO config path is: /app
2022-10-20T18:40:46.440Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Trying to download the artifact UUID: 684917e0-335a-418c-a6ab-c2191d39f625 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-20T18:40:46.440Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:40:46.441Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-20T18:40:46.585Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:40:46.588Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 684917e0-335a-418c-a6ab-c2191d39f625 68961
2022-10-20T18:40:46.588Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-20T18:40:46.589Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-20T18:40:46.589Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:40:46.589Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:46.591Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:46.591Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291246588,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:40:46.691Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:46.692Z||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-10-20T18:40:46.692Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:46.710Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:46.710Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:40:47.591Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-20T18:40:47.592Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||MSO config path is: /app
2022-10-20T18:40:47.592Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Trying to write artifact UUID: 684917e0-335a-418c-a6ab-c2191d39f625, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-20T18:40:47.593Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-20T18:40:47.593Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-20T18:40:47.593Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-20T18:40:47.707Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1122560603645042074/Definitions/service-BasicCnf-template.yml
2022-10-20T18:40:48.778Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-10-20T18:40:48.779Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|WARN|500||####################################################################################################
2022-10-20T18:40:48.779Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-20T18:40:48.779Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-20T18:40:48.779Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-20T18:40:48.779Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-20T18:40:48.779Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?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-BasicCnf-csar.csar
2022-10-20T18:40:48.779Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-20T18:40:48.779Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|WARN|500||####################################################################################################
2022-10-20T18:40:48.780Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.780Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:48.780Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-20T18:40:48.780Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Search for entities recursively
2022-10-20T18:40:48.780Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-20T18:40:48.781Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.781Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:48.781Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-20T18:40:48.781Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Search for entities recursively
2022-10-20T18:40:48.781Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-20T18:40:48.781Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.781Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:48.782Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.782Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-20T18:40:48.782Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-20T18:40:48.782Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-10-20T18:40:48.782Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-20T18:40:48.783Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.783Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-20T18:40:48.783Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.783Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-20T18:40:48.783Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:40:48.784Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.784Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-20T18:40:48.784Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:40:48.784Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.784Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-20T18:40:48.784Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:40:48.785Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.785Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-20T18:40:48.785Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-20T18:40:48.785Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3c716130-0490-4732-af4c-c4e3de957356
2022-10-20T18:40:48.785Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.785Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:48.786Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.786Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:48.786Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.786Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:48.786Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:48.786Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:48.786Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c8cf6841-c581-4824-ae03-ff3129673fd6
Model Version:NULL
Model InvariantUuid:6882b211-cea7-4a75-97b4-ecc7c9e973b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:61df9a2b-8663-4100-8564-23ea3a1c37fc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:39c575e8-5bed-4944-a13d-db9709e614c9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:14028ce5-382b-4990-ab3d-f44172e29c81
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:aad9f7a0-8df6-41d5-8d49-5da0cba266ef
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3c716130-0490-4732-af4c-c4e3de957356
ModelInvariantUuid:35148672-734f-4731-a0d9-a50a46c2f822
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5b89e453-8cba-4f57-8bce-eedfc432ad0a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:335419b8-8dcf-4a60-a310-54f35000d71a
ModelInvariantUuid:cedb42b2-ec11-4695-9144-fdda049a9690
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:584856c6-1a9b-437a-8857-e59e3b3ad4b5
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-10-20T18:40:48.794Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 6f45f713-afc5-4693-aa15-0da3e4b9753f
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-10-20T18:40:48.797Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||basic_cnf 0
2022-10-20T18:40:48.797Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 6f45f713-afc5-4693-aa15-0da3e4b9753f
2022-10-20T18:40:48.797Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Trying to download the artifact UUID: 7013846f-dbde-41f2-9b01-351f238f4eb4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-20T18:40:48.797Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:40:48.798Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-20T18:40:48.875Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:40:48.875Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7013846f-dbde-41f2-9b01-351f238f4eb4 12
2022-10-20T18:40:48.876Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-20T18:40:48.876Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-20T18:40:48.876Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:40:48.876Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:48.878Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:48.878Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291248876,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:40:48.978Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:48.979Z||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-10-20T18:40:48.979Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:48.994Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:48.995Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:49.879Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Trying to download the artifact UUID: f453ed34-ff9c-4157-804c-a44f3842bca4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-20T18:40:49.879Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:40:49.880Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-20T18:40:50.386Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:40:50.386Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f453ed34-ff9c-4157-804c-a44f3842bca4 2688
2022-10-20T18:40:50.387Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-20T18:40:50.387Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-20T18:40:50.387Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:40:50.387Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:50.389Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:50.389Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291250387,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:40:50.489Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:50.490Z||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-10-20T18:40:50.490Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:50.506Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:50.506Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:40:51.390Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Trying to download the artifact UUID: 09a5745d-eda7-42b7-b329-f30968d749ae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-20T18:40:51.391Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:40:51.391Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-20T18:40:51.574Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:40:51.574Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 09a5745d-eda7-42b7-b329-f30968d749ae 828
2022-10-20T18:40:51.575Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-20T18:40:51.575Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-20T18:40:51.575Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:40:51.575Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:51.577Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:51.577Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291251575,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:40:51.677Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:51.678Z||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-10-20T18:40:51.678Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:51.694Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:51.695Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:52.577Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "14028ce5-382b-4990-ab3d-f44172e29c81",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aad9f7a0-8df6-41d5-8d49-5da0cba266ef",
"vfModuleModelCustomizationUUID": "dd83f465-97e6-4315-8941-f478405b02e6",
"isBase": true,
"artifacts": [
"3e08016a-cd63-4e79-83c4-093d6c154a8b",
"f453ed34-ff9c-4157-804c-a44f3842bca4",
"681a2f40-b7eb-4cfe-ade1-c51325f53734"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-20T18:40:52.582Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aad9f7a0-8df6-41d5-8d49-5da0cba266ef
VfModuleModelInvariantUUID:14028ce5-382b-4990-ab3d-f44172e29c81
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e08016a-cd63-4e79-83c4-093d6c154a8b
,
f453ed34-ff9c-4157-804c-a44f3842bca4
,
681a2f40-b7eb-4cfe-ade1-c51325f53734
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-10-20T18:40:52.584Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "14028ce5-382b-4990-ab3d-f44172e29c81",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aad9f7a0-8df6-41d5-8d49-5da0cba266ef",
"vfModuleModelCustomizationUUID": "dd83f465-97e6-4315-8941-f478405b02e6",
"isBase": true,
"artifacts": [
"3e08016a-cd63-4e79-83c4-093d6c154a8b",
"f453ed34-ff9c-4157-804c-a44f3842bca4",
"681a2f40-b7eb-4cfe-ade1-c51325f53734"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-20T18:40:52.584Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aad9f7a0-8df6-41d5-8d49-5da0cba266ef
VfModuleModelInvariantUUID:14028ce5-382b-4990-ab3d-f44172e29c81
VfModuleModelDescription:NULL
Artifacts UUID List:{
3e08016a-cd63-4e79-83c4-093d6c154a8b
,
f453ed34-ff9c-4157-804c-a44f3842bca4
,
681a2f40-b7eb-4cfe-ade1-c51325f53734
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-10-20T18:40:52.584Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Trying to download the artifact UUID: 3e08016a-cd63-4e79-83c4-093d6c154a8b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-20T18:40:52.585Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:40:52.585Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-20T18:40:52.676Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:40:52.676Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3e08016a-cd63-4e79-83c4-093d6c154a8b 1164
2022-10-20T18:40:52.676Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-20T18:40:52.676Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-20T18:40:52.677Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:40:52.677Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:52.678Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:52.678Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291252676,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:40:52.779Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:52.780Z||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-10-20T18:40:52.780Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:52.795Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:52.795Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:40:53.679Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Trying to download the artifact UUID: 681a2f40-b7eb-4cfe-ade1-c51325f53734 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-20T18:40:53.680Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:40:53.680Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-20T18:40:53.795Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:40:53.796Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 681a2f40-b7eb-4cfe-ade1-c51325f53734 200
2022-10-20T18:40:53.796Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-20T18:40:53.796Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-20T18:40:53.796Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:40:53.797Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:53.798Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:53.798Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291253796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:40:53.899Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-20T18:40:53.899Z||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-10-20T18:40:53.899Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:53.915Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:53.915Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:40:54.799Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Preparing to deploy Service: c8cf6841-c581-4824-ae03-ff3129673fd6
2022-10-20T18:40:54.800Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6f45f713-afc5-4693-aa15-0da3e4b9753f 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=?
2022-10-20T18:40:54.813Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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 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-10-20T18:40:54.819Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b4a2014, org.onap.sdc.toscaparser.api.parameters.Input@69a9865c, org.onap.sdc.toscaparser.api.parameters.Input@100ca60f, org.onap.sdc.toscaparser.api.parameters.Input@36299aac, org.onap.sdc.toscaparser.api.parameters.Input@5c0956fd]
2022-10-20T18:40:54.820Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.820Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:54.821Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||VF Category is: Generic
2022-10-20T18:40:54.821Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||VFCustomizationUUID= 0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb
2022-10-20T18:40:54.821Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb matches Tosca VF Customization UUID: 0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb
2022-10-20T18:40:54.821Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||vfCustomizationUUID: 0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb 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-10-20T18:40:54.823Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.824Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:54.824Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||resource request for resource customization id 0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-10-20T18:40:54.825Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76f84a68
2022-10-20T18:40:54.825Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.825Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-20T18:40:54.825Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd83f465-97e6-4315-8941-f478405b02e6
2022-10-20T18:40:54.826Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd83f465-97e6-4315-8941-f478405b02e6
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-10-20T18:40:54.828Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.828Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-20T18:40:54.828Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:40:54.829Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.829Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-20T18:40:54.829Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:40:54.829Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.830Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-20T18:40:54.830Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-20T18:40:54.830Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3c716130-0490-4732-af4c-c4e3de957356
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-10-20T18:40:54.832Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.833Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-20T18:40:54.833Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:40:54.833Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.834Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-20T18:40:54.834Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0c2d797d-d9ba-4b4b-a1bb-a58a93b817fb
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-10-20T18:40:54.836Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.836Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:54.837Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500|| resourceSeq for service uuid c8cf6841-c581-4824-ae03-ff3129673fd6: basic_cnf
2022-10-20T18:40:54.837Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.837Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:54.837Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.837Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:54.838Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.838Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:54.838Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.838Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:54.839Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:40:54.839Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:40:54.839Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||Saving Service: basic_cnf
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: 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 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-10-20T18:40:54.909Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6f45f713-afc5-4693-aa15-0da3e4b9753f 1 ASDC deployResourceStructure
2022-10-20T18:40:54.910Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-20T18:40:54.910Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-10-20T18:40:54.910Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-20T18:40:54.911Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:54.912Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:54.912Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291254909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-20T18:40:55.013Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-20T18:40:55.013Z||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-10-20T18:40:55.014Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:55.028Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:55.028Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:40:55.913Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-20T18:40:55.913Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-20T18:40:55.914Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-20T18:40:55.914Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:55.916Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:55.916Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291255913,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-20T18:40:56.016Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:56.017Z||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-10-20T18:40:56.017Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:56.037Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:56.037Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:56.917Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-20T18:40:56.917Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-20T18:40:56.917Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-20T18:40:56.917Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:56.919Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:56.919Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291256916,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-20T18:40:57.019Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:57.020Z||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-10-20T18:40:57.020Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:57.035Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:57.036Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:57.920Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-20T18:40:57.920Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-20T18:40:57.920Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-20T18:40:57.921Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:57.922Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:57.922Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291257920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-20T18:40:58.023Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:58.024Z||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-10-20T18:40:58.024Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:58.038Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:58.038Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:58.924Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-20T18:40:58.924Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-20T18:40:58.924Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-20T18:40:58.924Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:58.926Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:58.926Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291258924,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-20T18:40:59.027Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:40:59.028Z||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-10-20T18:40:59.028Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:40:59.045Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:40:59.045Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:40:59.927Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-20T18:40:59.928Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-20T18:40:59.928Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-20T18:40:59.928Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:40:59.930Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:40:59.930Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291259927,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:41:00.030Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:41:00.031Z||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-10-20T18:41:00.031Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:41:00.046Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:41:00.047Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:41:00.930Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:41:00.941Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:41:00.944Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:41:00.944Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:41:00.944Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:41:30.944Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:41:30.953Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:41:30.955Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:41:30.956Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:41:30.956Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:41:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:41:36.720Z||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-10-20T18:41:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:41:36.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:41:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291176713,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291179469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:41:36.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291181137,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:41:36.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b02acf3-575b-4c0d-b8f8-669e7cfb64c4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291216325,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-20T18:41:36.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291210123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291210123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291210123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291220446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291210123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291220446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291210123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291220446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291221968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291210123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291220446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291221968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291210123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291220446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291210123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291221968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291220446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291221968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291210123,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291220446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291221968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291220446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291221968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291220446,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291221968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291221968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291230124,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291230711,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291221968,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291230124,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "cds",
"timestamp": 1666291231722,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-10-20T18:41:36.781Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7aa30710-0afc-4997-afc3-399e4070e959
2022-10-20T18:41:36.781Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa30710-0afc-4997-afc3-399e4070e959 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-10-20T18:41:36.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291230124,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291231853,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:41:36.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291233364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:41:36.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291230124,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291232869,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291234445,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:41:36.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291230124,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "policy-id",
"timestamp": 1666291233876,
"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-10-20T18:41:36.798Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7aa30710-0afc-4997-afc3-399e4070e959
2022-10-20T18:41:36.799Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa30710-0afc-4997-afc3-399e4070e959 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-10-20T18:41:36.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291235512,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:41:36.808Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291230124,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "cds",
"timestamp": 1666291235445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291235645,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291236567,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:41:36.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:42:00.956Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:42:00.968Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:42:00.970Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:42:00.970Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:42:00.970Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:42:30.971Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:42:30.982Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:42:30.985Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:42:30.985Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:42:30.985Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:42:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:42:36.720Z||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-10-20T18:42:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:42:36.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:42:36.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:42:36.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "ves-openapi-manager",
"timestamp": 1666291230124,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:42:36.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:00.985Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:43:00.997Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:43:01.001Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:43:01.001Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:43:01.002Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:43:31.002Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:43:31.013Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:43:31.015Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:43:31.015Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-20T18:43:31.016Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-20T18:43:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:43:36.719Z||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-10-20T18:43:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:43:37.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:43:37.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291237984,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "cds",
"timestamp": 1666291235445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291237610,
"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-10-20T18:43:37.261Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7aa30710-0afc-4997-afc3-399e4070e959
2022-10-20T18:43:37.261Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa30710-0afc-4997-afc3-399e4070e959 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-10-20T18:43:37.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "cds",
"timestamp": 1666291235445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291238614,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "cds",
"timestamp": 1666291235445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291239348,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "cds",
"timestamp": 1666291235445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291240366,
"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-10-20T18:43:37.280Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7aa30710-0afc-4997-afc3-399e4070e959
2022-10-20T18:43:37.280Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa30710-0afc-4997-afc3-399e4070e959 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-10-20T18:43:37.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "cds",
"timestamp": 1666291235445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "cds",
"timestamp": 1666291235445,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291241968,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "cds",
"timestamp": 1666291243348,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.293Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291243800,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.293Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291244666,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-20T18:43:37.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291241968,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "cds",
"timestamp": 1666291244354,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-20T18:43:37.307Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4aeb44d-e020-4993-99e5-9664a868f607
2022-10-20T18:43:37.307Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4aeb44d-e020-4993-99e5-9664a868f607 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-10-20T18:43:37.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "aai-ml",
"timestamp": 1666291245670,
"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-10-20T18:43:37.319Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7aa30710-0afc-4997-afc3-399e4070e959
2022-10-20T18:43:37.320Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa30710-0afc-4997-afc3-399e4070e959 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-10-20T18:43:37.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291241968,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291223590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291245807,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291241968,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291246588,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291246738,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "clamp",
"timestamp": 1666291246813,
"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-10-20T18:43:37.335Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7aa30710-0afc-4997-afc3-399e4070e959
2022-10-20T18:43:37.336Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7aa30710-0afc-4997-afc3-399e4070e959 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-10-20T18:43:37.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291241968,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291247817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291225775,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291241968,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291248876,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291248902,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291249927,
"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-10-20T18:43:37.355Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4aeb44d-e020-4993-99e5-9664a868f607
2022-10-20T18:43:37.355Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4aeb44d-e020-4993-99e5-9664a868f607 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-10-20T18:43:37.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291248793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291241968,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291250387,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291249816,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666291250929,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291251575,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291250845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291228197,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291252676,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "policy-id",
"timestamp": 1666291251858,
"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-10-20T18:43:37.372Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4aeb44d-e020-4993-99e5-9664a868f607
2022-10-20T18:43:37.372Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4aeb44d-e020-4993-99e5-9664a868f607 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-10-20T18:43:37.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:43:37.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291253809,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291253796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291223840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:43:37.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:43:37.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291253035,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666291254041,
"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-10-20T18:43:37.384Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4aeb44d-e020-4993-99e5-9664a868f607
2022-10-20T18:43:37.384Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4aeb44d-e020-4993-99e5-9664a868f607 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-10-20T18:43:37.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291254909,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-20T18:43:37.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291255913,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-20T18:43:37.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291256916,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291257920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291258924,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291260366,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-20T18:43:37.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291259927,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "aai-ml",
"timestamp": 1666291261371,
"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-10-20T18:43:37.407Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d4aeb44d-e020-4993-99e5-9664a868f607
2022-10-20T18:43:37.407Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4aeb44d-e020-4993-99e5-9664a868f607 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-10-20T18:43:37.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291263802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:43:37.416Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291265813,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-20T18:43:37.416Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:43:37.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:43:37.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "clamp",
"timestamp": 1666291266817,
"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-10-20T18:43:37.421Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4aeb44d-e020-4993-99e5-9664a868f607
2022-10-20T18:43:37.421Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4aeb44d-e020-4993-99e5-9664a868f607 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-10-20T18:44:01.016Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:44:01.035Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959
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-10-20T18:44:01.038Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-20T18:44:01.038Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-20T18:44:01.038Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-20T18:44:01.038Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-20T18:44:01.038Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-20T18:44:01.039Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?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-10-20T18:44:01.044Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-20T18:44:31.045Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 7aa30710-0afc-4997-afc3-399e4070e959 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-10-20T18:44:31.058Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7aa30710-0afc-4997-afc3-399e4070e959 and serviceModelVersionId: c8cf6841-c581-4824-ae03-ff3129673fd6
2022-10-20T18:44:31.058Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6882b211-cea7-4a75-97b4-ecc7c9e973b6
2022-10-20T18:44:31.060Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0
2022-10-20T18:44:31.071Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/205374cd-9c7e-4d2f-b16c-55de547c4149/model-vers/model-ver/41cc19e6-2216-4163-a80d-c2b780a0b065?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-10-20T18:44:31.137Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Invoke
2022-10-20T18:44:31.138Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7aa30710-0afc-4997-afc3-399e4070e959], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c4cf522-1cc2-4a44-89ef-71d4780ce4d9], X-ECOMP-RequestID=[7aa30710-0afc-4997-afc3-399e4070e959], X-TransactionId=[], X-ONAP-RequestID=[7aa30710-0afc-4997-afc3-399e4070e959], Content-Type=[application/merge-patch+json]}
2022-10-20T18:44:32.684Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Invoke
2022-10-20T18:44:32.684Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7aa30710-0afc-4997-afc3-399e4070e959], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[01178cbf-f329-4cbb-96b2-b4e9a6893e6b], X-ECOMP-RequestID=[7aa30710-0afc-4997-afc3-399e4070e959], X-TransactionId=[], X-ONAP-RequestID=[7aa30710-0afc-4997-afc3-399e4070e959], Content-Type=[application/merge-patch+json]}
2022-10-20T18:44:34.220Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Invoke
2022-10-20T18:44:34.220Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7aa30710-0afc-4997-afc3-399e4070e959], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[162e9858-eb9d-4ef1-a602-18360b3b2ddd], X-ECOMP-RequestID=[7aa30710-0afc-4997-afc3-399e4070e959], X-TransactionId=[], X-ONAP-RequestID=[7aa30710-0afc-4997-afc3-399e4070e959], Content-Type=[application/merge-patch+json]}
2022-10-20T18:44:35.253Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-10-20T18:44:35.254Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?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-10-20T18:44:35.255Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-20T18:44:35.255Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?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-10-20T18:44:35.261Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?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-10-20T18:44:35.261Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7aa30710-0afc-4997-afc3-399e4070e959 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-20T18:44:35.262Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-20T18:44:35.262Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:35.271Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:35.271Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291475261,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-20T18:44:35.371Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:44:35.372Z||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-10-20T18:44:35.373Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:35.395Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:35.396Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 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-10-20T18:44:36.284Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||received message from topic
2022-10-20T18:44:36.284Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"d4aeb44d-e020-4993-99e5-9664a868f607","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e58c360f-bed4-4be4-a8ec-5d41ae04fcbc","serviceDescription":"service","serviceInvariantUUID":"386f0172-538d-48a8-a88b-0943fc9c29f3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f02045d7-71d6-45ca-9fe9-256545136d3e","resourceInvariantUUID":"52399f83-df06-444f-bf0c-faa22dcc8132","resourceCustomizationUUID":"c27a3cce-092c-4cc3-9ac2-3d3a05c3271a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YWE1ZTlmYWQ1NjJlMWUzOWQ2ZDM2NjIyMzZlNmU3ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b3d485da-b6c0-4117-abd8-c6e51f6d2f83","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZmY2NzExNzNiYTJkYjJjNmE2ZDBkNWUzMDg4ZDUzNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9002fa93-3e14-484e-922e-2b9ce48f2b12","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"352ab8e5-0bc8-4c2d-82af-af2d176c5ef0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d852e5ef-2291-4fa2-b52b-274ff75f4e38","artifactVersion":"2","generatedFromUUID":"786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDU0ODAwM2I5MjYzMGUwNzBhOTkzNTQyOWYyMDRlY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b70fdd92-13d9-4dd6-8731-8d6248641085","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzFiZDZkNzVlMjc5ZmY5YTkxMGQxZjVlMmRkZDU4YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"766689b3-e562-4ad4-9d18-ba4c99658b43","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-20T18:44:36.285Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:44:36.285Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:36.287Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:36.287Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:44:36.387Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:44:36.388Z||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-10-20T18:44:36.388Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:36.404Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:36.404Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:44:36.719Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-20T18:44:36.720Z||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-10-20T18:44:36.720Z||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 J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:37.287Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:44:37.288Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:37.290Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:37.290Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-20T18:44:37.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:37.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:44:37.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7aa30710-0afc-4997-afc3-399e4070e959",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291475261,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-20T18:44:37.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-20T18:44:37.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-20T18:44:37.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:44:37.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-20T18:44:37.390Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:44:37.391Z||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-10-20T18:44:37.391Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:37.408Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:37.408Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:44:38.291Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:44:38.292Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:38.295Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:38.296Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-20T18:44:38.396Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:44:38.397Z||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-10-20T18:44:38.397Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:38.411Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:38.412Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:44:39.296Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:44:39.297Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:39.299Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:39.299Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:44:39.400Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:44:39.400Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-20T18:44:39.401Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:39.415Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:39.415Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:44:40.300Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:44:40.301Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:40.303Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:40.303Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-20T18:44:40.403Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:44:40.404Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-20T18:44:40.404Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:40.421Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:40.421Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:44:41.304Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:44:41.305Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:41.307Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:41.307Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-20T18:44:41.408Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-20T18:44:41.409Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-20T18:44:41.409Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:41.427Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:41.427Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:44:42.308Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-20T18:44:42.309Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:42.323Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:42.323Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291236713,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-20T18:44:42.411Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-10-20T18:44:42.412Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-20T18:44:42.412Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:42.443Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:42.444Z||pool-52-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:44:43.325Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "e58c360f-bed4-4be4-a8ec-5d41ae04fcbc",
"serviceDescription": "service",
"serviceInvariantUUID": "386f0172-538d-48a8-a88b-0943fc9c29f3",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "c27a3cce-092c-4cc3-9ac2-3d3a05c3271a",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f02045d7-71d6-45ca-9fe9-256545136d3e",
"resourceInvariantUUID": "52399f83-df06-444f-bf0c-faa22dcc8132",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZmY2NzExNzNiYTJkYjJjNmE2ZDBkNWUzMDg4ZDUzNzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9002fa93-3e14-484e-922e-2b9ce48f2b12",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d852e5ef-2291-4fa2-b52b-274ff75f4e38",
"generatedFromUUID": "786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d852e5ef-2291-4fa2-b52b-274ff75f4e38",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NzFiZDZkNzVlMjc5ZmY5YTkxMGQxZjVlMmRkZDU4YTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "766689b3-e562-4ad4-9d18-ba4c99658b43"
}
],
"workloadContext": "Production"
}
2022-10-20T18:44:43.325Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-20T18:44:43.325Z|7aa30710-0afc-4997-afc3-399e4070e959|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e58c360f-bed4-4be4-a8ec-5d41ae04fcbc ASDC
2022-10-20T18:44:43.326Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||ASDC Notification:
DistributionID:d4aeb44d-e020-4993-99e5-9664a868f607
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e58c360f-bed4-4be4-a8ec-5d41ae04fcbc
ServiceInvariantUUID:386f0172-538d-48a8-a88b-0943fc9c29f3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:766689b3-e562-4ad4-9d18-ba4c99658b43
ArtifactChecksum:NzFiZDZkNzVlMjc5ZmY5YTkxMGQxZjVlMmRkZDU4YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c27a3cce-092c-4cc3-9ac2-3d3a05c3271a
ResourceInvariantUUID:52399f83-df06-444f-bf0c-faa22dcc8132
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f02045d7-71d6-45ca-9fe9-256545136d3e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:9002fa93-3e14-484e-922e-2b9ce48f2b12
ArtifactChecksum:ZmY2NzExNzNiYTJkYjJjNmE2ZDBkNWUzMDg4ZDUzNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d852e5ef-2291-4fa2-b52b-274ff75f4e38
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d852e5ef-2291-4fa2-b52b-274ff75f4e38
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-20T18:44:43.327Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e58c360f-bed4-4be4-a8ec-5d41ae04fcbc 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-10-20T18:44:43.362Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-20T18:44:43.363Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||MSO config path is: /app
2022-10-20T18:44:43.363Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||MSO config path is: /app
2022-10-20T18:44:43.363Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Trying to download the artifact UUID: 766689b3-e562-4ad4-9d18-ba4c99658b43 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-20T18:44:43.363Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:44:43.363Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-20T18:44:43.888Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:44:43.892Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 766689b3-e562-4ad4-9d18-ba4c99658b43 71064
2022-10-20T18:44:43.892Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-20T18:44:43.892Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-20T18:44:43.892Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:44:43.893Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:43.895Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:43.896Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291483892,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:44:43.996Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:44:43.997Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-20T18:44:43.997Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:44.012Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:44.012Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:44:44.896Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-20T18:44:44.897Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||MSO config path is: /app
2022-10-20T18:44:44.898Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Trying to write artifact UUID: 766689b3-e562-4ad4-9d18-ba4c99658b43, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-20T18:44:44.898Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-20T18:44:44.899Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-20T18:44:44.899Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-20T18:44:45.085Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11190938731947160754/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-20T18:44:46.388Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-10-20T18:44:46.390Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|WARN|500||####################################################################################################
2022-10-20T18:44:46.390Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-20T18:44:46.390Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-20T18:44:46.390Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-20T18:44:46.390Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-20T18:44:46.390Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?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-BasicVm-csar.csar
2022-10-20T18:44:46.391Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-20T18:44:46.391Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?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-BasicVm-csar.csar
2022-10-20T18:44:46.391Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-20T18:44:46.391Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?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-BasicVm-csar.csar
2022-10-20T18:44:46.391Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-20T18:44:46.391Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?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-BasicVm-csar.csar
2022-10-20T18:44:46.391Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|WARN|500||####################################################################################################
2022-10-20T18:44:46.392Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.392Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:44:46.392Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-20T18:44:46.393Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Search for entities recursively
2022-10-20T18:44:46.393Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-20T18:44:46.393Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.393Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:44:46.393Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-20T18:44:46.394Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Search for entities recursively
2022-10-20T18:44:46.394Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-20T18:44:46.394Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.394Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:44:46.394Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.395Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-20T18:44:46.395Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-20T18:44:46.395Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-20T18:44:46.395Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-20T18:44:46.396Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-20T18:44:46.396Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-20T18:44:46.396Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.396Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-20T18:44:46.396Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.396Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-20T18:44:46.397Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:44:46.397Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.397Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-20T18:44:46.397Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:44:46.398Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.398Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-20T18:44:46.398Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-20T18:44:46.398Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.398Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-20T18:44:46.399Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-20T18:44:46.399Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-20T18:44:46.399Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6540cb87-f19f-4a03-891a-6aee77460213
2022-10-20T18:44:46.399Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.399Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:44:46.400Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.400Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:44:46.400Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.400Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:44:46.400Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-20T18:44:46.400Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-20T18:44:46.401Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e58c360f-bed4-4be4-a8ec-5d41ae04fcbc
Model Version:NULL
Model InvariantUuid:386f0172-538d-48a8-a88b-0943fc9c29f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:a6d03d2b-94d2-42db-a751-094aaf3526f5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:52399f83-df06-444f-bf0c-faa22dcc8132
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c27a3cce-092c-4cc3-9ac2-3d3a05c3271a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cebb1106-9855-4f4d-9440-4992d42699ae
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:de22e625-2d52-4cf5-886d-bc6b3a34f50b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6540cb87-f19f-4a03-891a-6aee77460213
ModelInvariantUuid:147d1b24-9565-4a34-bd9e-b3e63809a7d3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5c2fa060-919a-4981-a2e4-2c9ca6aabe60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:838aa646-6d70-4226-a649-85a1b13af30b
ModelInvariantUuid:5158cd08-b392-4b29-868a-5b820a7a91a6
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:023114f4-cae7-45bc-83e4-6c3573a9cff1
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-10-20T18:44:46.411Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f02045d7-71d6-45ca-9fe9-256545136d3e
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-10-20T18:44:46.414Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||basic_vm 0
2022-10-20T18:44:46.415Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f02045d7-71d6-45ca-9fe9-256545136d3e
2022-10-20T18:44:46.415Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Trying to download the artifact UUID: 9002fa93-3e14-484e-922e-2b9ce48f2b12 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-20T18:44:46.415Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:44:46.415Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-20T18:44:46.515Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:44:46.516Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9002fa93-3e14-484e-922e-2b9ce48f2b12 787
2022-10-20T18:44:46.516Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-10-20T18:44:46.516Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-20T18:44:46.516Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:44:46.517Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:46.519Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:46.519Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291486516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:44:46.620Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-20T18:44:46.622Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-20T18:44:46.622Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:46.636Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:46.636Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:44:47.520Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "cebb1106-9855-4f4d-9440-4992d42699ae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "de22e625-2d52-4cf5-886d-bc6b3a34f50b",
"vfModuleModelCustomizationUUID": "90490a5f-8fb5-4590-a5f4-bc0c3be2fe5d",
"isBase": true,
"artifacts": [
"786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2",
"d852e5ef-2291-4fa2-b52b-274ff75f4e38"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-20T18:44:47.524Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de22e625-2d52-4cf5-886d-bc6b3a34f50b
VfModuleModelInvariantUUID:cebb1106-9855-4f4d-9440-4992d42699ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2
,
d852e5ef-2291-4fa2-b52b-274ff75f4e38
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-10-20T18:44:47.526Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "cebb1106-9855-4f4d-9440-4992d42699ae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "de22e625-2d52-4cf5-886d-bc6b3a34f50b",
"vfModuleModelCustomizationUUID": "90490a5f-8fb5-4590-a5f4-bc0c3be2fe5d",
"isBase": true,
"artifacts": [
"786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2",
"d852e5ef-2291-4fa2-b52b-274ff75f4e38"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-20T18:44:47.527Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de22e625-2d52-4cf5-886d-bc6b3a34f50b
VfModuleModelInvariantUUID:cebb1106-9855-4f4d-9440-4992d42699ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2
,
d852e5ef-2291-4fa2-b52b-274ff75f4e38
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-10-20T18:44:47.527Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Trying to download the artifact UUID: 786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-20T18:44:47.527Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:44:47.527Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-20T18:44:47.662Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:44:47.663Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 786f2ef3-99cc-4eb8-a9a4-c5e909a3fbe2 5033
2022-10-20T18:44:47.663Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-20T18:44:47.663Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-20T18:44:47.663Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:44:47.664Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:47.666Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:47.666Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291487663,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:44:47.766Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-20T18:44:47.767Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-20T18:44:47.767Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:47.781Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:47.781Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-20T18:44:48.667Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||Trying to download the artifact UUID: d852e5ef-2291-4fa2-b52b-274ff75f4e38 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-20T18:44:48.668Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - download
2022-10-20T18:44:48.668Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-20T18:44:48.816Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||GET Response Status 200
2022-10-20T18:44:48.816Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d852e5ef-2291-4fa2-b52b-274ff75f4e38 903
2022-10-20T18:44:48.817Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-20T18:44:48.817Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-20T18:44:48.817Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-20T18:44:48.817Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-20T18:44:48.819Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-20T18:44:48.819Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||try to send status {
"distributionID": "d4aeb44d-e020-4993-99e5-9664a868f607",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666291488817,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-20T18:44:48.920Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-20T18:44:48.920Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-20T18:44:48.921Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J2HY1ejyLvPbyBB3) ...
2022-10-20T18:44:48.941Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-20T18:44:48.941Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-20T18:44:49.820Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||Preparing to deploy Service: e58c360f-bed4-4be4-a8ec-5d41ae04fcbc
2022-10-20T18:44:49.821Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f02045d7-71d6-45ca-9fe9-256545136d3e 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-10-20T18:44:49.835Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d468e48, org.onap.sdc.toscaparser.api.parameters.Input@6621e166, org.onap.sdc.toscaparser.api.parameters.Input@1a3edac2, org.onap.sdc.toscaparser.api.parameters.Input@2136314c, org.onap.sdc.toscaparser.api.parameters.Input@82bcfec]
2022-10-20T18:44:49.837Z|d4aeb44d-e020-4993-99e5-9664a868f607|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6882b211-cea7-4a75-97b4-ecc7c9e973b6/model-vers/model-ver/c8cf6841-c581-4824-ae03-ff3129673fd6?depth=0|DEBUG|500||getEntity request: EntityQuery