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-21T03:11:41.515Z||main|||||INFO|500||The following profiles are active: basic
2022-10-21T03:11:52.437Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-21T03:11:52.438Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-21T03:11:52.541Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-21T03:11:56.790Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-21T03:11:57.283Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-21T03:11:57.839Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-21T03:11:57.847Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-21T03:11:58.017Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-21T03:11:58.338Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-21T03:11:59.064Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-21T03:12:00.899Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-21T03:12:02.875Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-21T03:12:02.920Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-21T03:12:03.516Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-21T03:12:03.674Z||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-21T03:12:04.474Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-21T03:12:05.428Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-21T03:12:05.467Z||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$$1cee29c1.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-21T03:12:05.467Z||main|||||WARN|500||The sdc end point is not alive
2022-10-21T03:12:08.271Z||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-21T03:12:11.312Z||main|||||WARN|500||---
2022-10-21T03:12:11.312Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-21T03:12:11.313Z||main|||||WARN|500||---
2022-10-21T03:12:11.751Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-21T03:12:17.201Z||main|||||INFO|500||Started Application in 38.131 seconds (JVM running for 39.898)
2022-10-21T03:12:17.216Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-21T03:12:17.223Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-21T03:12:17.238Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-21T03:12:17.260Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-21T03:12:17.312Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 97f11626-b071-4561-8f47-ad643abfc2fe url= /sdc/v1/artifactTypes
2022-10-21T03:12:17.312Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-21T03:12:17.650Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-21T03:12:17.687Z||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-21T03:12:17.758Z||scheduling-1|||||DEBUG|500||create keys
2022-10-21T03:12:17.781Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-21T03:12:17.847Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:12:17.888Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 24bf6b70-016d-4e47-a716-1c7fc6857d78 url= /sdc/v1/registerForDistribution
2022-10-21T03:12:18.046Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 24bf6b70-016d-4e47-a716-1c7fc6857d78 url= /sdc/v1/registerForDistribution
2022-10-21T03:12:18.047Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-21T03:12:18.063Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:12:18.065Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:12:18.077Z||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-21T03:12:18.077Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:12:18.078Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-21T03:12:18.080Z||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-21T03:12:18.081Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:12:28.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:12:28.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:13:18.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:13:18.061Z||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-21T03:13:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:13:18.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:13:18.065Z||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-21T03:13:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:13:27.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:13:27.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:14:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:14:18.061Z||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-21T03:14:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:14:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:14:18.065Z||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-21T03:14:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:14:27.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:14:27.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:15:18.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:15:18.060Z||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-21T03:15:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:15:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:15:18.065Z||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-21T03:15:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:15:27.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:15:27.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:16:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:16:18.060Z||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-21T03:16:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:16:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:16:18.065Z||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-21T03:16:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:16:27.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:16:27.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:17:18.061Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:17:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:17:18.064Z||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-21T03:17:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:17:18.065Z||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-21T03:17:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:17:27.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:17:27.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:18:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:18:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:18:18.064Z||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-21T03:18:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:18:18.065Z||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-21T03:18:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:18:27.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:18:27.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:19:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:19:18.060Z||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-21T03:19:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:19:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:19:18.066Z||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-21T03:19:18.066Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:19:27.607Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:19:27.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:20:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:20:18.060Z||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-21T03:20:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:20:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:20:18.065Z||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-21T03:20:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:20:27.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:20:27.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:21:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:21:18.060Z||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-21T03:21:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:21:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:21:18.064Z||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-21T03:21:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:21:27.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:21:27.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:21:53.140Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-21T03:22:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:22:18.060Z||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-21T03:22:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:22:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:22:18.065Z||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-21T03:22:18.066Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:22:27.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:22:27.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:23:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:23:18.061Z||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-21T03:23:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:23:18.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:23:18.065Z||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-21T03:23:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:23:27.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:23:27.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:24:18.060Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:24:18.062Z||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-21T03:24:18.062Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:24:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:24:18.064Z||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-21T03:24:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:24:27.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:24:27.610Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:25:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:25:18.060Z||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-21T03:25:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:25:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:25:18.065Z||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-21T03:25:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:25:27.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:25:27.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:26:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:26:18.060Z||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-21T03:26:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:26:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:26:18.064Z||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-21T03:26:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:26:27.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:26:27.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:27:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:27:18.060Z||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-21T03:27:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:27:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:27:18.064Z||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-21T03:27:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:27:27.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:27:27.614Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:28:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:28:18.060Z||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-21T03:28:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:28:18.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:28:18.065Z||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-21T03:28:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:28:27.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:28:27.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:29:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:29:18.060Z||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-21T03:29:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:29:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:29:18.065Z||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-21T03:29:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:29:27.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:29:27.606Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:30:18.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:30:18.061Z||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-21T03:30:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:30:18.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:30:18.065Z||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-21T03:30:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:30:27.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:30:27.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:31:18.060Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:31:18.062Z||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-21T03:31:18.062Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:31:18.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:31:18.065Z||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-21T03:31:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:31:27.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:31:27.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:32:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:32:18.060Z||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-21T03:32:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:32:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:32:18.065Z||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-21T03:32:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:32:27.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:32:27.610Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:33:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:33:18.060Z||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-21T03:33:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:33:18.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:33:18.064Z||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-21T03:33:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:33:27.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:33:27.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:34:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:34:18.060Z||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-21T03:34:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:34:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:34:18.065Z||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-21T03:34:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:34:27.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:34:27.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:35:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:35:18.060Z||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-21T03:35:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:35:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:35:18.065Z||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-21T03:35:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:35:27.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:35:27.614Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:36:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:36:18.060Z||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-21T03:36:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:36:18.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:36:18.064Z||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-21T03:36:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:36:27.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:36:27.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:37:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:37:18.060Z||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-21T03:37:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:37:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:37:18.065Z||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-21T03:37:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:37:27.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:37:27.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:38:18.060Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:38:18.061Z||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-21T03:38:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:38:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:38:18.064Z||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-21T03:38:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:38:27.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:38:27.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:39:18.060Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:39:18.061Z||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-21T03:39:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:39:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:39:18.065Z||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-21T03:39:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:39:27.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:39:27.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:40:18.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:40:18.060Z||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-21T03:40:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:40:18.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:40:18.065Z||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-21T03:40:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:40:27.606Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:40:27.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:41:18.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:41:18.060Z||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-21T03:41:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:41:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:41:18.065Z||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-21T03:41:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:41:27.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:41:27.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:42:18.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:42:18.060Z||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-21T03:42:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:42:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:42:18.065Z||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-21T03:42:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:42:27.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:42:27.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:43:18.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:43:18.060Z||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-21T03:43:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:43:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:43:18.065Z||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-21T03:43:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:43:27.607Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:43:27.608Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:44:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:44:18.060Z||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-21T03:44:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:44:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:44:18.065Z||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-21T03:44:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:44:27.609Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:44:27.612Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:45:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:45:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:45:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:45:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:45:18.064Z||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-21T03:45:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:45:27.609Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:45:27.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:46:18.060Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:46:18.063Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:46:18.063Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:46:18.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:46:18.064Z||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-21T03:46:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:46:27.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:46:27.612Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:47:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:47:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:47:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:47:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:47:18.065Z||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-21T03:47:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:47:27.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:47:27.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:48:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:48:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:48:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:48:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:48:18.065Z||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-21T03:48:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:48:27.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:48:27.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:49:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:49:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:49:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:49:18.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:49:18.065Z||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-21T03:49:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:49:27.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:49:27.607Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:50:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:50:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:50:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:50:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:50:18.065Z||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-21T03:50:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:50:27.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:50:27.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:51:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:51:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:51:18.061Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:51:18.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:51:18.065Z||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-21T03:51:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:51:27.609Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:51:27.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:52:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:52:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:52:18.061Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:52:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:52:18.064Z||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-21T03:52:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:52:27.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:52:27.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:53:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:53:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:53:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:53:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:53:18.065Z||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-21T03:53:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:53:27.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:53:27.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:54:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:54:18.061Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:54:18.061Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:54:18.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:54:18.064Z||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-21T03:54:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:54:27.611Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:54:27.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:55:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:55:18.061Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:55:18.061Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:55:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:55:18.064Z||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-21T03:55:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:55:27.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:55:27.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:56:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:56:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T03:56:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T03:56:18.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:56:18.064Z||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-21T03:56:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:56:27.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:56:27.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:57:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:57:18.060Z||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-21T03:57:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:57:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:57:18.065Z||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-21T03:57:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:57:27.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:57:27.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:58:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:58:18.060Z||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-21T03:58:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:58:18.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:58:18.064Z||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-21T03:58:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:58:27.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:58:27.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:59:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:59:18.060Z||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-21T03:59:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:59:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T03:59:18.064Z||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-21T03:59:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T03:59:27.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T03:59:27.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:00:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:00:18.060Z||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-21T04:00:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:00:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:00:18.065Z||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-21T04:00:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:00:27.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:00:27.609Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:01:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:01:18.060Z||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-21T04:01:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:01:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:01:18.065Z||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-21T04:01:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:01:27.610Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:01:27.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:02:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:02:18.060Z||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-21T04:02:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:02:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:02:18.064Z||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-21T04:02:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:02:27.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:02:27.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:03:18.060Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:03:18.063Z||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-21T04:03:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:03:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:03:18.064Z||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-21T04:03:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:03:27.612Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:03:27.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:04:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:04:18.061Z||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-21T04:04:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:04:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:04:18.064Z||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-21T04:04:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:04:27.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:04:27.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:05:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:05:18.061Z||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-21T04:05:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:05:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:05:18.064Z||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-21T04:05:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:05:27.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:05:27.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:06:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:06:18.061Z||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-21T04:06:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:06:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:06:18.065Z||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-21T04:06:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:06:27.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:06:27.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:07:18.060Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:07:18.061Z||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-21T04:07:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:07:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:07:18.065Z||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-21T04:07:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:07:27.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:07:27.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:08:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:08:18.060Z||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-21T04:08:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:08:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:08:18.064Z||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-21T04:08:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:08:27.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:08:27.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:09:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:09:18.060Z||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-21T04:09:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:09:18.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:09:18.065Z||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-21T04:09:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:09:27.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:09:27.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:10:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:10:18.061Z||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-21T04:10:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:10:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:10:18.065Z||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-21T04:10:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:10:27.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:10:27.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:11:18.060Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:11:18.062Z||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-21T04:11:18.062Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:11:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:11:18.065Z||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-21T04:11:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:11:27.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:11:27.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:12:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:12:18.060Z||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-21T04:12:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:12:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:12:18.065Z||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-21T04:12:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:12:27.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:12:27.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:13:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:13:18.060Z||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-21T04:13:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:13:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:13:18.064Z||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-21T04:13:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:13:27.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:13:27.606Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:14:18.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:14:18.060Z||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-21T04:14:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:14:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:14:18.064Z||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-21T04:14:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:14:27.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:14:27.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:15:18.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:15:18.060Z||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-21T04:15:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:15:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:15:18.065Z||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-21T04:15:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:15:27.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:15:27.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:16:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:16:18.060Z||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-21T04:16:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:16:18.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:16:18.064Z||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-21T04:16:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:16:27.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:16:27.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:17:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:17:18.060Z||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-21T04:17:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:17:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:17:18.064Z||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-21T04:17:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:17:27.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:17:27.609Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:18:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:18:18.061Z||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-21T04:18:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:18:18.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:18:18.064Z||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-21T04:18:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:18:27.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:18:27.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:19:18.060Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:19:18.062Z||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-21T04:19:18.062Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:19:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:19:18.064Z||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-21T04:19:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:19:27.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:19:27.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:20:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:20:18.060Z||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-21T04:20:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:20:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:20:18.064Z||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-21T04:20:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:20:27.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:20:27.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:21:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:21:18.060Z||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-21T04:21:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:21:18.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:21:18.065Z||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-21T04:21:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:21:27.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:21:27.607Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:22:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:22:18.060Z||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-21T04:22:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:22:18.065Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:22:18.065Z||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-21T04:22:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:22:27.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:22:27.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:23:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:23:18.060Z||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-21T04:23:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:23:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:23:18.065Z||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-21T04:23:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:23:27.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:23:27.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:24:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:24:18.060Z||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-21T04:24:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:24:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:24:18.065Z||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-21T04:24:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:24:27.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:24:27.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:25:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:25:18.060Z||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-21T04:25:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:25:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:25:18.065Z||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-21T04:25:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:25:27.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:25:27.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:26:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:26:18.060Z||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-21T04:26:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:26:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:26:18.064Z||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-21T04:26:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:26:27.613Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:26:27.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:27:18.060Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:27:18.062Z||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-21T04:27:18.062Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:27:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:27:18.064Z||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-21T04:27:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:27:27.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:27:27.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:28:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:28:18.060Z||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-21T04:28:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:28:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:28:18.064Z||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-21T04:28:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:28:27.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:28:27.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:29:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:29:18.060Z||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-21T04:29:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:29:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:29:18.065Z||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-21T04:29:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:29:27.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:29:27.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:30:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:30:18.060Z||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-21T04:30:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:30:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:30:18.065Z||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-21T04:30:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:30:27.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:30:27.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:31:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:31:18.060Z||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-21T04:31:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:31:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:31:18.065Z||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-21T04:31:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:31:27.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:31:27.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:32:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:32:18.060Z||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-21T04:32:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:32:18.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:32:18.065Z||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-21T04:32:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:32:27.605Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:32:27.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:33:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:33:18.060Z||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-21T04:33:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:33:18.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:33:18.064Z||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-21T04:33:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:33:27.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:33:27.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:34:18.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:34:18.060Z||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-21T04:34:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:34:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:34:18.065Z||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-21T04:34:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:34:27.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:34:27.608Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:35:18.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:35:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:35:18.064Z||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-21T04:35:18.064Z||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-21T04:35:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:35:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:35:27.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:35:27.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:36:18.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:36:18.061Z||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-21T04:36:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:36:18.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:36:18.065Z||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-21T04:36:18.067Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:36:27.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:36:27.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:37:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:37:18.060Z||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-21T04:37:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:37:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:37:18.065Z||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-21T04:37:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:37:27.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:37:27.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:38:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:38:18.060Z||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-21T04:38:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:38:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:38:18.064Z||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-21T04:38:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:38:27.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:38:27.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:39:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:39:18.061Z||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-21T04:39:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:39:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:39:18.065Z||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-21T04:39:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:39:27.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:39:27.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:40:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:40:18.060Z||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-21T04:40:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:40:18.064Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:40:18.064Z||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-21T04:40:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:40:27.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:40:27.605Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:41:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:41:18.060Z||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-21T04:41:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:41:18.067Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:41:18.068Z||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-21T04:41:18.068Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:41:27.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:41:27.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:42:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:42:18.060Z||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-21T04:42:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:42:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:42:18.065Z||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-21T04:42:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:42:27.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:42:27.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:43:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:43:18.060Z||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-21T04:43:18.060Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:43:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:43:18.064Z||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-21T04:43:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:43:27.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:43:27.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:44:18.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:44:18.061Z||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-21T04:44:18.061Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:44:18.064Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:44:18.064Z||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-21T04:44:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:44:27.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:44:27.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:45:18.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:45:18.060Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:45:18.060Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:45:18.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:45:18.064Z||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-21T04:45:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:45:27.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:45:27.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:46:18.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:46:18.060Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:46:18.060Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:46:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:46:18.064Z||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-21T04:46:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:46:27.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:46:27.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:18.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:47:18.060Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:47:18.060Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:47:18.064Z||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-21T04:47:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:26.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:26.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T04:47:26.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"09acdf39-66cc-4502-84c4-bd758c92bc4c","serviceName":"basic_onboard_itMfGv","serviceVersion":"1.0","serviceUUID":"a070bf6b-9b5a-43d1-a68e-43c954c168d7","serviceDescription":"service","serviceInvariantUUID":"33ea85be-d312-412f-be8a-8be76ed18091","resources":[{"resourceInstanceName":"basic_onboard_itMfGv 0","resourceName":"basic_onboard_itMfGv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"965760ab-4286-4543-ac17-1e3e0c5eade6","resourceInvariantUUID":"6d222d18-6ed3-4983-bc95-4c26eac027a2","resourceCustomizationUUID":"e33275f4-d017-4f1b-a166-2d8bef51f1cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY0NGEwOWNhZGYwYmE5ZTBhNzRhNjA1Yzk2ZTdhNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7ae6759-7b74-4801-b54e-64f734591788","artifactVersion":"1"},{"artifactName":"basic_onboard_itmfgv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json","artifactChecksum":"MjcxZDAyNjRkZjcxNTZhOTllMjBmNDE3M2UwY2EzMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a69cc554-b97b-4355-884d-93ff22ddde96","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1f4e2e60-984b-421e-8728-df02e8b2d083","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da05e11f-fc18-4b67-8c65-a3a2830a134a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5eaf39e1-2362-4f4e-a420-1888548e82a0","artifactVersion":"2","generatedFromUUID":"1f4e2e60-984b-421e-8728-df02e8b2d083"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardItmfgv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml","artifactChecksum":"M2EzZjc5ZDZjN2MyY2U4ZDA1ZTNkZmRjZjY1MzU1MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3418d82c-5e22-415b-b2d8-84a03f942c12","artifactVersion":"1"},{"artifactName":"service-BasicOnboardItmfgv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar","artifactChecksum":"ZjdiYTE5NGU0NmFlZDZiNDQwNmNlZGFkZTdiYTljOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8abfe38b-6eb8-4528-a851-90bfaebf94ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T04:47:26.934Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T04:47:26.940Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:26.949Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:26.949Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:47:27.049Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-21T04:47:27.054Z||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-21T04:47:27.054Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:27.074Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:27.075Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":3,"count":1}
2022-10-21T04:47:27.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:27.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:47:27.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:47:27.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:47:27.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:47:27.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327645368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:47:27.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:47:27.956Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T04:47:27.956Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:27.959Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:27.959Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T04:47:28.059Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:28.060Z||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-21T04:47:28.061Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:28.076Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:28.077Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:28.960Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T04:47:28.960Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:28.963Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:28.963Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-21T04:47:29.063Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:29.064Z||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-21T04:47:29.064Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:29.078Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:29.078Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:29.963Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T04:47:29.964Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:29.966Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:29.966Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:47:30.067Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:30.068Z||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-21T04:47:30.068Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:30.082Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:30.083Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:30.967Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T04:47:30.968Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:30.970Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:30.970Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-21T04:47:31.070Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:31.071Z||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-21T04:47:31.071Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:31.087Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:31.088Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:31.970Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T04:47:31.971Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:31.973Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:31.973Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:47:32.073Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T04:47:32.074Z||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-21T04:47:32.075Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:32.096Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:32.097Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:32.974Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T04:47:32.975Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:32.978Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:32.978Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T04:47:33.078Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:33.079Z||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-21T04:47:33.079Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:33.107Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:33.107Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:33.980Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"serviceName": "basic_onboard_itMfGv",
"serviceVersion": "1.0",
"serviceUUID": "a070bf6b-9b5a-43d1-a68e-43c954c168d7",
"serviceDescription": "service",
"serviceInvariantUUID": "33ea85be-d312-412f-be8a-8be76ed18091",
"resources": [
{
"resourceInstanceName": "basic_onboard_itMfGv 0",
"resourceCustomizationUUID": "e33275f4-d017-4f1b-a166-2d8bef51f1cd",
"resourceName": "basic_onboard_itMfGv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "965760ab-4286-4543-ac17-1e3e0c5eade6",
"resourceInvariantUUID": "6d222d18-6ed3-4983-bc95-4c26eac027a2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_itmfgv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"artifactChecksum": "MjcxZDAyNjRkZjcxNTZhOTllMjBmNDE3M2UwY2EzMmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a69cc554-b97b-4355-884d-93ff22ddde96",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1f4e2e60-984b-421e-8728-df02e8b2d083",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5eaf39e1-2362-4f4e-a420-1888548e82a0",
"generatedFromUUID": "1f4e2e60-984b-421e-8728-df02e8b2d083"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5eaf39e1-2362-4f4e-a420-1888548e82a0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardItmfgv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"artifactChecksum": "ZjdiYTE5NGU0NmFlZDZiNDQwNmNlZGFkZTdiYTljOGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8abfe38b-6eb8-4528-a851-90bfaebf94ef"
}
],
"workloadContext": "Production"
}
2022-10-21T04:47:33.981Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T04:47:33.981Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a070bf6b-9b5a-43d1-a68e-43c954c168d7 ASDC
2022-10-21T04:47:34.075Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:09acdf39-66cc-4502-84c4-bd758c92bc4c
ServiceName:basic_onboard_itMfGv
ServiceVersion:1.0
ServiceUUID:a070bf6b-9b5a-43d1-a68e-43c954c168d7
ServiceInvariantUUID:33ea85be-d312-412f-be8a-8be76ed18091
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardItmfgv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar
ArtifactUUID:8abfe38b-6eb8-4528-a851-90bfaebf94ef
ArtifactChecksum:ZjdiYTE5NGU0NmFlZDZiNDQwNmNlZGFkZTdiYTljOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_itMfGv 0
ResourceCustomizationUUID:e33275f4-d017-4f1b-a166-2d8bef51f1cd
ResourceInvariantUUID:6d222d18-6ed3-4983-bc95-4c26eac027a2
ResourceName:basic_onboard_itMfGv
ResourceType:VF
ResourceUUID:965760ab-4286-4543-ac17-1e3e0c5eade6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_itmfgv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json
ArtifactUUID:a69cc554-b97b-4355-884d-93ff22ddde96
ArtifactChecksum:MjcxZDAyNjRkZjcxNTZhOTllMjBmNDE3M2UwY2EzMmY=
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/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1f4e2e60-984b-421e-8728-df02e8b2d083
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/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env
ArtifactUUID:5eaf39e1-2362-4f4e-a420-1888548e82a0
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/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env
ArtifactUUID:5eaf39e1-2362-4f4e-a420-1888548e82a0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-21T04:47:34.076Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a070bf6b-9b5a-43d1-a68e-43c954c168d7 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-21T04:47:34.322Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T04:47:34.323Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-21T04:47:34.325Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-21T04:47:34.325Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8abfe38b-6eb8-4528-a851-90bfaebf94ef from URL: /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:34.325Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-21T04:47:34.327Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:34.447Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-21T04:47:34.461Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar 8abfe38b-6eb8-4528-a851-90bfaebf94ef 71567
2022-10-21T04:47:34.463Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar ASDC sendASDCNotification
2022-10-21T04:47:34.464Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:34.465Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T04:47:34.466Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:34.470Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:34.470Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327654461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:47:34.570Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:34.573Z||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-21T04:47:34.574Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:34.592Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:34.594Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:35.470Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T04:47:35.474Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-21T04:47:35.476Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8abfe38b-6eb8-4528-a851-90bfaebf94ef, URL: /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar to file: /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:35.476Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:35.602Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:35.603Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:35.909Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1643188146545513571/Definitions/service-BasicOnboardItmfgv-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-21T04:47:37.502Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.507Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_itMfGv 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-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.508Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:37.508Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-21T04:47:37.513Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.515Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:37.519Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is matching search criteria
2022-10-21T04:47:37.519Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-21T04:47:37.520Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_itMfGv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T04:47:37.521Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.522Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:37.522Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is matching search criteria
2022-10-21T04:47:37.522Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-21T04:47:37.522Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_itMfGv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T04:47:37.522Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.522Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:37.525Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.525Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is not matching search criteria
2022-10-21T04:47:37.525Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-21T04:47:37.526Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-21T04:47:37.526Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-21T04:47:37.526Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-21T04:47:37.526Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-21T04:47:37.526Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.526Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-21T04:47:37.527Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.527Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is matching search criteria
2022-10-21T04:47:37.528Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_itMfGv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T04:47:37.528Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.528Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is matching search criteria
2022-10-21T04:47:37.528Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_itMfGv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T04:47:37.528Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.528Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is matching search criteria
2022-10-21T04:47:37.529Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_itMfGv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T04:47:37.529Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.529Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is not matching search criteria
2022-10-21T04:47:37.529Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-21T04:47:37.529Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-21T04:47:37.529Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=01035a1a-53e2-410b-bdf0-4ec3983ba333
2022-10-21T04:47:37.529Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.529Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:37.530Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.530Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:37.530Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.530Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:37.530Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:37.530Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:37.530Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_itMfGv
Description:service
Model UUID:a070bf6b-9b5a-43d1-a68e-43c954c168d7
Model Version:NULL
Model InvariantUuid:33ea85be-d312-412f-be8a-8be76ed18091
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_itMfGv
Model UUID:e9249ec3-282d-40aa-babd-feb933ff8a06
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d222d18-6ed3-4983-bc95-4c26eac027a2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e33275f4-d017-4f1b-a166-2d8bef51f1cd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:aeebc00a-e98b-4027-b38b-46b9f0a77134
ModelName:BasicOnboardItmfgv..base_ubuntu18..module-0
ModelUuid:0cad201d-1b07-47c1-8374-ffeff980c73a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:01035a1a-53e2-410b-bdf0-4ec3983ba333
ModelInvariantUuid:9f3992eb-e800-4903-beb1-5a3c143702b3
ModelName:basic_onboard_itMfGv-nodes.ubuntu18Cvfc
ModelUuid:7b3597be-7b24-45fe-ad15-da0a2d20c191
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:823f399e-cf85-4b54-a76c-65886b106acd
ModelInvariantUuid:09667203-5064-43df-9bc7-08439cfaa896
ModelName:BasicOnboardItmfgv.compute.nodes.heat.ubuntu18
ModelUuid:dcd23661-7cd6-40bd-a0ea-e72f7df332e8
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-21T04:47:37.556Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 965760ab-4286-4543-ac17-1e3e0c5eade6
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-21T04:47:37.634Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||basic_onboard_itMfGv 0
2022-10-21T04:47:37.641Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 965760ab-4286-4543-ac17-1e3e0c5eade6
2022-10-21T04:47:37.641Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a69cc554-b97b-4355-884d-93ff22ddde96 from URL: /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json
2022-10-21T04:47:37.641Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-21T04:47:37.641Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json
2022-10-21T04:47:37.732Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-21T04:47:37.733Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json a69cc554-b97b-4355-884d-93ff22ddde96 798
2022-10-21T04:47:37.734Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json ASDC sendASDCNotification
2022-10-21T04:47:37.734Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json
2022-10-21T04:47:37.734Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T04:47:37.738Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:37.741Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:37.741Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327657733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:47:37.847Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-10-21T04:47:37.848Z||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-21T04:47:37.848Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:37.868Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:37.869Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-10-21T04:47:38.743Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardItmfgv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "aeebc00a-e98b-4027-b38b-46b9f0a77134",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0cad201d-1b07-47c1-8374-ffeff980c73a",
"vfModuleModelCustomizationUUID": "85ee8458-b64f-4d97-8494-70ba346f57b6",
"isBase": true,
"artifacts": [
"1f4e2e60-984b-421e-8728-df02e8b2d083",
"5eaf39e1-2362-4f4e-a420-1888548e82a0"
],
"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-21T04:47:38.756Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItmfgv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0cad201d-1b07-47c1-8374-ffeff980c73a
VfModuleModelInvariantUUID:aeebc00a-e98b-4027-b38b-46b9f0a77134
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f4e2e60-984b-421e-8728-df02e8b2d083
,
5eaf39e1-2362-4f4e-a420-1888548e82a0
}
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-21T04:47:38.759Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardItmfgv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "aeebc00a-e98b-4027-b38b-46b9f0a77134",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0cad201d-1b07-47c1-8374-ffeff980c73a",
"vfModuleModelCustomizationUUID": "85ee8458-b64f-4d97-8494-70ba346f57b6",
"isBase": true,
"artifacts": [
"1f4e2e60-984b-421e-8728-df02e8b2d083",
"5eaf39e1-2362-4f4e-a420-1888548e82a0"
],
"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-21T04:47:38.760Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItmfgv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0cad201d-1b07-47c1-8374-ffeff980c73a
VfModuleModelInvariantUUID:aeebc00a-e98b-4027-b38b-46b9f0a77134
VfModuleModelDescription:NULL
Artifacts UUID List:{
1f4e2e60-984b-421e-8728-df02e8b2d083
,
5eaf39e1-2362-4f4e-a420-1888548e82a0
}
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-21T04:47:38.760Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f4e2e60-984b-421e-8728-df02e8b2d083 from URL: /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml
2022-10-21T04:47:38.760Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-21T04:47:38.760Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml
2022-10-21T04:47:38.817Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-21T04:47:38.817Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml 1f4e2e60-984b-421e-8728-df02e8b2d083 5033
2022-10-21T04:47:38.818Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-21T04:47:38.818Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml
2022-10-21T04:47:38.818Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T04:47:38.818Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:38.820Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:38.820Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327658818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:47:38.920Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:38.921Z||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-21T04:47:38.921Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:38.936Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:38.936Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:39.821Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5eaf39e1-2362-4f4e-a420-1888548e82a0 from URL: /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env
2022-10-21T04:47:39.822Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-21T04:47:39.822Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env
2022-10-21T04:47:39.891Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-21T04:47:39.893Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env 5eaf39e1-2362-4f4e-a420-1888548e82a0 909
2022-10-21T04:47:39.893Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-21T04:47:39.893Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env
2022-10-21T04:47:39.893Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T04:47:39.894Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:39.897Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:39.897Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327659893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:47:39.997Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T04:47:39.998Z||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-21T04:47:39.998Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:40.011Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:40.012Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:40.898Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a070bf6b-9b5a-43d1-a68e-43c954c168d7
2022-10-21T04:47:40.898Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_itMfGv 0 965760ab-4286-4543-ac17-1e3e0c5eade6 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-21T04:47:40.936Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61983792, org.onap.sdc.toscaparser.api.parameters.Input@468b77e2, org.onap.sdc.toscaparser.api.parameters.Input@45eb7a5a, org.onap.sdc.toscaparser.api.parameters.Input@26b2d165, org.onap.sdc.toscaparser.api.parameters.Input@6364686]
2022-10-21T04:47:40.940Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.941Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:40.941Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-10-21T04:47:40.941Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e33275f4-d017-4f1b-a166-2d8bef51f1cd
2022-10-21T04:47:40.941Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e33275f4-d017-4f1b-a166-2d8bef51f1cd matches Tosca VF Customization UUID: e33275f4-d017-4f1b-a166-2d8bef51f1cd
2022-10-21T04:47:40.941Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e33275f4-d017-4f1b-a166-2d8bef51f1cd 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-21T04:47:40.947Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.948Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:40.949Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e33275f4-d017-4f1b-a166-2d8bef51f1cd: {\"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-21T04:47:40.950Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d052383
2022-10-21T04:47:40.950Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.950Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-21T04:47:40.950Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85ee8458-b64f-4d97-8494-70ba346f57b6
2022-10-21T04:47:40.952Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85ee8458-b64f-4d97-8494-70ba346f57b6
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-21T04:47:40.958Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.958Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is matching search criteria
2022-10-21T04:47:40.958Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_itMfGv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T04:47:40.959Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.959Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is matching search criteria
2022-10-21T04:47:40.959Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_itMfGv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T04:47:40.960Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.960Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is not matching search criteria
2022-10-21T04:47:40.960Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-21T04:47:40.960Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-21T04:47:40.960Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=01035a1a-53e2-410b-bdf0-4ec3983ba333
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-21T04:47:40.970Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.970Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is matching search criteria
2022-10-21T04:47:40.971Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_itMfGv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T04:47:40.971Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.971Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_itMfGv 0 is matching search criteria
2022-10-21T04:47:40.971Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_itMfGv 0] matching following query criteria: sdcType=VF, customizationUUID=e33275f4-d017-4f1b-a166-2d8bef51f1cd
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-21T04:47:40.973Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.974Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:40.974Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a070bf6b-9b5a-43d1-a68e-43c954c168d7: basic_onboard_itMfGv
2022-10-21T04:47:40.974Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.974Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:40.974Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.974Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:40.975Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.975Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:40.975Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.975Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:40.975Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T04:47:40.975Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_itMfGv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T04:47:40.975Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_itMfGv
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-21T04:47:41.146Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_itMfGv 965760ab-4286-4543-ac17-1e3e0c5eade6 1 ASDC deployResourceStructure
2022-10-21T04:47:41.147Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json ASDC sendASDCNotification
2022-10-21T04:47:41.147Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json
2022-10-21T04:47:41.147Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T04:47:41.147Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:41.149Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:41.150Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327661147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T04:47:41.249Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T04:47:41.250Z||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-21T04:47:41.251Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:41.273Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:41.274Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:42.150Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-21T04:47:42.151Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml
2022-10-21T04:47:42.151Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T04:47:42.151Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:42.153Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:42.153Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327662150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-21T04:47:42.253Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:42.254Z||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-21T04:47:42.255Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:42.273Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:42.274Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:43.154Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-21T04:47:43.155Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env
2022-10-21T04:47:43.155Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T04:47:43.155Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:43.157Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:43.157Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327663154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-21T04:47:43.257Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:43.258Z||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-21T04:47:43.259Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:43.273Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:43.275Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-21T04:47:44.158Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar ASDC sendASDCNotification
2022-10-21T04:47:44.158Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar
2022-10-21T04:47:44.158Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T04:47:44.159Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-21T04:47:44.160Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:47:44.161Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327664158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T04:47:44.261Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:47:44.262Z||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-21T04:47:44.262Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:47:44.277Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:47:44.278Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T04:47:45.162Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:47:45.188Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:47:45.191Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T04:47:45.192Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T04:47:45.192Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T04:48:15.192Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:48:15.205Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:48:15.211Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T04:48:15.212Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T04:48:15.212Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T04:48:18.065Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:48:18.066Z||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-21T04:48:18.066Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:48:18.093Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:48:18.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:48:18.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327640668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:48:18.094Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:48:45.212Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:48:45.224Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:48:45.227Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T04:48:45.227Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T04:48:45.227Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T04:49:15.227Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:49:15.240Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:49:15.244Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T04:49:15.244Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T04:49:15.244Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T04:49:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:49:18.065Z||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-21T04:49:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:49:18.090Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:49:18.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:49:18.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "cds",
"timestamp": 1666327646380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:49:18.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:49:45.244Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:49:45.256Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:49:45.258Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T04:49:45.258Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T04:49:45.259Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T04:50:15.259Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:50:15.272Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:50:15.274Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T04:50:15.274Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T04:50:15.274Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T04:50:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:50:18.065Z||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-21T04:50:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:50:18.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:50:18.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666327639735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327645368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327640668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "cds",
"timestamp": 1666327646380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666327639735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327649057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327648505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327645368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327640668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "cds",
"timestamp": 1666327646380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666327639735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327649057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327648505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327645368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327640668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "cds",
"timestamp": 1666327646380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666327639735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327650127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327649057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327648505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327645368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327640668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "cds",
"timestamp": 1666327646380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666327639735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327650127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327649057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327648505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327645368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327640668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "cds",
"timestamp": 1666327646380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666327639735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327650127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327649057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327648505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327638059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327645368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327640668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "cds",
"timestamp": 1666327646380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "ves-openapi-manager",
"timestamp": 1666327639735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327650127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327649057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327648505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327655162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "cds",
"timestamp": 1666327654270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327654461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327650127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327649057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327648505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "cds",
"timestamp": 1666327655303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-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-21T04:50:18.618Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09acdf39-66cc-4502-84c4-bd758c92bc4c
2022-10-21T04:50:18.618Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09acdf39-66cc-4502-84c4-bd758c92bc4c 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-21T04:50:18.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327650127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327656863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327656386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327650127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327657880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327657547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327657733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "policy-id",
"timestamp": 1666327658888,
"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-21T04:50:18.644Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09acdf39-66cc-4502-84c4-bd758c92bc4c
2022-10-21T04:50:18.644Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09acdf39-66cc-4502-84c4-bd758c92bc4c 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-21T04:50:18.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327658056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327658606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327658818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327660063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T04:50:18.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327659673,
"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-21T04:50:18.668Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09acdf39-66cc-4502-84c4-bd758c92bc4c
2022-10-21T04:50:18.668Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09acdf39-66cc-4502-84c4-bd758c92bc4c 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-21T04:50:18.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327660423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327659893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T04:50:18.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666327661080,
"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-21T04:50:18.696Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09acdf39-66cc-4502-84c4-bd758c92bc4c
2022-10-21T04:50:18.696Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09acdf39-66cc-4502-84c4-bd758c92bc4c 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-21T04:50:18.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666327660678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T04:50:18.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327661147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/basic_onboard_itmfgv0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T04:50:18.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327662437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T04:50:18.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327662150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-21T04:50:18.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "clamp",
"timestamp": 1666327663442,
"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-21T04:50:18.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09acdf39-66cc-4502-84c4-bd758c92bc4c
2022-10-21T04:50:18.715Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09acdf39-66cc-4502-84c4-bd758c92bc4c 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-21T04:50:18.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327663154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/resourceInstances/basic_onboard_itmfgv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-21T04:50:18.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327664158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T04:50:18.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327669143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardItmfgv/1.0/artifacts/service-BasicOnboardItmfgv-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-21T04:50:18.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:50:18.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T04:50:18.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "aai-ml",
"timestamp": 1666327670147,
"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-21T04:50:18.731Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 09acdf39-66cc-4502-84c4-bd758c92bc4c
2022-10-21T04:50:18.732Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09acdf39-66cc-4502-84c4-bd758c92bc4c 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-21T04:50:45.275Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:50:45.289Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c
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-21T04:50:45.293Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T04:50:45.293Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-21T04:50:45.293Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-21T04:50:45.293Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-21T04:50:45.293Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-21T04:50:45.293Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-21T04:50:45.301Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-21T04:51:15.302Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c 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-21T04:51:15.313Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09acdf39-66cc-4502-84c4-bd758c92bc4c and serviceModelVersionId: a070bf6b-9b5a-43d1-a68e-43c954c168d7
2022-10-21T04:51:15.314Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33ea85be-d312-412f-be8a-8be76ed18091
2022-10-21T04:51:18.064Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:51:18.065Z||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-21T04:51:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:51:25.243Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0
2022-10-21T04:51:25.346Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-21T04:51:25.826Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||Invoke
2022-10-21T04:51:25.837Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09acdf39-66cc-4502-84c4-bd758c92bc4c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65f52b5a-3e71-42f4-94ff-09d7c19727c7], X-ECOMP-RequestID=[09acdf39-66cc-4502-84c4-bd758c92bc4c], X-TransactionId=[], X-ONAP-RequestID=[09acdf39-66cc-4502-84c4-bd758c92bc4c], Content-Type=[application/merge-patch+json]}
2022-10-21T04:51:27.400Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||Invoke
2022-10-21T04:51:27.401Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09acdf39-66cc-4502-84c4-bd758c92bc4c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d59eb20-054a-4ffe-95fe-6cb3f258f775], X-ECOMP-RequestID=[09acdf39-66cc-4502-84c4-bd758c92bc4c], X-TransactionId=[], X-ONAP-RequestID=[09acdf39-66cc-4502-84c4-bd758c92bc4c], Content-Type=[application/merge-patch+json]}
2022-10-21T04:51:27.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:51:28.933Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||Invoke
2022-10-21T04:51:28.933Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09acdf39-66cc-4502-84c4-bd758c92bc4c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e12e9f1-0682-418d-a764-76b94a23f6d8], X-ECOMP-RequestID=[09acdf39-66cc-4502-84c4-bd758c92bc4c], X-TransactionId=[], X-ONAP-RequestID=[09acdf39-66cc-4502-84c4-bd758c92bc4c], Content-Type=[application/merge-patch+json]}
2022-10-21T04:51:29.967Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-10-21T04:51:29.968Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?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-21T04:51:29.968Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-21T04:51:29.969Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?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-21T04:51:29.976Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?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-21T04:51:29.977Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09acdf39-66cc-4502-84c4-bd758c92bc4c 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-21T04:51:29.979Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-21T04:51:29.979Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T04:51:29.982Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T04:51:29.983Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|DEBUG|500||try to send status {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327889977,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-21T04:51:30.083Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T04:51:30.084Z||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-21T04:51:30.084Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:51:30.099Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:51:30.100Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-21T04:51:31.000Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:51:31.000Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?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-21T04:51:31.001Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:51:41.302Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:51:41.303Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:51:41.303Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?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-21T04:51:41.303Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:51:50.850Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:51:50.851Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:51:50.852Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?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-21T04:51:50.852Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:52:00.394Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:52:00.395Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:52:00.396Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?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-21T04:52:00.396Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:52:09.934Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:52:18.059Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:52:18.061Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?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-21T04:52:18.062Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:52:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:52:18.064Z||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-21T04:52:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:52:18.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:52:18.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T04:52:18.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09acdf39-66cc-4502-84c4-bd758c92bc4c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666327889977,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-21T04:52:18.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T04:52:27.603Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:53:18.059Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:53:18.060Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?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-21T04:53:18.060Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:53:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:53:18.065Z||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-21T04:53:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:53:27.607Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:53:27.609Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:54:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:54:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:54:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:54:18.064Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:54:18.064Z||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-21T04:54:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:54:27.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:54:27.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:55:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:55:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:55:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:55:18.064Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:55:18.065Z||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-21T04:55:18.066Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:55:27.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:55:27.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:56:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:56:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:56:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:56:18.064Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:56:18.064Z||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-21T04:56:18.064Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:56:27.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:56:27.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:57:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:57:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:57:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:57:18.064Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:57:18.064Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:57:18.065Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:57:27.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:57:27.614Z|09acdf39-66cc-4502-84c4-bd758c92bc4c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ea85be-d312-412f-be8a-8be76ed18091/model-vers/model-ver/a070bf6b-9b5a-43d1-a68e-43c954c168d7?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:58:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:58:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:58:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:58:18.064Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:58:18.065Z||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-21T04:58:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:58:27.608Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:58:27.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:59:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:59:18.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T04:59:18.060Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T04:59:18.064Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T04:59:18.066Z||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-21T04:59:18.066Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T04:59:27.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T04:59:27.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:00:18.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T05:00:18.062Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-21T05:00:18.062Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:00:18.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T05:00:18.065Z||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-21T05:00:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T05:00:18.704Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:00:18.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:00:18.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b801d807-8b84-4153-8f95-9ff60dc42614","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e7920c6d-abf6-47be-a7a2-a0cbcaaa542d","serviceDescription":"service","serviceInvariantUUID":"47c7d719-a72c-4cc8-bb69-bc2ef62e488b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a2d2323a-d1e8-4803-90ff-07c99cfa288b","resourceInvariantUUID":"022fe8c8-8c82-4313-ba6c-a6c6a20f14ca","resourceCustomizationUUID":"fbdfbd17-0c27-4c68-a69f-9393c714202a","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":"ZTgzODA0MzYxMGY2YzcyZTNhYzMxNmFjOTYyNmUxM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b40c7289-30bc-4f16-93ed-2ba6c067b9b1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGQyMzRmOGMwYzM2ZDU2YjVmZDhlYzZhY2VlYzRiNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b840ce08-2036-4489-b3a3-c7d615b0be7f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T05:00:18.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "clamp",
"timestamp": 1666328390668,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:00:18.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328388504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "policy-id",
"timestamp": 1666328389057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "clamp",
"timestamp": 1666328390668,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:00:18.707Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.707Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-21T05:00:18.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328388504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "policy-id",
"timestamp": 1666328389057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328395369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "policy-id",
"timestamp": 1666328396398,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328395369,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "policy-id",
"timestamp": 1666328397402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "cds",
"timestamp": 1666328396383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328398122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "policy-id",
"timestamp": 1666328398405,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-10-21T05:00:18.712Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:00:18.712Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328418059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-21T05:00:18.739Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b801d807-8b84-4153-8f95-9ff60dc42614
2022-10-21T05:00:18.739Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b801d807-8b84-4153-8f95-9ff60dc42614 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-21T05:00:18.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "cds",
"timestamp": 1666328396383,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:00:18.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "cds",
"timestamp": 1666328399132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:00:18.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:00:18.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328400211,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:00:18.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:00:18.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328399735,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:00:18.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "cds",
"timestamp": 1666328400138,
"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=?
2022-10-21T05:00:18.767Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b801d807-8b84-4153-8f95-9ff60dc42614
2022-10-21T05:00:18.767Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b801d807-8b84-4153-8f95-9ff60dc42614 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-21T05:00:18.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328401215,
"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-21T05:00:18.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b801d807-8b84-4153-8f95-9ff60dc42614
2022-10-21T05:00:18.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b801d807-8b84-4153-8f95-9ff60dc42614 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-21T05:00:18.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328399735,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "aai-ml",
"timestamp": 1666328400127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "aai-ml",
"timestamp": 1666328400127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "clamp",
"timestamp": 1666328403590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:00:18.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:00:18.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "aai-ml",
"timestamp": 1666328402861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:00:18.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:00:18.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "clamp",
"timestamp": 1666328405601,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:00:18.809Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:00:18.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "clamp",
"timestamp": 1666328406607,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2022-10-21T05:00:18.813Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 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-21T05:00:18.814Z||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-21T05:00:18.814Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:00:18.818Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b801d807-8b84-4153-8f95-9ff60dc42614
2022-10-21T05:00:18.818Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b801d807-8b84-4153-8f95-9ff60dc42614 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-21T05:00:18.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "aai-ml",
"timestamp": 1666328407407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-21T05:00:18.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:00:18.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T05:00:18.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "aai-ml",
"timestamp": 1666328408415,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
2022-10-21T05:00:18.829Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:00:18.829Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 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=?
2022-10-21T05:00:18.835Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b801d807-8b84-4153-8f95-9ff60dc42614
2022-10-21T05:00:18.835Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b801d807-8b84-4153-8f95-9ff60dc42614 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-21T05:00:19.712Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:00:19.713Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-21T05:00:19.715Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:00:19.715Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328418059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:00:19.815Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:00:19.820Z||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-21T05:00:19.820Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:00:19.836Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:00:19.838Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:00:20.716Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e7920c6d-abf6-47be-a7a2-a0cbcaaa542d",
"serviceDescription": "service",
"serviceInvariantUUID": "47c7d719-a72c-4cc8-bb69-bc2ef62e488b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fbdfbd17-0c27-4c68-a69f-9393c714202a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "a2d2323a-d1e8-4803-90ff-07c99cfa288b",
"resourceInvariantUUID": "022fe8c8-8c82-4313-ba6c-a6c6a20f14ca",
"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": "MGQyMzRmOGMwYzM2ZDU2YjVmZDhlYzZhY2VlYzRiNjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b840ce08-2036-4489-b3a3-c7d615b0be7f"
}
],
"workloadContext": "Production"
}
2022-10-21T05:00:20.716Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T05:00:20.717Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e7920c6d-abf6-47be-a7a2-a0cbcaaa542d ASDC
2022-10-21T05:00:20.717Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b801d807-8b84-4153-8f95-9ff60dc42614
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e7920c6d-abf6-47be-a7a2-a0cbcaaa542d
ServiceInvariantUUID:47c7d719-a72c-4cc8-bb69-bc2ef62e488b
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:b840ce08-2036-4489-b3a3-c7d615b0be7f
ArtifactChecksum:MGQyMzRmOGMwYzM2ZDU2YjVmZDhlYzZhY2VlYzRiNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fbdfbd17-0c27-4c68-a69f-9393c714202a
ResourceInvariantUUID:022fe8c8-8c82-4313-ba6c-a6c6a20f14ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a2d2323a-d1e8-4803-90ff-07c99cfa288b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-21T05:00:20.717Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e7920c6d-abf6-47be-a7a2-a0cbcaaa542d 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-21T05:00:20.752Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T05:00:20.753Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-21T05:00:20.753Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-21T05:00:20.754Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b840ce08-2036-4489-b3a3-c7d615b0be7f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-21T05:00:20.754Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-21T05:00:20.754Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-21T05:00:20.819Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-21T05:00:20.822Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b840ce08-2036-4489-b3a3-c7d615b0be7f 52507
2022-10-21T05:00:20.822Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:20.823Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:20.823Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T05:00:20.823Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-21T05:00:20.825Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:00:20.825Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328420822,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:00:20.925Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:00:20.926Z||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-21T05:00:20.926Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:00:20.940Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:00:20.940Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:00:21.825Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T05:00:21.826Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-21T05:00:21.827Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b840ce08-2036-4489-b3a3-c7d615b0be7f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T05:00:21.827Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-21T05:00:21.828Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T05:00:21.828Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T05:00:22.021Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17502588313169316376/Definitions/service-BasicNetwork-template.yml
2022-10-21T05:00:22.447Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-21T05:00:22.448Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-21T05:00:22.448Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T05:00:22.448Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-21T05:00:22.448Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.448Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.448Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.448Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.448Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T05:00:22.449Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.449Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.449Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.449Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-21T05:00:22.449Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.449Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.449Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-21T05:00:22.449Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-21T05:00:22.450Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T05:00:22.450Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.450Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.450Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-21T05:00:22.450Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-21T05:00:22.450Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T05:00:22.450Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.450Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.451Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.451Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.451Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.451Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.451Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.451Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.451Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.452Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.452Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e7920c6d-abf6-47be-a7a2-a0cbcaaa542d
Model Version:NULL
Model InvariantUuid:47c7d719-a72c-4cc8-bb69-bc2ef62e488b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:022fe8c8-8c82-4313-ba6c-a6c6a20f14ca
Model UUID:e2cb7f48-997a-4b55-8fca-14779608d081
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fbdfbd17-0c27-4c68-a69f-9393c714202a
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-21T05:00:22.459Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: a2d2323a-d1e8-4803-90ff-07c99cfa288b
2022-10-21T05:00:22.459Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||No resources found for Service: e7920c6d-abf6-47be-a7a2-a0cbcaaa542d
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-21T05:00:22.465Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||
2022-10-21T05:00:22.466Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-21T05:00:22.466Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||No resources found for Service: e7920c6d-abf6-47be-a7a2-a0cbcaaa542d
2022-10-21T05:00:22.467Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e7920c6d-abf6-47be-a7a2-a0cbcaaa542d
2022-10-21T05:00:22.467Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-21T05:00:22.467Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.475Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32495cc4, org.onap.sdc.toscaparser.api.parameters.Input@648acdcb, org.onap.sdc.toscaparser.api.parameters.Input@7118d73c, org.onap.sdc.toscaparser.api.parameters.Input@5940e0c3, org.onap.sdc.toscaparser.api.parameters.Input@21173853]
2022-10-21T05:00:22.476Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.477Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.477Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.477Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.478Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e7920c6d-abf6-47be-a7a2-a0cbcaaa542d: Generic NeutronNet
2022-10-21T05:00:22.478Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.478Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.478Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.478Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.516Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.516Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.517Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.517Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.517Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:00:22.517Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:00:22.517Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.565Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-21T05:00:22.565Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.565Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||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-21T05:00:22.565Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T05:00:22.566Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-21T05:00:22.567Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:00:22.568Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328422565,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:00:22.668Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:00:22.669Z||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-21T05:00:22.669Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:00:22.684Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:00:22.685Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:00:23.569Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b801d807-8b84-4153-8f95-9ff60dc42614
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-21T05:00:23.582Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b801d807-8b84-4153-8f95-9ff60dc42614
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-21T05:00:23.586Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T05:00:23.587Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-21T05:00:23.587Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-21T05:00:23.587Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-21T05:00:23.587Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-21T05:00:23.587Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-21T05:00:23.594Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-21T05:00:53.595Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b801d807-8b84-4153-8f95-9ff60dc42614 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-21T05:00:53.601Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b801d807-8b84-4153-8f95-9ff60dc42614 and serviceModelVersionId: e7920c6d-abf6-47be-a7a2-a0cbcaaa542d
2022-10-21T05:00:53.601Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47c7d719-a72c-4cc8-bb69-bc2ef62e488b
2022-10-21T05:00:53.603Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0
2022-10-21T05:00:53.608Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-21T05:00:53.645Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-21T05:00:53.649Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Invoke
2022-10-21T05:00:55.169Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-21T05:00:55.171Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Invoke
2022-10-21T05:00:56.706Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-21T05:00:56.717Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Invoke
2022-10-21T05:00:57.740Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-10-21T05:00:57.743Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-21T05:00:57.744Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-21T05:00:57.744Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-21T05:00:57.756Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-21T05:00:57.756Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b801d807-8b84-4153-8f95-9ff60dc42614 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-21T05:00:57.757Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-21T05:00:57.760Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:00:57.762Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:00:57.762Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328457756,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-21T05:00:57.862Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:00:57.863Z||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-21T05:00:57.863Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:00:57.883Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:00:57.884Z||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-21T05:01:18.059Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T05:01:18.060Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-21T05:01:18.061Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T05:01:18.065Z||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-21T05:01:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:18.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:18.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:01:18.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328418059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:01:18.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:01:18.688Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:18.690Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||received message from topic
2022-10-21T05:01:18.690Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"95215ab6-abf1-4230-a2e4-03a6b97b4f98","serviceName":"Demo_pNF_GiQEDlOSb1Jv1EMd4ySm","serviceVersion":"1.0","serviceUUID":"d64e93a0-911a-4965-9757-abee2c35a48b","serviceDescription":"catalog service description","serviceInvariantUUID":"514cf10a-306b-4f6d-8b1f-dd687c401b00","resources":[{"resourceInstanceName":"pNF 0e3c55cf-55bb 0","resourceName":"pNF 0e3c55cf-55bb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0ce6eb70-1bf4-4c90-b039-cf5e8072cfb3","resourceInvariantUUID":"c19cf56d-af7a-4941-9e42-ce251b43b7ea","resourceCustomizationUUID":"dfb75204-66bb-4223-bcc6-10a5519de20b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vf-license-model.xml","artifactChecksum":"MTlmODY1NmFkMjY2MDY5MDM5YWIwYzNkMTQzZDAyYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d51fbcf9-feb7-49bf-841c-a5a29398b309","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/pNF.csar","artifactChecksum":"ZDYwYzFjNDAyZjQ2OTZkZThmN2U5MTA4NTI3YjdmZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b857fb6-be8a-4ec4-a2a8-238b5b8050dd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5146af54-0fac-4fbe-85b2-a754e2941e6e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vendor-license-model.xml","artifactChecksum":"OTg3ZDNjMGY1NjI4OTkyOGIwMjg2MDFlNzVjOGRjZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a1af0be8-d521-4704-b30f-a2efc8dd52ce","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8217d9a2-cc2b-43b9-821b-5e26e6f01748","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60c3f877-fccb-4c87-8bc3-40b75ec8b3d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml","artifactChecksum":"NTdhNWNlZDBjZTg5NzI1ODUxYjVjZDc2ZjI2NGEyZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e20cf326-395e-44a7-891b-3c7d5e8ef407","artifactVersion":"1"},{"artifactName":"service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar","artifactChecksum":"ZDljMDBjNGEyOWE3MDcyNDVmNWMxNjVjY2FiZjhmN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2ef065e-0c75-4af0-99b9-4c33c92ea9b1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T05:01:18.692Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:01:18.692Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:18.695Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:18.695Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:01:18.794Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T05:01:18.795Z||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-21T05:01:18.795Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:18.808Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:18.809Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-21T05:01:19.695Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:01:19.698Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:19.700Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:19.700Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:01:19.800Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:01:19.801Z||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-21T05:01:19.801Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:19.814Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:19.815Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-21T05:01:20.702Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:01:20.702Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:20.705Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:20.705Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:01:20.805Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:01:20.806Z||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-21T05:01:20.807Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:20.821Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:20.821Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:01:21.706Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:01:21.706Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:21.708Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:21.708Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:01:21.815Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-10-21T05:01:21.816Z||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-21T05:01:21.816Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:21.832Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:21.833Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:01:22.709Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:01:22.710Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:22.726Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:22.727Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:01:22.836Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-10-21T05:01:22.837Z||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-21T05:01:22.837Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:22.856Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:22.856Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:01:23.727Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:01:23.729Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:23.731Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:23.731Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:01:23.831Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T05:01:23.832Z||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-21T05:01:23.832Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:23.848Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:23.848Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:01:24.732Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:01:24.733Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:24.735Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:24.735Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:01:24.835Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:01:24.836Z||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-21T05:01:24.836Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:24.849Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:24.850Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-21T05:01:25.735Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:01:25.736Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:25.738Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:25.739Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:01:25.839Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:01:25.839Z||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-21T05:01:25.840Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:25.858Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:25.859Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:01:26.740Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"serviceName": "Demo_pNF_GiQEDlOSb1Jv1EMd4ySm",
"serviceVersion": "1.0",
"serviceUUID": "d64e93a0-911a-4965-9757-abee2c35a48b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "514cf10a-306b-4f6d-8b1f-dd687c401b00",
"resources": [
{
"resourceInstanceName": "pNF 0e3c55cf-55bb 0",
"resourceCustomizationUUID": "dfb75204-66bb-4223-bcc6-10a5519de20b",
"resourceName": "pNF 0e3c55cf-55bb",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0ce6eb70-1bf4-4c90-b039-cf5e8072cfb3",
"resourceInvariantUUID": "c19cf56d-af7a-4941-9e42-ce251b43b7ea",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"artifactChecksum": "ZDljMDBjNGEyOWE3MDcyNDVmNWMxNjVjY2FiZjhmN2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2ef065e-0c75-4af0-99b9-4c33c92ea9b1"
}
],
"workloadContext": "Production"
}
2022-10-21T05:01:26.740Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T05:01:26.740Z|b801d807-8b84-4153-8f95-9ff60dc42614|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d64e93a0-911a-4965-9757-abee2c35a48b ASDC
2022-10-21T05:01:26.741Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:95215ab6-abf1-4230-a2e4-03a6b97b4f98
ServiceName:Demo_pNF_GiQEDlOSb1Jv1EMd4ySm
ServiceVersion:1.0
ServiceUUID:d64e93a0-911a-4965-9757-abee2c35a48b
ServiceInvariantUUID:514cf10a-306b-4f6d-8b1f-dd687c401b00
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
ArtifactUUID:a2ef065e-0c75-4af0-99b9-4c33c92ea9b1
ArtifactChecksum:ZDljMDBjNGEyOWE3MDcyNDVmNWMxNjVjY2FiZjhmN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0e3c55cf-55bb 0
ResourceCustomizationUUID:dfb75204-66bb-4223-bcc6-10a5519de20b
ResourceInvariantUUID:c19cf56d-af7a-4941-9e42-ce251b43b7ea
ResourceName:pNF 0e3c55cf-55bb
ResourceType:PNF
ResourceUUID:0ce6eb70-1bf4-4c90-b039-cf5e8072cfb3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-21T05:01:26.741Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d64e93a0-911a-4965-9757-abee2c35a48b 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-21T05:01:26.765Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T05:01:26.766Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||MSO config path is: /app
2022-10-21T05:01:26.766Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||MSO config path is: /app
2022-10-21T05:01:26.767Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Trying to download the artifact UUID: a2ef065e-0c75-4af0-99b9-4c33c92ea9b1 from URL: /sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:26.767Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - download
2022-10-21T05:01:26.767Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:26.842Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||GET Response Status 200
2022-10-21T05:01:26.847Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar a2ef065e-0c75-4af0-99b9-4c33c92ea9b1 82633
2022-10-21T05:01:26.847Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar ASDC sendASDCNotification
2022-10-21T05:01:26.847Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:26.848Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T05:01:26.848Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:26.850Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:26.850Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328486847,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:01:26.950Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:01:26.951Z||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-21T05:01:26.951Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:26.963Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:26.964Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:01:27.850Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T05:01:27.852Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||MSO config path is: /app
2022-10-21T05:01:27.852Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Trying to write artifact UUID: a2ef065e-0c75-4af0-99b9-4c33c92ea9b1, URL: /sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar to file: /app/ASDC/1/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:27.853Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:27.853Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:27.854Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:27.933Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10876730126671177563/Definitions/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|WARN|500||####################################################################################################
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0e3c55cf-55bb 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:28.527Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|WARN|500||####################################################################################################
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Service Demo_pNF_GiQEDlOSb1Jv1EMd4ySm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Node template pNF 0e3c55cf-55bb 0 is matching search criteria
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Search for entities recursively
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Found topology templates [pNF 0e3c55cf-55bb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Service Demo_pNF_GiQEDlOSb1Jv1EMd4ySm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Node template pNF 0e3c55cf-55bb 0 is matching search criteria
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Search for entities recursively
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Found topology templates [pNF 0e3c55cf-55bb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Service Demo_pNF_GiQEDlOSb1Jv1EMd4ySm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Service Demo_pNF_GiQEDlOSb1Jv1EMd4ySm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:01:28.528Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:01:28.529Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Service Demo_pNF_GiQEDlOSb1Jv1EMd4ySm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:01:28.529Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:01:28.529Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Service Demo_pNF_GiQEDlOSb1Jv1EMd4ySm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:01:28.529Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:01:28.529Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Service Demo_pNF_GiQEDlOSb1Jv1EMd4ySm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:01:28.529Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_GiQEDlOSb1Jv1EMd4ySm
Description:catalog service description
Model UUID:d64e93a0-911a-4965-9757-abee2c35a48b
Model Version:NULL
Model InvariantUuid:514cf10a-306b-4f6d-8b1f-dd687c401b00
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-21T05:01:28.535Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 0ce6eb70-1bf4-4c90-b039-cf5e8072cfb3
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-21T05:01:28.540Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||pNF 0e3c55cf-55bb 0
2022-10-21T05:01:28.540Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 0ce6eb70-1bf4-4c90-b039-cf5e8072cfb3
2022-10-21T05:01:28.540Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||No resources found for Service: d64e93a0-911a-4965-9757-abee2c35a48b
2022-10-21T05:01:28.540Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Preparing to deploy Service: d64e93a0-911a-4965-9757-abee2c35a48b
2022-10-21T05:01:28.540Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0e3c55cf-55bb 0 0ce6eb70-1bf4-4c90-b039-cf5e8072cfb3 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-21T05:01:28.545Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23cd612e, org.onap.sdc.toscaparser.api.parameters.Input@597f6f2c, org.onap.sdc.toscaparser.api.parameters.Input@7bcd48bf, org.onap.sdc.toscaparser.api.parameters.Input@1339f926, org.onap.sdc.toscaparser.api.parameters.Input@5bb52e7e]
2022-10-21T05:01:28.546Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:01:28.546Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Service Demo_pNF_GiQEDlOSb1Jv1EMd4ySm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:01:28.546Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500|| resourceSeq for service uuid d64e93a0-911a-4965-9757-abee2c35a48b: pNF 0e3c55cf-55bb
2022-10-21T05:01:28.546Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Processing PNF resource: 0ce6eb70-1bf4-4c90-b039-cf5e8072cfb3
2022-10-21T05:01:28.546Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:01:28.546Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Service Demo_pNF_GiQEDlOSb1Jv1EMd4ySm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:01:28.546Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||Resource customization UUID: dfb75204-66bb-4223-bcc6-10a5519de20b is the same as notified resource customizationUUID: dfb75204-66bb-4223-bcc6-10a5519de20b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-21T05:01:28.611Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0e3c55cf-55bb 0ce6eb70-1bf4-4c90-b039-cf5e8072cfb3 0 ASDC deployResourceStructure
2022-10-21T05:01:28.611Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar ASDC sendASDCNotification
2022-10-21T05:01:28.611Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar
2022-10-21T05:01:28.612Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T05:01:28.612Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:01:28.614Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:01:28.614Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328488611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:01:28.714Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:01:28.715Z||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-21T05:01:28.715Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:01:28.744Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:01:28.745Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:01:29.615Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95215ab6-abf1-4230-a2e4-03a6b97b4f98
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-21T05:01:29.627Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95215ab6-abf1-4230-a2e4-03a6b97b4f98
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-21T05:01:29.630Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T05:01:29.630Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T05:01:29.630Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T05:01:59.630Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95215ab6-abf1-4230-a2e4-03a6b97b4f98
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-21T05:01:59.651Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95215ab6-abf1-4230-a2e4-03a6b97b4f98
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-21T05:01:59.654Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T05:01:59.654Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T05:01:59.654Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T05:02:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T05:02:18.065Z||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-21T05:02:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T05:02:18.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:02:18.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328418059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328411380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328419735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328420668,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328420822,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328411380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328419735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328420668,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328411380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328419735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328420668,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328422565,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328411380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328419735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328420668,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328411380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328419735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328420668,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328411380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328419735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328425368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328420668,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328411380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328419735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328425368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328420668,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328411380,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328425368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328419735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328420668,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328425368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328428155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328429535,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328429057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328428505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328425368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "cds",
"timestamp": 1666328429185,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-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-21T05:02:18.114Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95215ab6-abf1-4230-a2e4-03a6b97b4f98
2022-10-21T05:02:18.115Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95215ab6-abf1-4230-a2e4-03a6b97b4f98 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-21T05:02:18.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328429057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328428505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328425368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328431113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328429057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328430127,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328428505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328425368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328432136,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-21T05:02:18.130Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 95215ab6-abf1-4230-a2e4-03a6b97b4f98
2022-10-21T05:02:18.131Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95215ab6-abf1-4230-a2e4-03a6b97b4f98 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-21T05:02:18.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328429057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328430127,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328428505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328425368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328429057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328430127,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328428505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328434145,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328430127,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328429057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328428505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328430127,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328429057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328428505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328436195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328430127,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/resourceInstances/pnf0e3c55cf55bb0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328429057,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328428505,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328437203,
"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-21T05:02:18.149Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95215ab6-abf1-4230-a2e4-03a6b97b4f98
2022-10-21T05:02:18.149Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95215ab6-abf1-4230-a2e4-03a6b97b4f98 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-21T05:02:18.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328430127,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328437839,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328430127,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328438844,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328438877,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "policy-id",
"timestamp": 1666328439848,
"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-21T05:02:18.165Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95215ab6-abf1-4230-a2e4-03a6b97b4f98
2022-10-21T05:02:18.165Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95215ab6-abf1-4230-a2e4-03a6b97b4f98 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-21T05:02:18.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328440598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328442609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:02:18.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "clamp",
"timestamp": 1666328443614,
"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-21T05:02:18.179Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95215ab6-abf1-4230-a2e4-03a6b97b4f98
2022-10-21T05:02:18.179Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95215ab6-abf1-4230-a2e4-03a6b97b4f98 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-21T05:02:18.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328444204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfGiqedlosb1jv1emd4ysm/1.0/artifacts/service-DemoPnfGiqedlosb1jv1emd4ysm-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-21T05:02:18.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "aai-ml",
"timestamp": 1666328445208,
"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-21T05:02:18.194Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 95215ab6-abf1-4230-a2e4-03a6b97b4f98
2022-10-21T05:02:18.194Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95215ab6-abf1-4230-a2e4-03a6b97b4f98 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-21T05:02:18.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328441380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328439735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328441380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328439735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328449057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328448505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328441380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328439735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328449057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328448505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328450668,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328441380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328439735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328449057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328448505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328450668,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328441380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328439735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328449057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328448505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328450668,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328441380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328439735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328449057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328448505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328450668,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328441380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328439735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328449057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328448505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328450668,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328441380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328439735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328449057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328448505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328455368,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328450668,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328441380,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328449057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "ves-openapi-manager",
"timestamp": 1666328439735,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328448505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328455368,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328450668,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328449057,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328456815,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328448505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328455368,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328450668,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b801d807-8b84-4153-8f95-9ff60dc42614",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328457756,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "cds",
"timestamp": 1666328457824,
"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=?
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-21T05:02:18.227Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9703488b-66f2-47aa-a8f7-a6e3b690bc6b
2022-10-21T05:02:18.227Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9703488b-66f2-47aa-a8f7-a6e3b690bc6b 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-21T05:02:18.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328458818,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328455368,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328458388,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328450668,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328459824,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328455368,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328459474,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "policy-id",
"timestamp": 1666328460829,
"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-21T05:02:18.246Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9703488b-66f2-47aa-a8f7-a6e3b690bc6b
2022-10-21T05:02:18.246Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9703488b-66f2-47aa-a8f7-a6e3b690bc6b 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-21T05:02:18.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328455368,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328460532,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328460127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328455368,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328461582,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328460127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328455368,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328462631,
"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-21T05:02:18.266Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9703488b-66f2-47aa-a8f7-a6e3b690bc6b
2022-10-21T05:02:18.266Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9703488b-66f2-47aa-a8f7-a6e3b690bc6b 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-21T05:02:18.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328460127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328455368,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328463635,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328460127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328465147,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328460127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328460127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328460127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328467817,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328460127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666328468821,
"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-21T05:02:18.283Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9703488b-66f2-47aa-a8f7-a6e3b690bc6b
2022-10-21T05:02:18.283Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9703488b-66f2-47aa-a8f7-a6e3b690bc6b 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-21T05:02:18.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328460127,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328470605,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328469926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328472613,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "clamp",
"timestamp": 1666328473617,
"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-21T05:02:18.300Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9703488b-66f2-47aa-a8f7-a6e3b690bc6b
2022-10-21T05:02:18.300Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9703488b-66f2-47aa-a8f7-a6e3b690bc6b 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-21T05:02:18.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328476655,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-21T05:02:18.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T05:02:18.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "cds",
"timestamp": 1666328471380,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666328468505,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "policy-id",
"timestamp": 1666328469057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:02:18.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:02:18.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:02:18.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "aai-ml",
"timestamp": 1666328477659,
"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-21T05:02:18.316Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9703488b-66f2-47aa-a8f7-a6e3b690bc6b
2022-10-21T05:02:18.316Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9703488b-66f2-47aa-a8f7-a6e3b690bc6b 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-21T05:02:29.654Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95215ab6-abf1-4230-a2e4-03a6b97b4f98
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-21T05:02:29.672Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95215ab6-abf1-4230-a2e4-03a6b97b4f98
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-21T05:02:29.681Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T05:02:29.681Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-21T05:02:29.682Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-21T05:02:29.682Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-21T05:02:29.682Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T05:02:29.682Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-21T05:02:29.682Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?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-21T05:02:29.690Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-21T05:02:59.690Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 95215ab6-abf1-4230-a2e4-03a6b97b4f98 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-21T05:02:59.704Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95215ab6-abf1-4230-a2e4-03a6b97b4f98 and serviceModelVersionId: d64e93a0-911a-4965-9757-abee2c35a48b
2022-10-21T05:02:59.705Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 514cf10a-306b-4f6d-8b1f-dd687c401b00
2022-10-21T05:02:59.706Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0
2022-10-21T05:02:59.710Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-10-21T05:02:59.740Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47c7d719-a72c-4cc8-bb69-bc2ef62e488b/model-vers/model-ver/e7920c6d-abf6-47be-a7a2-a0cbcaaa542d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:02:59.741Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Invoke
2022-10-21T05:03:01.279Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:01.280Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Invoke
2022-10-21T05:03:02.816Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:02.818Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Invoke
2022-10-21T05:03:03.849Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-10-21T05:03:03.850Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:03.851Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-21T05:03:03.851Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:03.857Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:03.857Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95215ab6-abf1-4230-a2e4-03a6b97b4f98 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-21T05:03:03.857Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-21T05:03:03.858Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:03.859Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:03.859Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "95215ab6-abf1-4230-a2e4-03a6b97b4f98",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328583857,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-21T05:03:03.959Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:03.960Z||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-21T05:03:03.960Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:03.978Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:03.978Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-21T05:03:04.874Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||received message from topic
2022-10-21T05:03:04.874Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"9703488b-66f2-47aa-a8f7-a6e3b690bc6b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"44e0d9ad-c6a0-4701-9432-5b06a5e1046d","serviceDescription":"service","serviceInvariantUUID":"3a44e4c6-15cd-4a82-9c4b-949d310abd0e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc48370f-51a8-43b4-8099-29b60de165d3","resourceInvariantUUID":"77865e4b-13a7-4c8d-9208-a6deefa0dc0b","resourceCustomizationUUID":"8a0513bc-68a7-4441-86e5-13f11ef5e1e5","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":"ODA4NjQ5ZWYxZDJjYzFmNTNjZjQ2MDJlMzI2NjRhZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"431c2879-5793-43c0-84a1-0b7e4331105f","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":"a474fa4e-a23c-4336-9999-33e37b9e6f5b","artifactVersion":"2","generatedFromUUID":"1ba9f30f-c555-46f6-926e-83c9c2707749"},{"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":"1ba9f30f-c555-46f6-926e-83c9c2707749","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":"NzhjZjk5ZjA0NGM1M2ZjMWRkNjFjNjMyZDlmZTUxZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e0b1f90-90f2-4a88-a6ee-bb25b4b13c71","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":"ef695609-c811-441f-a546-9c3f18290b5d","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":"e443e172-d07b-44de-b63f-922631032d8a","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":"02dd9068-4863-4800-9788-33b7cc4f8f2d","artifactVersion":"2","generatedFromUUID":"ef695609-c811-441f-a546-9c3f18290b5d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTc4YzMzNTI1MjNlMmIzOGYwZjk2NzI0Mzk4NWY2NWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f386192-8373-44ba-a74d-230dc4be4190","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGFlNjFlNzBlOWExNTQ1MGY2ZTNlYjgzMTM0MWNkYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b03b01c7-4d46-4442-bfad-247ac91fdb79","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T05:03:04.874Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:03:04.875Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:04.876Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:04.876Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:03:04.977Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-21T05:03:04.978Z||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-21T05:03:04.978Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:04.993Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:04.994Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:05.877Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:03:05.878Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:05.879Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:05.879Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-21T05:03:05.979Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T05:03:05.980Z||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-21T05:03:05.981Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:05.993Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:05.993Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-21T05:03:06.881Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:03:06.881Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:06.883Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:06.883Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-21T05:03:06.983Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:06.984Z||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-21T05:03:06.985Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:06.999Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:06.999Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:07.883Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:03:07.885Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:07.887Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:07.887Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T05:03:07.987Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:07.988Z||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-21T05:03:07.989Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:08.003Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:08.003Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:08.888Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:03:08.888Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:08.890Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:08.890Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-21T05:03:08.990Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:08.991Z||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-21T05:03:08.991Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:09.004Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:09.004Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:09.891Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:03:09.891Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:09.893Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:09.893Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:03:09.994Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:09.994Z||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-21T05:03:09.994Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:10.008Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:10.009Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-21T05:03:10.894Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:03:10.895Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:10.897Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:10.897Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-21T05:03:10.997Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:10.998Z||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-21T05:03:10.998Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:11.016Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:11.016Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:11.898Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:03:11.899Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:11.901Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:11.901Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:03:12.002Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-21T05:03:12.002Z||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-21T05:03:12.002Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:12.017Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:12.017Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:12.902Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:03:12.902Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:12.904Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:12.904Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:03:13.005Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-21T05:03:13.006Z||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-21T05:03:13.006Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:13.020Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:13.022Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:13.906Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "44e0d9ad-c6a0-4701-9432-5b06a5e1046d",
"serviceDescription": "service",
"serviceInvariantUUID": "3a44e4c6-15cd-4a82-9c4b-949d310abd0e",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "8a0513bc-68a7-4441-86e5-13f11ef5e1e5",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cc48370f-51a8-43b4-8099-29b60de165d3",
"resourceInvariantUUID": "77865e4b-13a7-4c8d-9208-a6deefa0dc0b",
"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": "a474fa4e-a23c-4336-9999-33e37b9e6f5b",
"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": "1ba9f30f-c555-46f6-926e-83c9c2707749",
"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": "NzhjZjk5ZjA0NGM1M2ZjMWRkNjFjNjMyZDlmZTUxZmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e0b1f90-90f2-4a88-a6ee-bb25b4b13c71",
"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": "ef695609-c811-441f-a546-9c3f18290b5d",
"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": "02dd9068-4863-4800-9788-33b7cc4f8f2d",
"generatedFromUUID": "ef695609-c811-441f-a546-9c3f18290b5d"
},
"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": "02dd9068-4863-4800-9788-33b7cc4f8f2d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "OGFlNjFlNzBlOWExNTQ1MGY2ZTNlYjgzMTM0MWNkYmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b03b01c7-4d46-4442-bfad-247ac91fdb79"
}
],
"workloadContext": "Production"
}
2022-10-21T05:03:13.906Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T05:03:13.907Z|95215ab6-abf1-4230-a2e4-03a6b97b4f98|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 44e0d9ad-c6a0-4701-9432-5b06a5e1046d ASDC
2022-10-21T05:03:13.907Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:9703488b-66f2-47aa-a8f7-a6e3b690bc6b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:44e0d9ad-c6a0-4701-9432-5b06a5e1046d
ServiceInvariantUUID:3a44e4c6-15cd-4a82-9c4b-949d310abd0e
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:b03b01c7-4d46-4442-bfad-247ac91fdb79
ArtifactChecksum:OGFlNjFlNzBlOWExNTQ1MGY2ZTNlYjgzMTM0MWNkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:8a0513bc-68a7-4441-86e5-13f11ef5e1e5
ResourceInvariantUUID:77865e4b-13a7-4c8d-9208-a6deefa0dc0b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:cc48370f-51a8-43b4-8099-29b60de165d3
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:a474fa4e-a23c-4336-9999-33e37b9e6f5b
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:1ba9f30f-c555-46f6-926e-83c9c2707749
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:1e0b1f90-90f2-4a88-a6ee-bb25b4b13c71
ArtifactChecksum:NzhjZjk5ZjA0NGM1M2ZjMWRkNjFjNjMyZDlmZTUxZmM=
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:ef695609-c811-441f-a546-9c3f18290b5d
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:02dd9068-4863-4800-9788-33b7cc4f8f2d
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:02dd9068-4863-4800-9788-33b7cc4f8f2d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-21T05:03:13.907Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44e0d9ad-c6a0-4701-9432-5b06a5e1046d 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-21T05:03:13.938Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T05:03:13.939Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||MSO config path is: /app
2022-10-21T05:03:13.940Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||MSO config path is: /app
2022-10-21T05:03:13.940Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Trying to download the artifact UUID: b03b01c7-4d46-4442-bfad-247ac91fdb79 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-21T05:03:13.940Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - download
2022-10-21T05:03:13.940Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:14.032Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||GET Response Status 200
2022-10-21T05:03:14.034Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b03b01c7-4d46-4442-bfad-247ac91fdb79 68954
2022-10-21T05:03:14.035Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:14.035Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:14.035Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T05:03:14.035Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:14.037Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:14.037Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328594035,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:03:14.137Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:14.138Z||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-21T05:03:14.138Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:14.152Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:14.153Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:15.038Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T05:03:15.039Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||MSO config path is: /app
2022-10-21T05:03:15.039Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Trying to write artifact UUID: b03b01c7-4d46-4442-bfad-247ac91fdb79, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-21T05:03:15.039Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-21T05:03:15.040Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-21T05:03:15.040Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-21T05:03:15.113Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP728892257480569794/Definitions/service-BasicCnf-template.yml
2022-10-21T05:03:16.084Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-10-21T05:03:16.085Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|WARN|500||####################################################################################################
2022-10-21T05:03:16.085Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-21T05:03:16.085Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-21T05:03:16.085Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:16.085Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:16.085Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:16.085Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:16.085Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|WARN|500||####################################################################################################
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Search for entities recursively
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Search for entities recursively
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-21T05:03:16.086Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T05:03:16.087Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7624e81a-eb7b-49bc-8d35-f2c0a310885a
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:16.088Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:16.089Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:44e0d9ad-c6a0-4701-9432-5b06a5e1046d
Model Version:NULL
Model InvariantUuid:3a44e4c6-15cd-4a82-9c4b-949d310abd0e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:6fe41458-ad4c-464b-a6c8-9b21276c84bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77865e4b-13a7-4c8d-9208-a6deefa0dc0b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8a0513bc-68a7-4441-86e5-13f11ef5e1e5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7ad5cb17-1d0c-40db-b577-b279ec7adde8
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3b25c26f-219f-4ff2-9243-b90a057f7221
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7624e81a-eb7b-49bc-8d35-f2c0a310885a
ModelInvariantUuid:01d8cd9f-5720-46fe-86de-047af35912e2
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:59858af7-b556-45ed-95cf-f8de5be5a885
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:3e18c3e3-aa61-4b3a-b132-53d429596cd1
ModelInvariantUuid:862c8ea1-e159-4f20-aff8-324142442ed9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:05cdf17e-755a-420e-b452-c8bf6951ef70
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-21T05:03:16.096Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: cc48370f-51a8-43b4-8099-29b60de165d3
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-21T05:03:16.099Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||basic_cnf 0
2022-10-21T05:03:16.099Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: cc48370f-51a8-43b4-8099-29b60de165d3
2022-10-21T05:03:16.099Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Trying to download the artifact UUID: a474fa4e-a23c-4336-9999-33e37b9e6f5b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-21T05:03:16.099Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - download
2022-10-21T05:03:16.099Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:16.152Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||GET Response Status 200
2022-10-21T05:03:16.152Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a474fa4e-a23c-4336-9999-33e37b9e6f5b 12
2022-10-21T05:03:16.152Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:16.152Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:16.153Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T05:03:16.153Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:16.155Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:16.155Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328596152,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:03:16.254Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T05:03:16.255Z||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-21T05:03:16.256Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:16.269Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:16.270Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:17.156Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Trying to download the artifact UUID: 1ba9f30f-c555-46f6-926e-83c9c2707749 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-21T05:03:17.156Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - download
2022-10-21T05:03:17.157Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:17.231Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||GET Response Status 200
2022-10-21T05:03:17.232Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1ba9f30f-c555-46f6-926e-83c9c2707749 2688
2022-10-21T05:03:17.232Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:17.232Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:17.232Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T05:03:17.232Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:17.234Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:17.234Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328597232,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:03:17.334Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:17.336Z||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-21T05:03:17.336Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:17.349Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:17.350Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:18.064Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T05:03:18.065Z||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-21T05:03:18.065Z||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 W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:18.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:18.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T05:03:18.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "cds",
"timestamp": 1666328471380,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:03:18.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-21T05:03:18.236Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Trying to download the artifact UUID: 1e0b1f90-90f2-4a88-a6ee-bb25b4b13c71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-21T05:03:18.236Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - download
2022-10-21T05:03:18.237Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:18.285Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||GET Response Status 200
2022-10-21T05:03:18.285Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1e0b1f90-90f2-4a88-a6ee-bb25b4b13c71 828
2022-10-21T05:03:18.285Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:18.286Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:18.286Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T05:03:18.286Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:18.288Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:18.288Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328598285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:03:18.388Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:18.389Z||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-21T05:03:18.389Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:18.403Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:18.404Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:19.289Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "7ad5cb17-1d0c-40db-b577-b279ec7adde8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3b25c26f-219f-4ff2-9243-b90a057f7221",
"vfModuleModelCustomizationUUID": "513e3d34-8d85-484e-85e7-561e6eec867f",
"isBase": true,
"artifacts": [
"ef695609-c811-441f-a546-9c3f18290b5d",
"1ba9f30f-c555-46f6-926e-83c9c2707749",
"02dd9068-4863-4800-9788-33b7cc4f8f2d"
],
"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-21T05:03:19.293Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b25c26f-219f-4ff2-9243-b90a057f7221
VfModuleModelInvariantUUID:7ad5cb17-1d0c-40db-b577-b279ec7adde8
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef695609-c811-441f-a546-9c3f18290b5d
,
1ba9f30f-c555-46f6-926e-83c9c2707749
,
02dd9068-4863-4800-9788-33b7cc4f8f2d
}
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-21T05:03:19.294Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "7ad5cb17-1d0c-40db-b577-b279ec7adde8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3b25c26f-219f-4ff2-9243-b90a057f7221",
"vfModuleModelCustomizationUUID": "513e3d34-8d85-484e-85e7-561e6eec867f",
"isBase": true,
"artifacts": [
"ef695609-c811-441f-a546-9c3f18290b5d",
"1ba9f30f-c555-46f6-926e-83c9c2707749",
"02dd9068-4863-4800-9788-33b7cc4f8f2d"
],
"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-21T05:03:19.294Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b25c26f-219f-4ff2-9243-b90a057f7221
VfModuleModelInvariantUUID:7ad5cb17-1d0c-40db-b577-b279ec7adde8
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef695609-c811-441f-a546-9c3f18290b5d
,
1ba9f30f-c555-46f6-926e-83c9c2707749
,
02dd9068-4863-4800-9788-33b7cc4f8f2d
}
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-21T05:03:19.295Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Trying to download the artifact UUID: ef695609-c811-441f-a546-9c3f18290b5d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-21T05:03:19.295Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - download
2022-10-21T05:03:19.295Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:19.339Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||GET Response Status 200
2022-10-21T05:03:19.340Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ef695609-c811-441f-a546-9c3f18290b5d 1164
2022-10-21T05:03:19.340Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:19.340Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:19.340Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T05:03:19.340Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:19.342Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:19.342Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328599340,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:03:19.442Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:19.443Z||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-21T05:03:19.443Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:19.459Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:19.459Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:20.342Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||Trying to download the artifact UUID: 02dd9068-4863-4800-9788-33b7cc4f8f2d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-21T05:03:20.343Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - download
2022-10-21T05:03:20.343Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:20.396Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||GET Response Status 200
2022-10-21T05:03:20.397Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 02dd9068-4863-4800-9788-33b7cc4f8f2d 200
2022-10-21T05:03:20.397Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:20.397Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:20.397Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T05:03:20.397Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:20.398Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:20.398Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328600397,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:03:20.499Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-21T05:03:20.499Z||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-21T05:03:20.499Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:20.513Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:20.513Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:21.400Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Preparing to deploy Service: 44e0d9ad-c6a0-4701-9432-5b06a5e1046d
2022-10-21T05:03:21.400Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 cc48370f-51a8-43b4-8099-29b60de165d3 ASDC
2022-10-21T05:03:21.407Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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 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-21T05:03:21.422Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e1626ca, org.onap.sdc.toscaparser.api.parameters.Input@27c808e1, org.onap.sdc.toscaparser.api.parameters.Input@2f1e71b2, org.onap.sdc.toscaparser.api.parameters.Input@37f16157, org.onap.sdc.toscaparser.api.parameters.Input@583e3115]
2022-10-21T05:03:21.423Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.424Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:21.424Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||VF Category is: Generic
2022-10-21T05:03:21.424Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||VFCustomizationUUID= 8a0513bc-68a7-4441-86e5-13f11ef5e1e5
2022-10-21T05:03:21.424Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a0513bc-68a7-4441-86e5-13f11ef5e1e5 matches Tosca VF Customization UUID: 8a0513bc-68a7-4441-86e5-13f11ef5e1e5
2022-10-21T05:03:21.424Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||vfCustomizationUUID: 8a0513bc-68a7-4441-86e5-13f11ef5e1e5 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-21T05:03:21.427Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.428Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:21.429Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||resource request for resource customization id 8a0513bc-68a7-4441-86e5-13f11ef5e1e5: {\"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-21T05:03:21.429Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fdefeb7
2022-10-21T05:03:21.429Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.429Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:21.429Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 513e3d34-8d85-484e-85e7-561e6eec867f
2022-10-21T05:03:21.429Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 513e3d34-8d85-484e-85e7-561e6eec867f
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-21T05:03:21.432Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.433Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-21T05:03:21.433Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T05:03:21.433Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.434Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-21T05:03:21.434Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T05:03:21.434Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.434Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-21T05:03:21.434Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-21T05:03:21.434Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7624e81a-eb7b-49bc-8d35-f2c0a310885a
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-21T05:03:21.438Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.438Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-21T05:03:21.438Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T05:03:21.439Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.439Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-21T05:03:21.439Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8a0513bc-68a7-4441-86e5-13f11ef5e1e5
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-21T05:03:21.442Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.442Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:21.443Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500|| resourceSeq for service uuid 44e0d9ad-c6a0-4701-9432-5b06a5e1046d: basic_cnf
2022-10-21T05:03:21.443Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.443Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:21.444Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.444Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:21.445Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.445Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:21.445Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.445Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:21.445Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:03:21.445Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:03:21.446Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:21.540Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf cc48370f-51a8-43b4-8099-29b60de165d3 1 ASDC deployResourceStructure
2022-10-21T05:03:21.541Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:21.541Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:21.542Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-21T05:03:21.542Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:21.544Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:21.544Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328601541,
"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-21T05:03:21.644Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:21.645Z||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-21T05:03:21.647Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:21.661Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:21.662Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:22.546Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:22.546Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:22.546Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-21T05:03:22.546Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:22.548Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:22.548Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328602545,
"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-21T05:03:22.649Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T05:03:22.649Z||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-21T05:03:22.649Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:22.662Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:22.663Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:23.549Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:23.550Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:23.550Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T05:03:23.550Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:23.551Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:23.552Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328603549,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T05:03:23.652Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:23.653Z||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-21T05:03:23.653Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:23.666Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:23.666Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:24.553Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:24.553Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:24.553Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T05:03:24.553Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:24.555Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:24.555Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328604553,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-10-21T05:03:24.655Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:24.656Z||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-21T05:03:24.656Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:24.670Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:24.670Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:25.556Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:25.557Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:25.557Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T05:03:25.557Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:25.559Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:25.560Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328605556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-10-21T05:03:25.660Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T05:03:25.661Z||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-21T05:03:25.661Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:25.674Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:25.674Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:26.561Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:26.562Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:26.562Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T05:03:26.562Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:03:26.565Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:03:26.565Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328606561,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T05:03:26.665Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:03:26.666Z||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-21T05:03:26.666Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:03:26.680Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:03:26.680Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:03:27.566Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9703488b-66f2-47aa-a8f7-a6e3b690bc6b
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-21T05:03:27.579Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9703488b-66f2-47aa-a8f7-a6e3b690bc6b
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-21T05:03:27.584Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T05:03:27.584Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-21T05:03:27.584Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-21T05:03:27.584Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-21T05:03:27.584Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-21T05:03:27.584Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?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-21T05:03:27.590Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-21T05:03:57.591Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 9703488b-66f2-47aa-a8f7-a6e3b690bc6b 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-21T05:03:57.598Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9703488b-66f2-47aa-a8f7-a6e3b690bc6b and serviceModelVersionId: 44e0d9ad-c6a0-4701-9432-5b06a5e1046d
2022-10-21T05:03:57.598Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a44e4c6-15cd-4a82-9c4b-949d310abd0e
2022-10-21T05:03:57.599Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0
2022-10-21T05:03:57.603Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514cf10a-306b-4f6d-8b1f-dd687c401b00/model-vers/model-ver/d64e93a0-911a-4965-9757-abee2c35a48b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-10-21T05:03:57.632Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||Invoke
2022-10-21T05:03:57.633Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9703488b-66f2-47aa-a8f7-a6e3b690bc6b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc75a5a5-d95e-47bd-b741-bd8fdd47cebc], X-ECOMP-RequestID=[9703488b-66f2-47aa-a8f7-a6e3b690bc6b], X-TransactionId=[], X-ONAP-RequestID=[9703488b-66f2-47aa-a8f7-a6e3b690bc6b], Content-Type=[application/merge-patch+json]}
2022-10-21T05:03:59.167Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||Invoke
2022-10-21T05:03:59.168Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9703488b-66f2-47aa-a8f7-a6e3b690bc6b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21bee12e-6ffc-4142-be6a-774ce97e6f25], X-ECOMP-RequestID=[9703488b-66f2-47aa-a8f7-a6e3b690bc6b], X-TransactionId=[], X-ONAP-RequestID=[9703488b-66f2-47aa-a8f7-a6e3b690bc6b], Content-Type=[application/merge-patch+json]}
2022-10-21T05:04:00.703Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||Invoke
2022-10-21T05:04:00.703Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9703488b-66f2-47aa-a8f7-a6e3b690bc6b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8dc27eae-6c5f-45bc-b0ff-637e9ba5cd18], X-ECOMP-RequestID=[9703488b-66f2-47aa-a8f7-a6e3b690bc6b], X-TransactionId=[], X-ONAP-RequestID=[9703488b-66f2-47aa-a8f7-a6e3b690bc6b], Content-Type=[application/merge-patch+json]}
2022-10-21T05:04:01.741Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-10-21T05:04:01.742Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:01.742Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-10-21T05:04:01.742Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:01.748Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:01.749Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9703488b-66f2-47aa-a8f7-a6e3b690bc6b 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-21T05:04:01.749Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-21T05:04:01.749Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:04:01.752Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:04:01.752Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||try to send status {
"distributionID": "9703488b-66f2-47aa-a8f7-a6e3b690bc6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328641749,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-10-21T05:04:01.852Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:04:01.853Z||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-21T05:04:01.853Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:04:01.869Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:04:01.870Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-21T05:04:02.766Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||received message from topic
2022-10-21T05:04:02.767Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"37d2d79f-04ee-4802-903b-496508b2e33f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1d3809e8-f561-413b-b3a5-410563a36a71","serviceDescription":"service","serviceInvariantUUID":"784eef09-9cde-45bd-9da9-0bb02b9353f1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05d7a21b-0a4c-48ad-b54f-89171e797efb","resourceInvariantUUID":"d01361ae-4c54-4965-bc9a-9adffd52b2d1","resourceCustomizationUUID":"dc4c028c-a6dc-4b02-a08c-e6fba12d78fa","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":"M2FmMTMyOWE5ZDVhNzhmMTVhNDAzZjJlM2IwYWY5YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c82073c9-8c7e-4a53-b85c-25f9ff030a6a","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":"NWNjYzJhN2I0NDMxODU5OTNkYjMyNDcyZjBlOTJjNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"533763c0-a151-4f86-b8cc-36a7bfd31a02","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":"90954911-8564-4a7f-b975-63940ccefa07","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":"7e3f0813-1aea-4d0d-a88d-e854a3561f10","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":"ebd7b1b0-4481-4c67-aab1-5071a85d01e9","artifactVersion":"2","generatedFromUUID":"90954911-8564-4a7f-b975-63940ccefa07"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGVlODRhZDhhZGQwNWU1MTdiMWMwNTVlYWY0MzE3YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc9b27e9-3601-45e8-8241-5190fa99e1c9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTRjNzFmOGQ0MzM3OTllMGQ2YWRlMmMyZGJhNTViOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"129dfa6d-60d8-4e72-b3f8-1cc06e6ceafe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T05:04:02.767Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:04:02.768Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:04:02.769Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:04:02.769Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||try to send status {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:04:02.870Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T05:04:02.870Z||pool-57-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-21T05:04:02.871Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:04:02.884Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:04:02.885Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:04:03.770Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:04:03.770Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:04:03.772Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:04:03.772Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||try to send status {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T05:04:03.873Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-21T05:04:03.873Z||pool-58-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-21T05:04:03.874Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:04:03.888Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:04:03.889Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:04:04.773Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:04:04.774Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:04:04.776Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:04:04.776Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||try to send status {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-21T05:04:04.876Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:04:04.877Z||pool-59-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-21T05:04:04.877Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:04:04.892Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:04:04.893Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:04:05.776Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:04:05.777Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:04:05.779Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:04:05.779Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||try to send status {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:04:05.879Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:04:05.880Z||pool-60-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-21T05:04:05.880Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:04:05.896Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:04:05.897Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:04:06.779Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:04:06.780Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:04:06.782Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:04:06.782Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||try to send status {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-21T05:04:06.882Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:04:06.883Z||pool-61-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-21T05:04:06.883Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:04:06.899Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:04:06.900Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:04:07.786Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:04:07.787Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:04:07.792Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:04:07.792Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||try to send status {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T05:04:07.889Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-21T05:04:07.891Z||pool-62-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-21T05:04:07.891Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:04:07.909Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:04:07.910Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:04:08.793Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T05:04:08.793Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:04:08.795Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:04:08.795Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||try to send status {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328478059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T05:04:08.895Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T05:04:08.896Z||pool-63-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-21T05:04:08.896Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:04:08.910Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:04:08.911Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T05:04:09.797Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "1d3809e8-f561-413b-b3a5-410563a36a71",
"serviceDescription": "service",
"serviceInvariantUUID": "784eef09-9cde-45bd-9da9-0bb02b9353f1",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "dc4c028c-a6dc-4b02-a08c-e6fba12d78fa",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "05d7a21b-0a4c-48ad-b54f-89171e797efb",
"resourceInvariantUUID": "d01361ae-4c54-4965-bc9a-9adffd52b2d1",
"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": "NWNjYzJhN2I0NDMxODU5OTNkYjMyNDcyZjBlOTJjNDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "533763c0-a151-4f86-b8cc-36a7bfd31a02",
"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": "90954911-8564-4a7f-b975-63940ccefa07",
"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": "ebd7b1b0-4481-4c67-aab1-5071a85d01e9",
"generatedFromUUID": "90954911-8564-4a7f-b975-63940ccefa07"
},
"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": "ebd7b1b0-4481-4c67-aab1-5071a85d01e9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZTRjNzFmOGQ0MzM3OTllMGQ2YWRlMmMyZGJhNTViOWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "129dfa6d-60d8-4e72-b3f8-1cc06e6ceafe"
}
],
"workloadContext": "Production"
}
2022-10-21T05:04:09.797Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T05:04:09.797Z|9703488b-66f2-47aa-a8f7-a6e3b690bc6b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d3809e8-f561-413b-b3a5-410563a36a71 ASDC
2022-10-21T05:04:09.797Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:37d2d79f-04ee-4802-903b-496508b2e33f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1d3809e8-f561-413b-b3a5-410563a36a71
ServiceInvariantUUID:784eef09-9cde-45bd-9da9-0bb02b9353f1
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:129dfa6d-60d8-4e72-b3f8-1cc06e6ceafe
ArtifactChecksum:ZTRjNzFmOGQ0MzM3OTllMGQ2YWRlMmMyZGJhNTViOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:dc4c028c-a6dc-4b02-a08c-e6fba12d78fa
ResourceInvariantUUID:d01361ae-4c54-4965-bc9a-9adffd52b2d1
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:05d7a21b-0a4c-48ad-b54f-89171e797efb
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:533763c0-a151-4f86-b8cc-36a7bfd31a02
ArtifactChecksum:NWNjYzJhN2I0NDMxODU5OTNkYjMyNDcyZjBlOTJjNDI=
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:90954911-8564-4a7f-b975-63940ccefa07
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:ebd7b1b0-4481-4c67-aab1-5071a85d01e9
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:ebd7b1b0-4481-4c67-aab1-5071a85d01e9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-21T05:04:09.798Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d3809e8-f561-413b-b3a5-410563a36a71 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-21T05:04:09.831Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T05:04:09.832Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||MSO config path is: /app
2022-10-21T05:04:09.832Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||MSO config path is: /app
2022-10-21T05:04:09.832Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||Trying to download the artifact UUID: 129dfa6d-60d8-4e72-b3f8-1cc06e6ceafe from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-21T05:04:09.832Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - download
2022-10-21T05:04:09.832Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:09.908Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||GET Response Status 200
2022-10-21T05:04:09.912Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 129dfa6d-60d8-4e72-b3f8-1cc06e6ceafe 71045
2022-10-21T05:04:09.912Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:09.912Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:09.913Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T05:04:09.913Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||DistributionClient - sendStatus
2022-10-21T05:04:09.915Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T05:04:09.915Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||try to send status {
"distributionID": "37d2d79f-04ee-4802-903b-496508b2e33f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666328649912,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T05:04:10.015Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T05:04:10.016Z||pool-64-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-21T05:04:10.016Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as W2z4oVbesXJOSnJX) ...
2022-10-21T05:04:10.029Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T05:04:10.030Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-21T05:04:10.915Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T05:04:10.917Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||MSO config path is: /app
2022-10-21T05:04:10.917Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||Trying to write artifact UUID: 129dfa6d-60d8-4e72-b3f8-1cc06e6ceafe, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T05:04:10.917Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-21T05:04:10.918Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T05:04:10.918Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T05:04:11.000Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1956235452000747704/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-21T05:04:11.962Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-10-21T05:04:11.962Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|WARN|500||####################################################################################################
2022-10-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?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-21T05:04:11.963Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|WARN|500||####################################################################################################
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Search for entities recursively
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Search for entities recursively
2022-10-21T05:04:11.964Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T05:04:11.965Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T05:04:11.965Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T05:04:11.965Z|37d2d79f-04ee-4802-903b-496508b2e33f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a44e4c6-15cd-4a82-9c4b-949d310abd0e/model-vers/model-ver/44e0d9ad-c6a0-4701-9432-5b06a5e1046d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive