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)
2023-01-10T03:37:00.413Z||main|||||INFO|500||The following profiles are active: basic
2023-01-10T03:37:21.639Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-10T03:37:21.639Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-10T03:37:21.891Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-10T03:37:30.729Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-10T03:37:31.528Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-10T03:37:32.455Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-10T03:37:32.489Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-10T03:37:32.737Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-10T03:37:33.286Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-10T03:37:34.779Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-10T03:37:38.713Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-10T03:37:43.166Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-10T03:37:43.293Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-10T03:37:44.486Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-10T03:37:44.963Z||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.
2023-01-10T03:37:47.890Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-10T03:37:50.113Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-10T03:37:50.147Z||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$$af915e9a.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)
2023-01-10T03:37:50.149Z||main|||||WARN|500||The sdc end point is not alive
2023-01-10T03:37:56.623Z||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
2023-01-10T03:38:02.427Z||main|||||WARN|500||---
2023-01-10T03:38:02.428Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-10T03:38:02.428Z||main|||||WARN|500||---
2023-01-10T03:38:03.314Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-10T03:38:12.015Z||main|||||INFO|500||Started Application in 78.883 seconds (JVM running for 86.246)
2023-01-10T03:38:12.066Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-10T03:38:12.069Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-10T03:38:12.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-10T03:38:12.132Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-10T03:38:12.231Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e52e950-05e3-450c-94c9-de763bc77f48 url= /sdc/v1/artifactTypes
2023-01-10T03:38:12.232Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-10T03:38:12.740Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-10T03:38:12.908Z||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
2023-01-10T03:38:12.947Z||scheduling-1|||||DEBUG|500||create keys
2023-01-10T03:38:12.961Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-10T03:38:13.198Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:38:13.237Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ea1bd450-642c-4217-ad36-bb0f9383a9eb url= /sdc/v1/registerForDistribution
2023-01-10T03:38:13.698Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ea1bd450-642c-4217-ad36-bb0f9383a9eb url= /sdc/v1/registerForDistribution
2023-01-10T03:38:13.699Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-10T03:38:13.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:38:13.749Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:38:13.779Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-10T03:38:13.857Z||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.
2023-01-10T03:38:13.863Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:38:13.861Z||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.
2023-01-10T03:38:13.873Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:38:24.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:38:24.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:39:13.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:39:13.719Z||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.
2023-01-10T03:39:13.719Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:39:13.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:39:13.744Z||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.
2023-01-10T03:39:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:39:23.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:39:23.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:40:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:40:13.716Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T03:40:13.716Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:40:13.748Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:40:13.750Z||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.
2023-01-10T03:40:13.750Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:40:23.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:40:23.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:41:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:41:13.713Z||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.
2023-01-10T03:41:13.714Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:41:13.744Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:41:13.746Z||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.
2023-01-10T03:41:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:41:23.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:41:23.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:42:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:42:13.713Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T03:42:13.714Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:42:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:42:13.744Z||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.
2023-01-10T03:42:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:42:23.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:42:23.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:43:13.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:43:13.724Z||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.
2023-01-10T03:43:13.724Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:43:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:43:13.745Z||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.
2023-01-10T03:43:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:43:23.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:43:23.286Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:44:13.713Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:44:13.720Z||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.
2023-01-10T03:44:13.721Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:44:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:44:13.744Z||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.
2023-01-10T03:44:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:44:23.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:44:23.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:45:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:45:13.714Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T03:45:13.715Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:45:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:45:13.748Z||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.
2023-01-10T03:45:13.748Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:45:23.285Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:45:23.310Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:46:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:46:13.713Z||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.
2023-01-10T03:46:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:46:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:46:13.744Z||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.
2023-01-10T03:46:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:46:23.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:46:23.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:47:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:47:13.714Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T03:47:13.715Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:47:13.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:47:13.746Z||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.
2023-01-10T03:47:13.747Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:47:23.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:47:23.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:47:33.842Z||http-nio-8085-exec-3|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-10T03:48:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:48:13.713Z||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.
2023-01-10T03:48:13.714Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:48:13.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:48:13.746Z||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.
2023-01-10T03:48:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:48:23.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:48:23.312Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:49:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:49:13.712Z||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.
2023-01-10T03:49:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:49:13.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:49:13.746Z||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.
2023-01-10T03:49:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:49:23.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:49:23.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:50:13.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:50:13.722Z||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.
2023-01-10T03:50:13.722Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:50:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:50:13.744Z||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.
2023-01-10T03:50:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:50:23.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:50:23.284Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:51:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:51:13.712Z||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.
2023-01-10T03:51:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:51:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:51:13.744Z||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.
2023-01-10T03:51:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:51:23.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:51:23.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:52:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:52:13.717Z||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.
2023-01-10T03:52:13.718Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:52:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:52:13.744Z||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.
2023-01-10T03:52:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:52:23.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:52:23.289Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:53:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:53:13.713Z||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.
2023-01-10T03:53:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:53:13.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:53:13.746Z||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.
2023-01-10T03:53:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:53:23.268Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:53:23.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:54:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:54:13.712Z||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.
2023-01-10T03:54:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:54:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:54:13.744Z||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.
2023-01-10T03:54:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:54:23.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:54:23.309Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:55:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:55:13.712Z||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.
2023-01-10T03:55:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:55:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:55:13.744Z||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.
2023-01-10T03:55:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:55:23.285Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:55:23.306Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:56:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:56:13.713Z||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.
2023-01-10T03:56:13.714Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:56:13.748Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:56:13.749Z||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.
2023-01-10T03:56:13.750Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:56:23.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:56:23.291Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:57:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:57:13.712Z||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.
2023-01-10T03:57:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:57:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:57:13.743Z||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.
2023-01-10T03:57:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:57:23.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:57:23.288Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:58:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:58:13.713Z||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.
2023-01-10T03:58:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:58:13.748Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:58:13.750Z||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.
2023-01-10T03:58:13.750Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:58:23.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:58:23.288Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:59:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:59:13.712Z||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.
2023-01-10T03:59:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:59:13.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T03:59:13.746Z||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.
2023-01-10T03:59:13.747Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T03:59:23.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T03:59:23.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:00:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:00:13.714Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:00:13.715Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:00:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:00:13.745Z||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.
2023-01-10T04:00:13.748Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:00:23.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:00:23.296Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:01:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:01:13.712Z||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.
2023-01-10T04:01:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:01:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:01:13.744Z||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.
2023-01-10T04:01:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:01:23.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:01:23.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:02:13.721Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:02:13.722Z||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.
2023-01-10T04:02:13.722Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:02:13.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:02:13.746Z||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.
2023-01-10T04:02:13.747Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:02:23.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:02:23.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:03:13.711Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:03:13.712Z||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.
2023-01-10T04:03:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:03:13.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:03:13.745Z||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.
2023-01-10T04:03:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:03:23.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:03:23.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:04:13.712Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:04:13.714Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:04:13.714Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:04:13.745Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:04:13.747Z||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.
2023-01-10T04:04:13.748Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:04:23.311Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:04:23.313Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:05:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:05:13.714Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:05:13.714Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:05:13.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:05:13.747Z||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.
2023-01-10T04:05:13.748Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:05:23.279Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:05:23.287Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:06:13.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:06:13.712Z||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.
2023-01-10T04:06:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:06:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:06:13.744Z||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.
2023-01-10T04:06:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:06:23.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:06:23.286Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:07:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:07:13.713Z||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.
2023-01-10T04:07:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:07:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:07:13.743Z||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.
2023-01-10T04:07:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:07:23.281Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:07:23.293Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:08:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:08:13.715Z||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.
2023-01-10T04:08:13.715Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:08:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:08:13.744Z||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.
2023-01-10T04:08:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:08:23.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:08:23.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:09:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:09:13.720Z||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.
2023-01-10T04:09:13.721Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:09:13.752Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:09:13.753Z||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.
2023-01-10T04:09:13.754Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:09:23.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:09:23.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:10:13.719Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:10:13.721Z||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.
2023-01-10T04:10:13.721Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:10:13.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:10:13.744Z||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.
2023-01-10T04:10:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:10:23.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:10:23.301Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:11:13.712Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:11:13.714Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:11:13.714Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:11:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:11:13.744Z||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.
2023-01-10T04:11:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:11:23.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:11:23.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:12:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:12:13.712Z||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.
2023-01-10T04:12:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:12:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:12:13.743Z||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.
2023-01-10T04:12:13.743Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:12:23.261Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:12:23.286Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:13:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:13:13.712Z||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.
2023-01-10T04:13:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:13:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:13:13.744Z||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.
2023-01-10T04:13:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:13:23.261Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:13:23.283Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:14:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:14:13.712Z||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.
2023-01-10T04:14:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:14:13.743Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:14:13.744Z||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.
2023-01-10T04:14:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:14:23.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:14:23.309Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:15:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:15:13.713Z||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.
2023-01-10T04:15:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:15:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:15:13.744Z||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.
2023-01-10T04:15:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:15:23.273Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:15:23.287Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:16:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:16:13.723Z||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.
2023-01-10T04:16:13.725Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:16:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:16:13.744Z||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.
2023-01-10T04:16:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:16:23.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:16:23.314Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:17:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:17:13.712Z||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.
2023-01-10T04:17:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:17:13.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:17:13.746Z||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.
2023-01-10T04:17:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:17:23.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:17:23.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:18:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:18:13.714Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:18:13.714Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:18:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:18:13.745Z||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.
2023-01-10T04:18:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:18:23.260Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:18:23.303Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:19:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:19:13.712Z||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.
2023-01-10T04:19:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:19:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:19:13.744Z||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.
2023-01-10T04:19:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:19:23.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:19:23.299Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:20:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:20:13.712Z||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.
2023-01-10T04:20:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:20:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:20:13.744Z||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.
2023-01-10T04:20:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:20:23.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:20:23.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:21:13.711Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:21:13.712Z||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.
2023-01-10T04:21:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:21:13.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:21:13.744Z||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.
2023-01-10T04:21:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:21:23.257Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:21:23.295Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:22:13.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:22:13.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:22:13.719Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:22:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:22:13.744Z||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.
2023-01-10T04:22:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:22:23.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:22:23.282Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:23:13.713Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:23:13.714Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:23:13.715Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:23:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:23:13.744Z||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.
2023-01-10T04:23:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:23:23.264Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:23:23.290Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:24:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:24:13.712Z||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.
2023-01-10T04:24:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:24:13.743Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:24:13.745Z||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.
2023-01-10T04:24:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:24:23.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:24:23.330Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:25:13.720Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:25:13.723Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:25:13.724Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:25:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:25:13.745Z||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.
2023-01-10T04:25:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:25:23.280Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:25:23.284Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:26:13.710Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:26:13.712Z||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.
2023-01-10T04:26:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:26:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:26:13.743Z||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.
2023-01-10T04:26:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:26:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:26:23.284Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:27:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:27:13.712Z||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.
2023-01-10T04:27:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:27:13.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:27:13.744Z||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.
2023-01-10T04:27:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:27:23.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:27:23.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:28:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:28:13.713Z||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.
2023-01-10T04:28:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:28:13.744Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:28:13.746Z||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.
2023-01-10T04:28:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:28:23.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:28:23.286Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:29:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:29:13.713Z||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.
2023-01-10T04:29:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:29:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:29:13.743Z||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.
2023-01-10T04:29:13.743Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:29:23.314Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:29:23.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:30:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:30:13.713Z||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.
2023-01-10T04:30:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:30:13.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:30:13.744Z||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.
2023-01-10T04:30:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:30:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:30:23.289Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:31:13.712Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:31:13.714Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:31:13.714Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:31:13.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:31:13.743Z||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.
2023-01-10T04:31:13.743Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:31:23.260Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:31:23.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:32:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:32:13.712Z||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.
2023-01-10T04:32:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:32:13.746Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:32:13.747Z||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.
2023-01-10T04:32:13.747Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:32:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:32:23.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:33:13.712Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:33:13.721Z||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.
2023-01-10T04:33:13.722Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:33:13.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:33:13.746Z||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.
2023-01-10T04:33:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:33:23.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:33:23.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:34:13.715Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:34:13.716Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:34:13.716Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:34:13.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:34:13.744Z||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.
2023-01-10T04:34:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:34:23.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:34:23.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:35:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:35:13.712Z||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.
2023-01-10T04:35:13.712Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:35:13.743Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:35:13.744Z||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.
2023-01-10T04:35:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:35:23.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:35:23.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:36:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:36:13.712Z||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.
2023-01-10T04:36:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:36:13.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:36:13.744Z||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.
2023-01-10T04:36:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:36:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:36:23.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:37:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:37:13.713Z||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.
2023-01-10T04:37:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:37:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:37:13.744Z||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.
2023-01-10T04:37:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:37:23.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:37:23.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:38:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:38:13.712Z||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.
2023-01-10T04:38:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:38:13.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:38:13.744Z||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.
2023-01-10T04:38:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:38:23.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:38:23.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:39:13.712Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:39:13.714Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:39:13.714Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:39:13.744Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:39:13.746Z||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.
2023-01-10T04:39:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:39:23.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:39:23.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:40:13.712Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:40:13.714Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:40:13.714Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:40:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:40:13.744Z||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.
2023-01-10T04:40:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:40:23.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:40:23.309Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:13.711Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:41:13.715Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-10T04:41:13.715Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:13.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:41:13.744Z||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.
2023-01-10T04:41:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:13.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:13.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325653678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325658449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325653678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325658449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325653678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325658449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325653678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325658449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325653678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325658449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "cds",
"timestamp": 1673325665738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325665480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325653678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325658449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "cds",
"timestamp": 1673325665738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325665480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "NOTIFIED"
}
2023-01-10T04:41:13.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325665915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325653678,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325658449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:41:13.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "cds",
"timestamp": 1673325665738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325665480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-10T04:41:13.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325665915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325668838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:41:13.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:41:13.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "cds",
"timestamp": 1673325665738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325665480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325665915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "cds",
"timestamp": 1673325665738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325665480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-10T04:41:13.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325665915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "cds",
"timestamp": 1673325665738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325665480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325665915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "cds",
"timestamp": 1673325665738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:41:13.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325665480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:41:13.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:13.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T04:41:13.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325665915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:13.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-10T04:41:14.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:14.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T04:41:14.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2b8e609-f9b7-410d-9004-7fe5b4b2eb70","serviceName":"vFW 2023-01-10 04-40-01","serviceVersion":"1.0","serviceUUID":"0a818d1d-3bd6-4af6-b069-1347379be2ee","serviceDescription":"catalog service description","serviceInvariantUUID":"e164ee36-7984-45d4-a42d-ce3c41de158e","resources":[{"resourceInstanceName":"vFW 2613b066-0202 0","resourceName":"vFW 2613b066-0202","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d98d36d1-14f8-4e41-a6e7-869d46630c11","resourceInvariantUUID":"4ee970b5-83ab-4703-af36-60db2c9ef6e4","resourceCustomizationUUID":"0acb5f86-ff8d-4365-8ce2-10e68ce4f043","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml","artifactChecksum":"ZGU5NjNlMzAwYmNlMmM2NTg3YmI5ZjQwNGUxM2VmZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7466ffb-7323-4b45-a6d6-c8085442ec38","artifactVersion":"1"},{"artifactName":"vfw2613b06602020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json","artifactChecksum":"ZjkzYmU2YTcxMGI4MjBjYjhlNmFhMmY5NWQ2MGYxNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05147963-0aa2-46ba-a30b-6495a23c017b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0fc469a8-2c82-4f09-a085-f953af3c3a27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml","artifactChecksum":"ZWU0MmU5NTVhODk1NzE3MDliMTdkZDFiMWZlN2M1OWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3230ea4-4ea1-4527-9880-eb923e9365f5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad781551-c042-4933-987f-8daab74737eb","artifactVersion":"2","generatedFromUUID":"0fc469a8-2c82-4f09-a085-f953af3c3a27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230110044001-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml","artifactChecksum":"N2M2OGFkY2Q2ZDdjN2M5ZTRmMGJjNDFlOTFkN2YzYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21273035-28f4-4932-b41f-3ab8a8f795e3","artifactVersion":"1"},{"artifactName":"service-Vfw20230110044001-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar","artifactChecksum":"Y2Y5YjgyMmNlOGY2M2M5NWVhMTA3NzJiZjk4OGQwN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eac9a85a-7208-4169-8341-ff637d345954","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T04:41:14.374Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:41:14.384Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:14.402Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:14.402Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:14.502Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2023-01-10T04:41:14.510Z||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.
2023-01-10T04:41:14.510Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:14.524Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:14.526Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:15.412Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:41:15.413Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:15.416Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:15.416Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "NOTIFIED"
}
2023-01-10T04:41:15.517Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-10T04:41:15.519Z||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.
2023-01-10T04:41:15.519Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:15.532Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:15.533Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:16.417Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:41:16.418Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:16.421Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:16.421Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-10T04:41:16.522Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:41:16.524Z||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.
2023-01-10T04:41:16.525Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:16.584Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:16.586Z||pool-5-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:17.422Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:41:17.423Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:17.430Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:17.431Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:17.530Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:41:17.531Z||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.
2023-01-10T04:41:17.531Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:17.557Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:17.558Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:18.434Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:41:18.435Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:18.447Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:18.447Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-10T04:41:18.548Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-10T04:41:18.550Z||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.
2023-01-10T04:41:18.551Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:18.616Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:18.617Z||pool-7-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:19.448Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:41:19.449Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:19.451Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:19.451Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:41:19.551Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:41:19.552Z||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.
2023-01-10T04:41:19.552Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:19.563Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:19.563Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:20.451Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:41:20.456Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:20.459Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:20.459Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:41:20.559Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:41:20.562Z||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.
2023-01-10T04:41:20.562Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:20.575Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:20.577Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:21.462Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"serviceName": "vFW 2023-01-10 04-40-01",
"serviceVersion": "1.0",
"serviceUUID": "0a818d1d-3bd6-4af6-b069-1347379be2ee",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e164ee36-7984-45d4-a42d-ce3c41de158e",
"resources": [
{
"resourceInstanceName": "vFW 2613b066-0202 0",
"resourceCustomizationUUID": "0acb5f86-ff8d-4365-8ce2-10e68ce4f043",
"resourceName": "vFW 2613b066-0202",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d98d36d1-14f8-4e41-a6e7-869d46630c11",
"resourceInvariantUUID": "4ee970b5-83ab-4703-af36-60db2c9ef6e4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2613b06602020_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"artifactChecksum": "ZjkzYmU2YTcxMGI4MjBjYjhlNmFhMmY5NWQ2MGYxNmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05147963-0aa2-46ba-a30b-6495a23c017b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0fc469a8-2c82-4f09-a085-f953af3c3a27",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad781551-c042-4933-987f-8daab74737eb",
"generatedFromUUID": "0fc469a8-2c82-4f09-a085-f953af3c3a27"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad781551-c042-4933-987f-8daab74737eb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230110044001-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"artifactChecksum": "Y2Y5YjgyMmNlOGY2M2M5NWVhMTA3NzJiZjk4OGQwN2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eac9a85a-7208-4169-8341-ff637d345954"
}
],
"workloadContext": "Production"
}
2023-01-10T04:41:21.465Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T04:41:21.465Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a818d1d-3bd6-4af6-b069-1347379be2ee ASDC
2023-01-10T04:41:21.651Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
ServiceName:vFW 2023-01-10 04-40-01
ServiceVersion:1.0
ServiceUUID:0a818d1d-3bd6-4af6-b069-1347379be2ee
ServiceInvariantUUID:e164ee36-7984-45d4-a42d-ce3c41de158e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230110044001-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar
ArtifactUUID:eac9a85a-7208-4169-8341-ff637d345954
ArtifactChecksum:Y2Y5YjgyMmNlOGY2M2M5NWVhMTA3NzJiZjk4OGQwN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2613b066-0202 0
ResourceCustomizationUUID:0acb5f86-ff8d-4365-8ce2-10e68ce4f043
ResourceInvariantUUID:4ee970b5-83ab-4703-af36-60db2c9ef6e4
ResourceName:vFW 2613b066-0202
ResourceType:VF
ResourceUUID:d98d36d1-14f8-4e41-a6e7-869d46630c11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2613b06602020_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json
ArtifactUUID:05147963-0aa2-46ba-a30b-6495a23c017b
ArtifactChecksum:ZjkzYmU2YTcxMGI4MjBjYjhlNmFhMmY5NWQ2MGYxNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml
ArtifactUUID:0fc469a8-2c82-4f09-a085-f953af3c3a27
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env
ArtifactUUID:ad781551-c042-4933-987f-8daab74737eb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env
ArtifactUUID:ad781551-c042-4933-987f-8daab74737eb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-10T04:41:21.654Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a818d1d-3bd6-4af6-b069-1347379be2ee 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 (?, ?, ?, ?, ?)
2023-01-10T04:41:22.089Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T04:41:22.091Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-10T04:41:22.097Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-10T04:41:22.098Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eac9a85a-7208-4169-8341-ff637d345954 from URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:22.098Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-10T04:41:22.100Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:22.265Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-10T04:41:22.291Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar eac9a85a-7208-4169-8341-ff637d345954 100622
2023-01-10T04:41:22.293Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar ASDC sendASDCNotification
2023-01-10T04:41:22.293Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:22.295Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T04:41:22.297Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:22.299Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:22.299Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325682291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:41:22.399Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:41:22.401Z||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.
2023-01-10T04:41:22.401Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:22.412Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:22.413Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:23.300Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T04:41:23.302Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-10T04:41:23.302Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: eac9a85a-7208-4169-8341-ff637d345954, URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar to file: /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:23.303Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230110044001-csar.csar
2023-01-10T04:41:23.483Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:23.484Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:24.707Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3457112550616971212/Definitions/service-Vfw20230110044001-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-10T04:41:29.131Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T04:41:29.139Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-10T04:41:29.140Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.140Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-10T04:41:29.140Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.141Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||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-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.141Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2613b066-0202 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.141Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||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-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.141Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||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-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.142Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.142Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.142Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||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-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.142Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.143Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.143Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:29.143Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-10T04:41:29.153Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.155Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:29.160Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:29.161Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-10T04:41:29.165Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T04:41:29.168Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.168Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:29.169Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:29.169Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-10T04:41:29.169Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T04:41:29.170Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.170Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:29.173Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.174Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria
2023-01-10T04:41:29.174Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T04:41:29.174Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.175Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T04:41:29.176Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T04:41:29.176Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T04:41:29.176Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.176Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:29.177Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T04:41:29.177Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:29.177Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T04:41:29.178Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.178Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-10T04:41:29.178Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.179Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T04:41:29.181Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.181Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:29.181Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:41:29.182Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.182Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:29.182Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:41:29.183Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.183Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:29.183Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:41:29.184Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.184Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria
2023-01-10T04:41:29.185Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T04:41:29.185Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T04:41:29.185Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-10T04:41:29.185Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T04:41:29.186Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T04:41:29.186Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.186Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:29.187Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T04:41:29.187Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:29.187Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T04:41:29.187Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.188Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec36205d-4bc4-4ae0-b25e-0f6fbc4a5ec3
2023-01-10T04:41:29.188Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.189Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria
2023-01-10T04:41:29.189Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T04:41:29.189Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T04:41:29.189Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T04:41:29.190Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:29.190Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.190Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.191Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T04:41:29.191Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-10T04:41:29.191Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T04:41:29.192Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:29.192Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T04:41:29.192Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.192Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45d775be-a651-4ef7-ab9a-99ee1502f1cb
2023-01-10T04:41:29.193Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.193Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria
2023-01-10T04:41:29.196Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T04:41:29.196Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T04:41:29.197Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T04:41:29.197Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:29.197Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.198Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.198Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T04:41:29.199Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T04:41:29.199Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T04:41:29.199Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:29.200Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:29.200Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-10T04:41:29.200Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=486fdea1-66ff-42ed-90db-626eb824d2a4
2023-01-10T04:41:29.201Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.201Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:29.201Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.201Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:29.202Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.202Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:29.202Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:29.202Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:29.203Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-10 04-40-01
Description:catalog service description
Model UUID:0a818d1d-3bd6-4af6-b069-1347379be2ee
Model Version:NULL
Model InvariantUuid:e164ee36-7984-45d4-a42d-ce3c41de158e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2613b066-0202
Model UUID:71ba6bee-3403-413d-9c24-9dcbbff232fc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ee970b5-83ab-4703-af36-60db2c9ef6e4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0acb5f86-ff8d-4365-8ce2-10e68ce4f043
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:76c3235a-631c-4d75-972a-ad0c382b8c21
ModelName:Vfw2613b0660202..base_vfw..module-0
ModelUuid:5630f581-4074-4e68-9393-b2074c819a2b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ec36205d-4bc4-4ae0-b25e-0f6fbc4a5ec3
ModelInvariantUuid:e9e41491-c467-46cb-8d93-1bfbda8082a8
ModelName:vFW 2613b066-0202-nodes.vfwCvfc
ModelUuid:121ac125-9603-47f2-8abe-5c9fce301aa4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9fc0e0b0-ed3b-480e-aece-f908bd1a7f96
ModelInvariantUuid:d7808312-4d55-44ae-bc01-0b97ee10eb89
ModelName:Vfw2613b0660202.compute.nodes.heat.vfw
ModelUuid:d90b3e72-658e-4268-89d9-cd1aaeba3b53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:45d775be-a651-4ef7-ab9a-99ee1502f1cb
ModelInvariantUuid:a40bd587-b867-45b0-89e1-4b3c558267aa
ModelName:vFW 2613b066-0202-nodes.vsnCvfc
ModelUuid:f2b76803-6be1-4581-b911-1b0c18c3e6ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:aa2d3de3-2182-4cff-aa97-10ee82a59037
ModelInvariantUuid:a2e8d2aa-28ea-44c3-bf50-e2530d7496d2
ModelName:Vfw2613b0660202.compute.nodes.heat.vsn
ModelUuid:5069509a-2720-4c30-ba60-0a8b37535a77
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:486fdea1-66ff-42ed-90db-626eb824d2a4
ModelInvariantUuid:f124c142-eb09-49df-b82c-5d73ce501442
ModelName:vFW 2613b066-0202-nodes.vpgCvfc
ModelUuid:5aeb2ca3-ceda-4bfd-8a12-bec7447c23ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e5d5c0e5-fbed-4df1-90c1-a64c62ec90a5
ModelInvariantUuid:fddb2184-70dd-41bb-8538-dfb0e7588687
ModelName:Vfw2613b0660202.compute.nodes.heat.vpg
ModelUuid:c98e8ab1-902b-4f3e-b732-1bf62cc0f511
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=?
2023-01-10T04:41:29.234Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d98d36d1-14f8-4e41-a6e7-869d46630c11
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=?
2023-01-10T04:41:29.368Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||vFW 2613b066-0202 0
2023-01-10T04:41:29.381Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d98d36d1-14f8-4e41-a6e7-869d46630c11
2023-01-10T04:41:29.382Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 05147963-0aa2-46ba-a30b-6495a23c017b from URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json
2023-01-10T04:41:29.383Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-10T04:41:29.383Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json
2023-01-10T04:41:29.466Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-10T04:41:29.466Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json 05147963-0aa2-46ba-a30b-6495a23c017b 785
2023-01-10T04:41:29.467Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json ASDC sendASDCNotification
2023-01-10T04:41:29.467Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json
2023-01-10T04:41:29.467Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T04:41:29.468Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:29.472Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:29.472Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325689467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:41:29.572Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:41:29.573Z||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.
2023-01-10T04:41:29.573Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:29.598Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:29.600Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:30.475Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2613b0660202..base_vfw..module-0",
"vfModuleModelInvariantUUID": "76c3235a-631c-4d75-972a-ad0c382b8c21",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5630f581-4074-4e68-9393-b2074c819a2b",
"vfModuleModelCustomizationUUID": "714acd22-c763-4be3-8402-d49b5131b16a",
"isBase": true,
"artifacts": [
"0fc469a8-2c82-4f09-a085-f953af3c3a27",
"ad781551-c042-4933-987f-8daab74737eb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-10T04:41:30.504Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2613b0660202..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5630f581-4074-4e68-9393-b2074c819a2b
VfModuleModelInvariantUUID:76c3235a-631c-4d75-972a-ad0c382b8c21
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fc469a8-2c82-4f09-a085-f953af3c3a27
,
ad781551-c042-4933-987f-8daab74737eb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-10T04:41:30.510Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2613b0660202..base_vfw..module-0",
"vfModuleModelInvariantUUID": "76c3235a-631c-4d75-972a-ad0c382b8c21",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5630f581-4074-4e68-9393-b2074c819a2b",
"vfModuleModelCustomizationUUID": "714acd22-c763-4be3-8402-d49b5131b16a",
"isBase": true,
"artifacts": [
"0fc469a8-2c82-4f09-a085-f953af3c3a27",
"ad781551-c042-4933-987f-8daab74737eb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-10T04:41:30.511Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2613b0660202..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5630f581-4074-4e68-9393-b2074c819a2b
VfModuleModelInvariantUUID:76c3235a-631c-4d75-972a-ad0c382b8c21
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fc469a8-2c82-4f09-a085-f953af3c3a27
,
ad781551-c042-4933-987f-8daab74737eb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-10T04:41:30.511Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0fc469a8-2c82-4f09-a085-f953af3c3a27 from URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml
2023-01-10T04:41:30.511Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-10T04:41:30.511Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml
2023-01-10T04:41:30.603Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-10T04:41:30.605Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml 0fc469a8-2c82-4f09-a085-f953af3c3a27 20368
2023-01-10T04:41:30.605Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-10T04:41:30.605Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml
2023-01-10T04:41:30.605Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T04:41:30.606Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:30.609Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:30.609Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325690605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:41:30.709Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:41:30.710Z||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.
2023-01-10T04:41:30.710Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:30.728Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:30.728Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-10T04:41:31.610Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad781551-c042-4933-987f-8daab74737eb from URL: /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env
2023-01-10T04:41:31.611Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-10T04:41:31.611Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env
2023-01-10T04:41:31.684Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-10T04:41:31.685Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env ad781551-c042-4933-987f-8daab74737eb 2098
2023-01-10T04:41:31.685Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-10T04:41:31.685Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env
2023-01-10T04:41:31.685Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T04:41:31.686Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:31.689Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:31.689Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325691685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:41:31.790Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-10T04:41:31.792Z||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.
2023-01-10T04:41:31.792Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:31.804Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:31.805Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:32.690Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0a818d1d-3bd6-4af6-b069-1347379be2ee
2023-01-10T04:41:32.690Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2613b066-0202 0 d98d36d1-14f8-4e41-a6e7-869d46630c11 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=?
2023-01-10T04:41:32.743Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d5f1d86, org.onap.sdc.toscaparser.api.parameters.Input@6f54dde7, org.onap.sdc.toscaparser.api.parameters.Input@1aa79bb3, org.onap.sdc.toscaparser.api.parameters.Input@97c533a, org.onap.sdc.toscaparser.api.parameters.Input@3cfadcbe]
2023-01-10T04:41:32.749Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.749Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:32.749Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-01-10T04:41:32.750Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0acb5f86-ff8d-4365-8ce2-10e68ce4f043
2023-01-10T04:41:32.750Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0acb5f86-ff8d-4365-8ce2-10e68ce4f043 matches Tosca VF Customization UUID: 0acb5f86-ff8d-4365-8ce2-10e68ce4f043
2023-01-10T04:41:32.750Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0acb5f86-ff8d-4365-8ce2-10e68ce4f043 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=?
2023-01-10T04:41:32.765Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.766Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:32.767Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0acb5f86-ff8d-4365-8ce2-10e68ce4f043: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-10T04:41:32.768Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fd295d2
2023-01-10T04:41:32.768Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.768Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T04:41:32.769Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 714acd22-c763-4be3-8402-d49b5131b16a
2023-01-10T04:41:32.771Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 714acd22-c763-4be3-8402-d49b5131b16a
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=?
2023-01-10T04:41:32.780Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.781Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:32.781Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:41:32.782Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.782Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:32.782Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:41:32.782Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.783Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria
2023-01-10T04:41:32.783Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T04:41:32.783Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T04:41:32.783Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-10T04:41:32.784Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T04:41:32.784Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T04:41:32.784Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:32.784Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:32.785Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ec36205d-4bc4-4ae0-b25e-0f6fbc4a5ec3
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=?
2023-01-10T04:41:32.796Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.797Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:32.797Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria
2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T04:41:32.798Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-10T04:41:32.799Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T04:41:32.800Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:32.800Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T04:41:32.800Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:32.801Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45d775be-a651-4ef7-ab9a-99ee1502f1cb
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=?
2023-01-10T04:41:32.804Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.804Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:32.804Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:41:32.808Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.809Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is not matching search criteria
2023-01-10T04:41:32.809Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T04:41:32.809Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T04:41:32.809Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T04:41:32.810Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:32.810Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:32.810Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T04:41:32.810Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T04:41:32.811Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T04:41:32.811Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T04:41:32.811Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T04:41:32.812Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T04:41:32.812Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-10T04:41:32.812Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=486fdea1-66ff-42ed-90db-626eb824d2a4
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=?
2023-01-10T04:41:32.815Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Node template vFW 2613b066-0202 0 is matching search criteria
2023-01-10T04:41:32.816Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2613b066-0202 0] matching following query criteria: sdcType=VF, customizationUUID=0acb5f86-ff8d-4365-8ce2-10e68ce4f043
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=?
2023-01-10T04:41:32.819Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.819Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:32.820Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0a818d1d-3bd6-4af6-b069-1347379be2ee: vFW 2613b066-0202
2023-01-10T04:41:32.820Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.820Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:32.820Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.821Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:32.821Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.821Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:32.821Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.822Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:32.822Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:41:32.822Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-10 04-40-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:41:32.822Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-01-10 04-40-01
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-10T04:41:33.216Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2613b066-0202 d98d36d1-14f8-4e41-a6e7-869d46630c11 1 ASDC deployResourceStructure
2023-01-10T04:41:33.217Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json ASDC sendASDCNotification
2023-01-10T04:41:33.217Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json
2023-01-10T04:41:33.218Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T04:41:33.218Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:33.221Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:33.221Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325693217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "DEPLOY_OK"
}
2023-01-10T04:41:33.322Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-10T04:41:33.323Z||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.
2023-01-10T04:41:33.323Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:33.336Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:33.336Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:34.222Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-10T04:41:34.222Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml
2023-01-10T04:41:34.223Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T04:41:34.223Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:34.226Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:34.227Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325694222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-10T04:41:34.327Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:41:34.328Z||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.
2023-01-10T04:41:34.328Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:34.347Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:34.349Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:35.228Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-10T04:41:35.228Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env
2023-01-10T04:41:35.229Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T04:41:35.229Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:35.231Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:35.231Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325695228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-10T04:41:35.331Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:41:35.333Z||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.
2023-01-10T04:41:35.333Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:35.346Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:35.347Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-01-10T04:41:36.240Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar ASDC sendASDCNotification
2023-01-10T04:41:36.241Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar
2023-01-10T04:41:36.241Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T04:41:36.241Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:41:36.244Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:41:36.244Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325696236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:41:36.345Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:41:36.346Z||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.
2023-01-10T04:41:36.347Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:41:36.360Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:41:36.361Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:41:37.245Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:41:37.288Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:41:37.292Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:41:37.292Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:41:37.292Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:42:07.293Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:42:07.307Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:42:07.311Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:42:07.311Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:42:07.311Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:42:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:42:13.744Z||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.
2023-01-10T04:42:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:42:13.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:42:13.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:42:13.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "cds",
"timestamp": 1673325673588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:42:13.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:42:37.312Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:42:37.324Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:42:37.326Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:42:37.326Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:42:37.327Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:43:07.327Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:43:07.345Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:43:07.350Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:43:07.350Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:43:07.350Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:43:13.745Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:43:13.746Z||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.
2023-01-10T04:43:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:43:13.798Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:43:13.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:43:13.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325673393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:43:13.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:43:37.350Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:43:37.368Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:43:37.372Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:43:37.373Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:43:37.373Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:44:07.373Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:44:07.389Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:44:07.397Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:44:07.398Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:44:07.398Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:44:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:44:13.743Z||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.
2023-01-10T04:44:13.743Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:44:14.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:44:14.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325665915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "cds",
"timestamp": 1673325674676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-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=?
2023-01-10T04:44:14.286Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
2023-01-10T04:44:14.286Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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 (?, ?, ?, ?, ?)
2023-01-10T04:44:14.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325674485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325674531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325673793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325675491,
"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=?
2023-01-10T04:44:14.317Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
2023-01-10T04:44:14.317Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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 (?, ?, ?, ?, ?)
2023-01-10T04:44:14.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325675669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325676773,
"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=?
2023-01-10T04:44:14.339Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
2023-01-10T04:44:14.339Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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 (?, ?, ?, ?, ?)
2023-01-10T04:44:14.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325677780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325673711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325682291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325689467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325690605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.354Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325689623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325691685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325688449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325685481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "aai-ml",
"timestamp": 1673325690629,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"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=?
2023-01-10T04:44:14.365Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
2023-01-10T04:44:14.365Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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 (?, ?, ?, ?, ?)
2023-01-10T04:44:14.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325688449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325685481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325693217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/vfw2613b06602020_modules.json",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325685481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325688449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325694222,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325688449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325685481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325695228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/resourceInstances/vfw2613b06602020/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325693679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325685481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325688449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325696236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230110044001/1.0/artifacts/service-Vfw20230110044001-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "cds",
"timestamp": 1673325695737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325693679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325688449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325685481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "cds",
"timestamp": 1673325695737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325693679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325688449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325685481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325695915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "cds",
"timestamp": 1673325695737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325693679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325698349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325698365,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325695915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "cds",
"timestamp": 1673325695737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325693679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325695915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325699461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "cds",
"timestamp": 1673325695737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325693679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325695915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325700542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "cds",
"timestamp": 1673325695737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325700876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "ves-openapi-manager",
"timestamp": 1673325693679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325695915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325701567,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-10T04:44:14.421Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb
2023-01-10T04:44:14.422Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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 (?, ?, ?, ?, ?)
2023-01-10T04:44:14.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "cds",
"timestamp": 1673325695737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673325701880,
"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=?
2023-01-10T04:44:14.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb
2023-01-10T04:44:14.447Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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 (?, ?, ?, ?, ?)
2023-01-10T04:44:14.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325695915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:44:14.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673325702571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "cds",
"timestamp": 1673325703518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325695915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:44:14.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:44:14.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "cds",
"timestamp": 1673325704525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-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=?
2023-01-10T04:44:14.464Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb
2023-01-10T04:44:14.465Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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 (?, ?, ?, ?, ?)
2023-01-10T04:44:14.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325703662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:44:14.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325710913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:44:14.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:44:14.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:44:14.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "aai-ml",
"timestamp": 1673325711917,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"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=?
2023-01-10T04:44:14.485Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb
2023-01-10T04:44:14.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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 (?, ?, ?, ?, ?)
2023-01-10T04:44:37.400Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:44:37.416Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70
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=?
2023-01-10T04:44:37.421Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:44:37.421Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T04:44:37.421Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T04:44:37.422Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T04:44:37.422Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:44:37.422Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:44:37.422Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:44:37.423Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:44:37.423Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:44:37.423Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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=?
2023-01-10T04:44:37.438Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T04:45:07.439Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 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=?
2023-01-10T04:45:07.459Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 and serviceModelVersionId: 0a818d1d-3bd6-4af6-b069-1347379be2ee
2023-01-10T04:45:07.459Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e164ee36-7984-45d4-a42d-ce3c41de158e
2023-01-10T04:45:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:45:13.743Z||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.
2023-01-10T04:45:13.743Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:23.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:28.576Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0
2023-01-10T04:45:28.718Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T04:45:29.385Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?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]}
2023-01-10T04:45:29.392Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0|INFO|500||Invoke
2023-01-10T04:45:29.555Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-10T04:45:29.747Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0|INFO|500||InvokeReturn
2023-01-10T04:45:29.748Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e164ee36-7984-45d4-a42d-ce3c41de158e/model-vers/model-ver/0a818d1d-3bd6-4af6-b069-1347379be2ee?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 04:45:28 GMT], content-length=[0], vertex-id=[368728], x-aai-txid=[0-aai-resources-230110-04:45:28:900-21485], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T04:45:29.749Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-01-10T04:45:29.757Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T04:45:29.757Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
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=?
2023-01-10T04:45:29.766Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||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)
2023-01-10T04:45:29.767Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2b8e609-f9b7-410d-9004-7fe5b4b2eb70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T04:45:29.769Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T04:45:29.769Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:29.771Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:29.771Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325929767,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T04:45:29.872Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:45:29.873Z||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.
2023-01-10T04:45:29.874Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:29.889Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:29.891Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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=?
2023-01-10T04:45:30.794Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:45:30.795Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|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.
2023-01-10T04:45:30.796Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:35.211Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:35.213Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T04:45:35.213Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb","serviceName":"basic_onboard_HohAdT","serviceVersion":"1.0","serviceUUID":"373417df-baa2-4d34-be3a-f5f3827a33ea","serviceDescription":"service","serviceInvariantUUID":"f4c95984-5c3f-4fc4-869d-d9b69be1535e","resources":[{"resourceInstanceName":"basic_onboard_HohAdT 0","resourceName":"basic_onboard_HohAdT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d","resourceInvariantUUID":"5f9b23e0-31d1-4806-a299-2c82cb38e7b8","resourceCustomizationUUID":"9cab1a33-3478-4574-802e-c5c361d031cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml","artifactChecksum":"NDFiNWFjMGM0ODc5YzE4OTg1ODIxNjZhNTA3Mzc4MmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc6ac7a9-de7e-4f17-9056-b05b4abf1ebc","artifactVersion":"1"},{"artifactName":"basic_onboard_hohadt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json","artifactChecksum":"ZmRkOTllODczZmZmNDc1NDA3MGEyYWQzNzVjMjdhOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e265a3f6-d9b8-4afb-8a9f-6606909e4013","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"adc9efd4-7c61-4c0a-9679-6ca659276580","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"94faac16-3e09-4772-bcea-0248fd31b119","artifactVersion":"2","generatedFromUUID":"e265a3f6-d9b8-4afb-8a9f-6606909e4013"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHohadt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml","artifactChecksum":"MWRkYThhZjU3NjdhYzY3ZTMzMGZjMTlmMjU3NjA1MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d4b314a-cc53-4459-839f-a3ffa681e669","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHohadt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar","artifactChecksum":"N2E4ODIzMGUzYjFhM2I2OGExYzM1OWEwZDYxMmUwMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14ecfcbd-311d-44a4-852c-c28dfbcf14d6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T04:45:35.218Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:45:35.218Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:35.221Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:35.222Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:45:35.322Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:45:35.323Z||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.
2023-01-10T04:45:35.323Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:35.335Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:35.336Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-10T04:45:36.222Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:45:36.223Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:36.226Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:36.226Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "NOTIFIED"
}
2023-01-10T04:45:36.326Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:45:36.327Z||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.
2023-01-10T04:45:36.327Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:36.338Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:36.338Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:37.227Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:45:37.228Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:37.237Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:37.238Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-10T04:45:37.336Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-10T04:45:37.338Z||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.
2023-01-10T04:45:37.338Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:37.349Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:37.351Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:38.239Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:45:38.239Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:38.242Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:38.242Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:45:38.343Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:45:38.346Z||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.
2023-01-10T04:45:38.346Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:38.357Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:38.358Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:39.245Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:45:39.246Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:39.249Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:39.250Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-10T04:45:39.349Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:45:39.350Z||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.
2023-01-10T04:45:39.351Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:39.365Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:39.366Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:40.250Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:45:40.251Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:40.254Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:40.254Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:45:40.354Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:45:40.355Z||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.
2023-01-10T04:45:40.355Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:40.368Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:40.369Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:41.255Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:45:41.256Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:41.259Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:41.259Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:45:41.359Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:45:41.360Z||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.
2023-01-10T04:45:41.360Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:41.377Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:41.378Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:42.261Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"serviceName": "basic_onboard_HohAdT",
"serviceVersion": "1.0",
"serviceUUID": "373417df-baa2-4d34-be3a-f5f3827a33ea",
"serviceDescription": "service",
"serviceInvariantUUID": "f4c95984-5c3f-4fc4-869d-d9b69be1535e",
"resources": [
{
"resourceInstanceName": "basic_onboard_HohAdT 0",
"resourceCustomizationUUID": "9cab1a33-3478-4574-802e-c5c361d031cd",
"resourceName": "basic_onboard_HohAdT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d",
"resourceInvariantUUID": "5f9b23e0-31d1-4806-a299-2c82cb38e7b8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hohadt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"artifactChecksum": "ZmRkOTllODczZmZmNDc1NDA3MGEyYWQzNzVjMjdhOWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e265a3f6-d9b8-4afb-8a9f-6606909e4013",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "94faac16-3e09-4772-bcea-0248fd31b119",
"generatedFromUUID": "e265a3f6-d9b8-4afb-8a9f-6606909e4013"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "94faac16-3e09-4772-bcea-0248fd31b119",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHohadt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"artifactChecksum": "N2E4ODIzMGUzYjFhM2I2OGExYzM1OWEwZDYxMmUwMWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14ecfcbd-311d-44a4-852c-c28dfbcf14d6"
}
],
"workloadContext": "Production"
}
2023-01-10T04:45:42.262Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T04:45:42.263Z|a2b8e609-f9b7-410d-9004-7fe5b4b2eb70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 373417df-baa2-4d34-be3a-f5f3827a33ea ASDC
2023-01-10T04:45:42.264Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb
ServiceName:basic_onboard_HohAdT
ServiceVersion:1.0
ServiceUUID:373417df-baa2-4d34-be3a-f5f3827a33ea
ServiceInvariantUUID:f4c95984-5c3f-4fc4-869d-d9b69be1535e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHohadt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar
ArtifactUUID:14ecfcbd-311d-44a4-852c-c28dfbcf14d6
ArtifactChecksum:N2E4ODIzMGUzYjFhM2I2OGExYzM1OWEwZDYxMmUwMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HohAdT 0
ResourceCustomizationUUID:9cab1a33-3478-4574-802e-c5c361d031cd
ResourceInvariantUUID:5f9b23e0-31d1-4806-a299-2c82cb38e7b8
ResourceName:basic_onboard_HohAdT
ResourceType:VF
ResourceUUID:af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hohadt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json
ArtifactUUID:3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651
ArtifactChecksum:ZmRkOTllODczZmZmNDc1NDA3MGEyYWQzNzVjMjdhOWM=
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/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e265a3f6-d9b8-4afb-8a9f-6606909e4013
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/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env
ArtifactUUID:94faac16-3e09-4772-bcea-0248fd31b119
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/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env
ArtifactUUID:94faac16-3e09-4772-bcea-0248fd31b119
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-10T04:45:42.266Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 373417df-baa2-4d34-be3a-f5f3827a33ea 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=?
2023-01-10T04:45:42.358Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T04:45:42.359Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-10T04:45:42.359Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-10T04:45:42.360Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 14ecfcbd-311d-44a4-852c-c28dfbcf14d6 from URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:42.360Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-10T04:45:42.361Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:42.665Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-10T04:45:42.670Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar 14ecfcbd-311d-44a4-852c-c28dfbcf14d6 75286
2023-01-10T04:45:42.671Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar ASDC sendASDCNotification
2023-01-10T04:45:42.671Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:42.671Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T04:45:42.672Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:42.675Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:42.675Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325942671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:45:42.780Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2023-01-10T04:45:42.781Z||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.
2023-01-10T04:45:42.781Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:42.802Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:42.803Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:43.676Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T04:45:43.677Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-10T04:45:43.677Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 14ecfcbd-311d-44a4-852c-c28dfbcf14d6, URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar to file: /app/ASDC/1/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:43.678Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:43.678Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:43.678Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:44.026Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1456031022457270740/Definitions/service-BasicOnboardHohadt-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-10T04:45:45.592Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T04:45:45.593Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-10T04:45:45.593Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:45.593Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-10T04:45:45.593Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:45.594Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||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-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:45.594Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HohAdT 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:45.594Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||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-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:45.594Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||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-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:45.595Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:45.595Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||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-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:45.595Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-10T04:45:45.595Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.596Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:45.596Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria
2023-01-10T04:45:45.597Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-10T04:45:45.597Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T04:45:45.597Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.598Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:45.598Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria
2023-01-10T04:45:45.598Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-10T04:45:45.598Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T04:45:45.599Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.599Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:45.600Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.600Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is not matching search criteria
2023-01-10T04:45:45.600Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-10T04:45:45.601Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-10T04:45:45.601Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-10T04:45:45.601Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-10T04:45:45.602Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-10T04:45:45.602Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.602Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T04:45:45.603Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.603Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria
2023-01-10T04:45:45.603Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:45:45.604Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.604Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria
2023-01-10T04:45:45.605Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:45:45.605Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.605Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria
2023-01-10T04:45:45.605Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:45:45.606Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.606Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is not matching search criteria
2023-01-10T04:45:45.606Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-10T04:45:45.607Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-10T04:45:45.607Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cfaf8674-d447-48d2-9fd6-f093ae5a54a4
2023-01-10T04:45:45.608Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.608Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:45.608Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.609Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:45.609Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.609Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:45.610Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:45.610Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:45.611Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_HohAdT
Description:service
Model UUID:373417df-baa2-4d34-be3a-f5f3827a33ea
Model Version:NULL
Model InvariantUuid:f4c95984-5c3f-4fc4-869d-d9b69be1535e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_HohAdT
Model UUID:ed896f24-962a-45cd-9002-3a3ead40c764
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f9b23e0-31d1-4806-a299-2c82cb38e7b8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9cab1a33-3478-4574-802e-c5c361d031cd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7
ModelName:BasicOnboardHohadt..base_ubuntu18..module-0
ModelUuid:e2fefdd1-6c20-4ed7-aac8-982b73212d9c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cfaf8674-d447-48d2-9fd6-f093ae5a54a4
ModelInvariantUuid:4a925017-a71b-4e60-8a72-fb4d47799ae9
ModelName:basic_onboard_HohAdT-nodes.ubuntu18Cvfc
ModelUuid:ebef7d4a-3ddd-4e95-8f70-c52a82f024f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d5ac3ecb-6e59-466c-aa90-e8b1ad0dd4cc
ModelInvariantUuid:b20d03eb-e0cb-4b11-ae43-6c7086bc0686
ModelName:BasicOnboardHohadt.compute.nodes.heat.ubuntu18
ModelUuid:0be2b557-0f78-488a-92d4-4ab5fb39c609
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=?
2023-01-10T04:45:45.626Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d
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=?
2023-01-10T04:45:45.631Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||basic_onboard_HohAdT 0
2023-01-10T04:45:45.632Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d
2023-01-10T04:45:45.632Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651 from URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json
2023-01-10T04:45:45.632Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-10T04:45:45.633Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json
2023-01-10T04:45:45.701Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-10T04:45:45.702Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json 3ad34dd7-c503-4fe7-8af6-c5c9ef0a0651 798
2023-01-10T04:45:45.703Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json ASDC sendASDCNotification
2023-01-10T04:45:45.703Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json
2023-01-10T04:45:45.703Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T04:45:45.704Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:45.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:45.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325945702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:45:45.808Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-01-10T04:45:45.809Z||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.
2023-01-10T04:45:45.809Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:45.832Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:45.836Z||pool-27-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:46.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHohadt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2fefdd1-6c20-4ed7-aac8-982b73212d9c",
"vfModuleModelCustomizationUUID": "737b09be-5a48-4be6-a053-f00d644b6bbb",
"isBase": true,
"artifacts": [
"e265a3f6-d9b8-4afb-8a9f-6606909e4013",
"94faac16-3e09-4772-bcea-0248fd31b119"
],
"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": ""
}
}
]
2023-01-10T04:45:46.720Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHohadt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2fefdd1-6c20-4ed7-aac8-982b73212d9c
VfModuleModelInvariantUUID:5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
e265a3f6-d9b8-4afb-8a9f-6606909e4013
,
94faac16-3e09-4772-bcea-0248fd31b119
}
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
}
2023-01-10T04:45:46.726Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHohadt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2fefdd1-6c20-4ed7-aac8-982b73212d9c",
"vfModuleModelCustomizationUUID": "737b09be-5a48-4be6-a053-f00d644b6bbb",
"isBase": true,
"artifacts": [
"e265a3f6-d9b8-4afb-8a9f-6606909e4013",
"94faac16-3e09-4772-bcea-0248fd31b119"
],
"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": ""
}
}
]
2023-01-10T04:45:46.726Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHohadt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2fefdd1-6c20-4ed7-aac8-982b73212d9c
VfModuleModelInvariantUUID:5bbbbaf2-3ef3-4b48-8252-9fa6a45d89c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
e265a3f6-d9b8-4afb-8a9f-6606909e4013
,
94faac16-3e09-4772-bcea-0248fd31b119
}
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
}
2023-01-10T04:45:46.726Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e265a3f6-d9b8-4afb-8a9f-6606909e4013 from URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml
2023-01-10T04:45:46.726Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-10T04:45:46.727Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml
2023-01-10T04:45:46.902Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-10T04:45:46.903Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml e265a3f6-d9b8-4afb-8a9f-6606909e4013 5033
2023-01-10T04:45:46.904Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-10T04:45:46.904Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml
2023-01-10T04:45:46.904Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T04:45:46.904Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:46.908Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:46.908Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325946904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:45:47.007Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:45:47.008Z||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.
2023-01-10T04:45:47.009Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:47.037Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:47.039Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:47.910Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 94faac16-3e09-4772-bcea-0248fd31b119 from URL: /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env
2023-01-10T04:45:47.910Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-10T04:45:47.910Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env
2023-01-10T04:45:48.032Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-10T04:45:48.032Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env 94faac16-3e09-4772-bcea-0248fd31b119 909
2023-01-10T04:45:48.033Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-10T04:45:48.033Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env
2023-01-10T04:45:48.037Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T04:45:48.037Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:48.046Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:48.047Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325948033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:45:48.141Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-10T04:45:48.142Z||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.
2023-01-10T04:45:48.142Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:48.159Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:48.160Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:49.048Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 373417df-baa2-4d34-be3a-f5f3827a33ea
2023-01-10T04:45:49.048Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HohAdT 0 af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-10T04:45:49.070Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13232426, org.onap.sdc.toscaparser.api.parameters.Input@7363148a, org.onap.sdc.toscaparser.api.parameters.Input@38183bf2, org.onap.sdc.toscaparser.api.parameters.Input@7127dc5f, org.onap.sdc.toscaparser.api.parameters.Input@7bafc449]
2023-01-10T04:45:49.072Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.072Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:49.072Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-01-10T04:45:49.072Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9cab1a33-3478-4574-802e-c5c361d031cd
2023-01-10T04:45:49.073Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9cab1a33-3478-4574-802e-c5c361d031cd matches Tosca VF Customization UUID: 9cab1a33-3478-4574-802e-c5c361d031cd
2023-01-10T04:45:49.073Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9cab1a33-3478-4574-802e-c5c361d031cd 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=?
2023-01-10T04:45:49.075Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.075Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:49.076Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9cab1a33-3478-4574-802e-c5c361d031cd: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-10T04:45:49.076Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2637dae7
2023-01-10T04:45:49.076Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.077Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T04:45:49.077Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 737b09be-5a48-4be6-a053-f00d644b6bbb
2023-01-10T04:45:49.077Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 737b09be-5a48-4be6-a053-f00d644b6bbb
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=?
2023-01-10T04:45:49.079Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria
2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria
2023-01-10T04:45:49.080Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is not matching search criteria
2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-10T04:45:49.081Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cfaf8674-d447-48d2-9fd6-f093ae5a54a4
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=?
2023-01-10T04:45:49.085Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.085Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria
2023-01-10T04:45:49.086Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T04:45:49.086Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.086Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_HohAdT 0 is matching search criteria
2023-01-10T04:45:49.086Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_HohAdT 0] matching following query criteria: sdcType=VF, customizationUUID=9cab1a33-3478-4574-802e-c5c361d031cd
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=?
2023-01-10T04:45:49.089Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.089Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:49.090Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 373417df-baa2-4d34-be3a-f5f3827a33ea: basic_onboard_HohAdT
2023-01-10T04:45:49.090Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.090Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:49.090Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.091Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:49.091Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.091Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:49.091Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.092Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:49.092Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:45:49.092Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_HohAdT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:45:49.092Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_HohAdT
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 (?, ?, ?, ?, ?)
2023-01-10T04:45:49.231Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HohAdT af45bbef-10cd-46e3-8ccb-8c5a30b2cd5d 1 ASDC deployResourceStructure
2023-01-10T04:45:49.232Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json ASDC sendASDCNotification
2023-01-10T04:45:49.232Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json
2023-01-10T04:45:49.232Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T04:45:49.233Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:49.235Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:49.236Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325949232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-10T04:45:49.336Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:45:49.338Z||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.
2023-01-10T04:45:49.338Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:49.348Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:49.349Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:50.237Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-10T04:45:50.237Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml
2023-01-10T04:45:50.237Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T04:45:50.238Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:50.241Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:50.241Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325950237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-10T04:45:50.341Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:45:50.342Z||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.
2023-01-10T04:45:50.342Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:50.353Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:50.354Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-01-10T04:45:51.242Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-10T04:45:51.243Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env
2023-01-10T04:45:51.243Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T04:45:51.243Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:51.245Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:51.246Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325951242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-10T04:45:51.346Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:45:51.347Z||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.
2023-01-10T04:45:51.347Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:51.360Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:51.361Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:52.249Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar ASDC sendASDCNotification
2023-01-10T04:45:52.249Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar
2023-01-10T04:45:52.249Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T04:45:52.250Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:45:52.252Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:45:52.252Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325952248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:45:52.352Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:45:52.354Z||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.
2023-01-10T04:45:52.354Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:45:52.367Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:45:52.368Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:45:53.254Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb
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=?
2023-01-10T04:45:53.269Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb
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=?
2023-01-10T04:45:53.275Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:45:53.276Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:45:53.277Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:45:53.277Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:45:53.277Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:45:53.277Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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=?
2023-01-10T04:45:53.286Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T04:46:13.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:46:13.744Z||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.
2023-01-10T04:46:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:46:14.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:46:14.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2b8e609-f9b7-410d-9004-7fe5b4b2eb70",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325929767,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T04:46:14.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:46:14.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:46:14.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-10T04:46:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "NOTIFIED"
}
2023-01-10T04:46:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-10T04:46:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-10T04:46:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-10T04:46:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:46:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-10T04:46:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-10T04:46:14.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-10T04:46:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:46:14.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-10T04:46:14.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325930794,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:46:14.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-01-10T04:46:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325942671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:46:14.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:46:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325945702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:46:14.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:46:14.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325946904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:46:14.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:46:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325948033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:46:14.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:46:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325949232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/basic_onboard_hohadt0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-10T04:46:14.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:46:14.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325950237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-10T04:46:14.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:46:14.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325951242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/resourceInstances/basic_onboard_hohadt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-10T04:46:14.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:46:14.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:46:14.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325952248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHohadt/1.0/artifacts/service-BasicOnboardHohadt-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:46:14.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:46:23.286Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb 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=?
2023-01-10T04:46:23.297Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb and serviceModelVersionId: 373417df-baa2-4d34-be3a-f5f3827a33ea
2023-01-10T04:46:23.298Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4c95984-5c3f-4fc4-869d-d9b69be1535e
2023-01-10T04:46:23.299Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0
2023-01-10T04:46:23.304Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T04:46:23.483Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?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]}
2023-01-10T04:46:23.484Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0|INFO|500||Invoke
2023-01-10T04:46:23.542Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-10T04:46:23.645Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0|INFO|500||InvokeReturn
2023-01-10T04:46:23.647Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4c95984-5c3f-4fc4-869d-d9b69be1535e/model-vers/model-ver/373417df-baa2-4d34-be3a-f5f3827a33ea?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 04:46:22 GMT], content-length=[0], vertex-id=[188448], x-aai-txid=[2-aai-resources-230110-04:46:22:892-98795], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T04:46:23.647Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-01-10T04:46:23.648Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T04:46:23.648Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
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=?
2023-01-10T04:46:23.657Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||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)
2023-01-10T04:46:23.657Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T04:46:23.658Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T04:46:23.659Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:46:23.662Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:46:23.662Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325983658,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T04:46:23.763Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:46:23.764Z||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.
2023-01-10T04:46:23.765Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:46:23.782Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:46:23.783Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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=?
2023-01-10T04:46:24.680Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:46:24.681Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:46:24.682Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:46:34.226Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:46:34.227Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:46:34.228Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:46:34.228Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:46:43.770Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:46:43.771Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:46:43.772Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:46:43.772Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:46:53.309Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:46:53.310Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:46:53.311Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:46:53.311Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:47:02.853Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:47:13.710Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:47:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:47:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:47:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:47:13.743Z||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.
2023-01-10T04:47:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:47:14.409Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:47:14.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:47:14.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673325983658,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T04:47:14.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:47:23.282Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:48:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:48:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:48:13.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:48:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:48:13.744Z||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.
2023-01-10T04:48:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:48:23.287Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:48:23.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:49:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:49:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:49:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:49:13.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:49:13.743Z||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.
2023-01-10T04:49:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:49:23.295Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:49:23.295Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:50:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:50:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:50:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:50:13.747Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:50:13.748Z||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.
2023-01-10T04:50:13.748Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:50:23.283Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:50:23.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:51:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:51:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:51:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:51:13.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:51:13.743Z||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.
2023-01-10T04:51:13.743Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:51:23.265Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:51:23.329Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:52:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:52:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:52:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:52:13.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:52:13.744Z||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.
2023-01-10T04:52:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:52:23.258Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:52:23.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:53:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:53:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:53:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:53:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:53:13.743Z||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.
2023-01-10T04:53:13.743Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:53:23.261Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:53:23.316Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:54:13.712Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:54:13.717Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:54:13.718Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:54:13.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:54:13.745Z||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.
2023-01-10T04:54:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:54:23.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:54:23.293Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:55:13.711Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:55:13.713Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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.
2023-01-10T04:55:13.714Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:55:13.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:55:13.743Z||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.
2023-01-10T04:55:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:55:23.293Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:55:23.293Z|1543794e-2d5a-4fe6-b1f1-f7a81ab89ceb|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:56:13.711Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:56:13.713Z||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.
2023-01-10T04:56:13.713Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:56:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:56:13.744Z||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.
2023-01-10T04:56:13.744Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:56:14.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:56:14.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"61899836-f709-431c-8741-0162c3f2d600","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ad077588-b920-4bd1-a05d-499952e75a8c","serviceDescription":"service","serviceInvariantUUID":"6ff739ef-283d-43d7-bf8b-dd8502ffe00f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b0652c98-6a73-4033-a500-01d663b27212","resourceInvariantUUID":"37b9d9b6-6b53-4930-84f7-313d0d8283e7","resourceCustomizationUUID":"da2d59ea-c895-45de-a3f3-829a20032671","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":"ZmExMDY0NTk0NjlhZTU0Y2U0MjJkYzNlMzhmMGE4N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2d293a6-cada-4aa4-92e5-81641be5ddab","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU0Zjc2MDI1NjZjNzU2OGMxZDgzZjgxMmFlZWU5YjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37df8e19-6988-4ef5-a82b-1c5063e98d29","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T04:56:14.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:56:14.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326545480,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:56:14.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "cds",
"timestamp": 1673326550738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:56:14.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326545480,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:56:14.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "cds",
"timestamp": 1673326550738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:56:14.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "cds",
"timestamp": 1673326553675,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:56:14.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:56:14.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "cds",
"timestamp": 1673326554681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-01-10T04:56:14.358Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:56:14.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:56:14.364Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:56:14.365Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326573711,
"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 (?, ?, ?, ?, ?)
2023-01-10T04:56:14.409Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61899836-f709-431c-8741-0162c3f2d600
2023-01-10T04:56:14.411Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61899836-f709-431c-8741-0162c3f2d600 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 (?, ?, ?, ?, ?)
2023-01-10T04:56:14.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "ves-openapi-manager",
"timestamp": 1673326553678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:56:14.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "ves-openapi-manager",
"timestamp": 1673326553678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:56:14.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326558449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:56:14.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326558449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:56:14.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326561252,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:56:14.451Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:56:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326562919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:56:14.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:56:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326563923,
"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=?
2023-01-10T04:56:14.465Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T04:56:14.467Z||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.
2023-01-10T04:56:14.467Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:56:14.475Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61899836-f709-431c-8741-0162c3f2d600
2023-01-10T04:56:14.475Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61899836-f709-431c-8741-0162c3f2d600 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 (?, ?, ?, ?, ?)
2023-01-10T04:56:14.495Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:56:14.496Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-01-10T04:56:14.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "aai-ml",
"timestamp": 1673326565915,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:56:14.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "aai-ml",
"timestamp": 1673326565915,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:56:14.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-01-10T04:56:14.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:56:14.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "aai-ml",
"timestamp": 1673326568665,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:56:14.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:56:15.366Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:56:15.367Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:56:15.372Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:56:15.372Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326573711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:56:15.473Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:56:15.474Z||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.
2023-01-10T04:56:15.475Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:56:15.490Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:56:15.492Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2023-01-10T04:56:16.375Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ad077588-b920-4bd1-a05d-499952e75a8c",
"serviceDescription": "service",
"serviceInvariantUUID": "6ff739ef-283d-43d7-bf8b-dd8502ffe00f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "da2d59ea-c895-45de-a3f3-829a20032671",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b0652c98-6a73-4033-a500-01d663b27212",
"resourceInvariantUUID": "37b9d9b6-6b53-4930-84f7-313d0d8283e7",
"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": "MDU0Zjc2MDI1NjZjNzU2OGMxZDgzZjgxMmFlZWU5YjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "37df8e19-6988-4ef5-a82b-1c5063e98d29"
}
],
"workloadContext": "Production"
}
2023-01-10T04:56:16.376Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T04:56:16.377Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad077588-b920-4bd1-a05d-499952e75a8c ASDC
2023-01-10T04:56:16.378Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:61899836-f709-431c-8741-0162c3f2d600
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ad077588-b920-4bd1-a05d-499952e75a8c
ServiceInvariantUUID:6ff739ef-283d-43d7-bf8b-dd8502ffe00f
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:37df8e19-6988-4ef5-a82b-1c5063e98d29
ArtifactChecksum:MDU0Zjc2MDI1NjZjNzU2OGMxZDgzZjgxMmFlZWU5YjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:da2d59ea-c895-45de-a3f3-829a20032671
ResourceInvariantUUID:37b9d9b6-6b53-4930-84f7-313d0d8283e7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b0652c98-6a73-4033-a500-01d663b27212
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-10T04:56:16.378Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad077588-b920-4bd1-a05d-499952e75a8c 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=?
2023-01-10T04:56:16.463Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T04:56:16.464Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-10T04:56:16.465Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-10T04:56:16.465Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 37df8e19-6988-4ef5-a82b-1c5063e98d29 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-10T04:56:16.465Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-01-10T04:56:16.466Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:16.679Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-01-10T04:56:16.683Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 37df8e19-6988-4ef5-a82b-1c5063e98d29 57666
2023-01-10T04:56:16.684Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:16.684Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:16.684Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T04:56:16.685Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:56:16.687Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:56:16.688Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326576684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:56:16.788Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:56:16.789Z||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.
2023-01-10T04:56:16.789Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:56:16.808Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:56:16.809Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:56:17.689Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T04:56:17.690Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-01-10T04:56:17.690Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 37df8e19-6988-4ef5-a82b-1c5063e98d29, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-10T04:56:17.691Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-10T04:56:17.691Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-10T04:56:17.691Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-10T04:56:17.953Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16302806661323630404/Definitions/service-BasicNetwork-template.yml
2023-01-10T04:56:19.157Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T04:56:19.158Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-10T04:56:19.158Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-10T04:56:19.159Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.160Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-01-10T04:56:19.161Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.162Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.162Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-10T04:56:19.162Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-10T04:56:19.162Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T04:56:19.164Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.164Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.164Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.165Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.166Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.166Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.166Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.167Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ad077588-b920-4bd1-a05d-499952e75a8c
Model Version:NULL
Model InvariantUuid:6ff739ef-283d-43d7-bf8b-dd8502ffe00f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:37b9d9b6-6b53-4930-84f7-313d0d8283e7
Model UUID:04b9b96c-d3ec-4145-bc38-7c69119b3740
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:da2d59ea-c895-45de-a3f3-829a20032671
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=?
2023-01-10T04:56:19.211Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: b0652c98-6a73-4033-a500-01d663b27212
2023-01-10T04:56:19.211Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||No resources found for Service: ad077588-b920-4bd1-a05d-499952e75a8c
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=?
2023-01-10T04:56:19.239Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||
2023-01-10T04:56:19.240Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-10T04:56:19.241Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ad077588-b920-4bd1-a05d-499952e75a8c
2023-01-10T04:56:19.242Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ad077588-b920-4bd1-a05d-499952e75a8c
2023-01-10T04:56:19.242Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-10T04:56:19.242Z|61899836-f709-431c-8741-0162c3f2d600|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=?
2023-01-10T04:56:19.281Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49f8dee7, org.onap.sdc.toscaparser.api.parameters.Input@2b11ff95, org.onap.sdc.toscaparser.api.parameters.Input@292075de, org.onap.sdc.toscaparser.api.parameters.Input@6f2ec4a0, org.onap.sdc.toscaparser.api.parameters.Input@60ae3044]
2023-01-10T04:56:19.284Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.286Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.287Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.287Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ad077588-b920-4bd1-a05d-499952e75a8c: Generic NeutronNet
2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.288Z|61899836-f709-431c-8741-0162c3f2d600|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=?
2023-01-10T04:56:19.377Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.377Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.378Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.378Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.379Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T04:56:19.379Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T04:56:19.380Z|61899836-f709-431c-8741-0162c3f2d600|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 (?, ?)
2023-01-10T04:56:19.526Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-10T04:56:19.527Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.527Z|61899836-f709-431c-8741-0162c3f2d600|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
2023-01-10T04:56:19.527Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T04:56:19.527Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:56:19.530Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:56:19.530Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326579526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:56:19.633Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-01-10T04:56:19.634Z||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.
2023-01-10T04:56:19.634Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:56:19.659Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:56:19.659Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:56:20.531Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:56:20.558Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:56:20.565Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:56:20.566Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:56:20.566Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:56:50.567Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:56:50.580Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:56:50.585Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:56:50.585Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:56:50.585Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:57:13.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:57:13.745Z||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.
2023-01-10T04:57:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:57:13.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:57:13.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T04:57:13.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "aai-ml",
"timestamp": 1673326572659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:57:13.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:57:20.587Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:57:20.605Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:57:20.614Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:57:20.614Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:57:20.614Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:57:50.614Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:57:50.631Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:57:50.650Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:57:50.650Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:57:50.650Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:58:13.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:58:13.745Z||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.
2023-01-10T04:58:13.746Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:58:13.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:58:13.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:58:13.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326573711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:58:13.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:58:20.651Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:58:20.670Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:58:20.676Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:58:20.676Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:58:20.678Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:58:50.680Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:58:50.694Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:58:50.697Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:58:50.697Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T04:58:50.697Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T04:59:13.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:59:13.744Z||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.
2023-01-10T04:59:13.745Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:59:13.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:59:13.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "aai-ml",
"timestamp": 1673326573664,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"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=?
2023-01-10T04:59:13.782Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61899836-f709-431c-8741-0162c3f2d600
2023-01-10T04:59:13.782Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61899836-f709-431c-8741-0162c3f2d600 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 (?, ?, ?, ?, ?)
2023-01-10T04:59:13.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326573711,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:59:13.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326576684,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:59:13.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:59:13.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326579526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:59:13.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:59:13.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326605480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326605480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-10T04:59:13.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "cds",
"timestamp": 1673326610737,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326605480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-10T04:59:13.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "cds",
"timestamp": 1673326610737,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326605480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "cds",
"timestamp": 1673326610737,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326605480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-10T04:59:13.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "cds",
"timestamp": 1673326610737,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326605480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "cds",
"timestamp": 1673326610737,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "ves-openapi-manager",
"timestamp": 1673326613678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326605480,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:59:13.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "cds",
"timestamp": 1673326610737,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "ves-openapi-manager",
"timestamp": 1673326613678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "cds",
"timestamp": 1673326610737,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:59:13.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326616813,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:59:13.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:59:13.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "ves-openapi-manager",
"timestamp": 1673326613678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326617899,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:59:13.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:59:13.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "cds",
"timestamp": 1673326618542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:59:13.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:59:13.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "ves-openapi-manager",
"timestamp": 1673326613678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "cds",
"timestamp": 1673326619548,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-10T04:59:13.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dec4279d-198f-4483-b232-38d5941d8b00
2023-01-10T04:59:13.834Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dec4279d-198f-4483-b232-38d5941d8b00 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 (?, ?, ?, ?, ?)
2023-01-10T04:59:13.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326618967,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:59:13.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:59:13.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326618449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "ves-openapi-manager",
"timestamp": 1673326613678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326619994,
"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=?
2023-01-10T04:59:13.880Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dec4279d-198f-4483-b232-38d5941d8b00
2023-01-10T04:59:13.880Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dec4279d-198f-4483-b232-38d5941d8b00 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 (?, ?, ?, ?, ?)
2023-01-10T04:59:13.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326618449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "ves-openapi-manager",
"timestamp": 1673326613678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673326620999,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-10T04:59:13.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326618449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "ves-openapi-manager",
"timestamp": 1673326613678,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326618449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326618449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326618449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326618449,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T04:59:13.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326626230,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T04:59:13.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "aai-ml",
"timestamp": 1673326625915,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "aai-ml",
"timestamp": 1673326625915,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326628632,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-10T04:59:13.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T04:59:13.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "aai-ml",
"timestamp": 1673326625915,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673326629640,
"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=?
2023-01-10T04:59:13.919Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dec4279d-198f-4483-b232-38d5941d8b00
2023-01-10T04:59:13.919Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dec4279d-198f-4483-b232-38d5941d8b00 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 (?, ?, ?, ?, ?)
2023-01-10T04:59:13.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "aai-ml",
"timestamp": 1673326625915,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "aai-ml",
"timestamp": 1673326625915,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:13.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T04:59:13.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "aai-ml",
"timestamp": 1673326625915,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:13.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2023-01-10T04:59:20.700Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:59:20.726Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61899836-f709-431c-8741-0162c3f2d600
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=?
2023-01-10T04:59:20.731Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T04:59:20.731Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T04:59:20.731Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T04:59:20.731Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-10T04:59:20.732Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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=?
2023-01-10T04:59:20.740Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T04:59:50.740Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61899836-f709-431c-8741-0162c3f2d600 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=?
2023-01-10T04:59:50.752Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61899836-f709-431c-8741-0162c3f2d600 and serviceModelVersionId: ad077588-b920-4bd1-a05d-499952e75a8c
2023-01-10T04:59:50.753Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ff739ef-283d-43d7-bf8b-dd8502ffe00f
2023-01-10T04:59:50.756Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0
2023-01-10T04:59:50.767Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T04:59:50.896Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|INFO|500||Invoke
2023-01-10T04:59:50.897Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[61899836-f709-431c-8741-0162c3f2d600], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[578a1ddb-7caa-4124-a700-f83e369e6eb7], X-ECOMP-RequestID=[61899836-f709-431c-8741-0162c3f2d600], X-TransactionId=[], X-ONAP-RequestID=[61899836-f709-431c-8741-0162c3f2d600], Content-Type=[application/merge-patch+json]}
2023-01-10T04:59:50.942Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-10T04:59:51.035Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 04:59:50 GMT], content-length=[0], vertex-id=[196776], x-aai-txid=[1-aai-resources-230110-04:59:50:298-10941], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T04:59:51.036Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-10T04:59:51.037Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ff739ef-283d-43d7-bf8b-dd8502ffe00f/model-vers/model-ver/ad077588-b920-4bd1-a05d-499952e75a8c?depth=0|INFO|500||InvokeReturn
2023-01-10T04:59:51.037Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T04:59:51.038Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
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=?
2023-01-10T04:59:51.060Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||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)
2023-01-10T04:59:51.061Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61899836-f709-431c-8741-0162c3f2d600 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T04:59:51.062Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T04:59:51.062Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:59:51.069Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:59:51.069Z|61899836-f709-431c-8741-0162c3f2d600|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "61899836-f709-431c-8741-0162c3f2d600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326791061,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T04:59:51.172Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-10T04:59:51.174Z||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.
2023-01-10T04:59:51.174Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:59:51.198Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:59:51.200Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 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=?
2023-01-10T04:59:52.105Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-10T04:59:52.106Z||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.
2023-01-10T04:59:52.106Z||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 O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:59:56.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:59:56.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-10T04:59:56.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dec4279d-198f-4483-b232-38d5941d8b00","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"749d016b-4a34-43ed-9456-1ecd16c9d4a4","serviceDescription":"service","serviceInvariantUUID":"8f11ac90-e78f-4b6a-bdb1-a39885146be6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4af08e7e-da8c-4162-979a-f65b19574e0b","resourceInvariantUUID":"ad2f3423-0788-43a2-a5be-01e9f972e78e","resourceCustomizationUUID":"5de4960a-7b9f-4ff8-b81f-0e963de1fc93","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":"OGIwYTkzNjdkNTM0ZDA3NDI5OTg0MjBkMjRkNmZjMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42ff45e0-aee5-4024-8222-6cf3025bcf6f","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":"NDA5MmM4ZTZiNmZlMjUxYWVmMzQxMDExNzY0MmQyYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c74cc64-dce9-4714-a00b-4bbd03eb4748","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":"72b78a33-798a-495f-bcea-8fddbb600ec5","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":"5b5408d6-ccf6-4489-b53c-2a23b26b0f5f","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":"7f53b11b-fe36-4f84-acd5-aa764dd1b569","artifactVersion":"2","generatedFromUUID":"72b78a33-798a-495f-bcea-8fddbb600ec5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzY5ZWNmNDk0MjUwYzNmYTE2YWRjYWZiYzFlODJjYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0abaa4d-72a7-46a1-8d04-062c62dba733","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTY5MDYwNDdkMDMyM2EwNzIwODMxZjMzN2VjMWU4NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a29d35b7-1bb2-4bcc-afde-26660131f6e5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T04:59:56.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:59:56.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:59:56.618Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:59:56.618Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326792105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:56.731Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2023-01-10T04:59:56.733Z||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.
2023-01-10T04:59:56.733Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:59:56.766Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:59:56.768Z||pool-40-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2023-01-10T04:59:57.620Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:59:57.624Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:59:57.633Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:59:57.633Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326792105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-01-10T04:59:57.737Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-01-10T04:59:57.739Z||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.
2023-01-10T04:59:57.739Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:59:57.819Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:59:57.821Z||pool-41-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":1,"count":1}
2023-01-10T04:59:58.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:59:58.637Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:59:58.640Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:59:58.640Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326792105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2023-01-10T04:59:58.740Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-10T04:59:58.741Z||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.
2023-01-10T04:59:58.742Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:59:58.758Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:59:58.759Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-10T04:59:59.642Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T04:59:59.646Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-10T04:59:59.654Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T04:59:59.656Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326792105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-10T04:59:59.754Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-01-10T04:59:59.755Z||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.
2023-01-10T04:59:59.755Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T04:59:59.781Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T04:59:59.782Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2023-01-10T05:00:00.659Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T05:00:00.660Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-10T05:00:00.664Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T05:00:00.665Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326792105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2023-01-10T05:00:00.767Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-01-10T05:00:00.769Z||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.
2023-01-10T05:00:00.769Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T05:00:00.799Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T05:00:00.800Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2023-01-10T05:00:01.668Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T05:00:01.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-10T05:00:01.673Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T05:00:01.673Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326792105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-10T05:00:01.774Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-10T05:00:01.777Z||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.
2023-01-10T05:00:01.784Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T05:00:01.823Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T05:00:01.827Z||pool-45-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2023-01-10T05:00:02.676Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T05:00:02.677Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-10T05:00:02.694Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T05:00:02.695Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326792105,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2023-01-10T05:00:02.784Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2023-01-10T05:00:02.786Z||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.
2023-01-10T05:00:02.786Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T05:00:02.810Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T05:00:02.811Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2023-01-10T05:00:03.697Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "749d016b-4a34-43ed-9456-1ecd16c9d4a4",
"serviceDescription": "service",
"serviceInvariantUUID": "8f11ac90-e78f-4b6a-bdb1-a39885146be6",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5de4960a-7b9f-4ff8-b81f-0e963de1fc93",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4af08e7e-da8c-4162-979a-f65b19574e0b",
"resourceInvariantUUID": "ad2f3423-0788-43a2-a5be-01e9f972e78e",
"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": "NDA5MmM4ZTZiNmZlMjUxYWVmMzQxMDExNzY0MmQyYTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c74cc64-dce9-4714-a00b-4bbd03eb4748",
"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": "72b78a33-798a-495f-bcea-8fddbb600ec5",
"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": "7f53b11b-fe36-4f84-acd5-aa764dd1b569",
"generatedFromUUID": "72b78a33-798a-495f-bcea-8fddbb600ec5"
},
"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": "7f53b11b-fe36-4f84-acd5-aa764dd1b569",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZTY5MDYwNDdkMDMyM2EwNzIwODMxZjMzN2VjMWU4NmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a29d35b7-1bb2-4bcc-afde-26660131f6e5"
}
],
"workloadContext": "Production"
}
2023-01-10T05:00:03.697Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T05:00:03.697Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 749d016b-4a34-43ed-9456-1ecd16c9d4a4 ASDC
2023-01-10T05:00:03.698Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dec4279d-198f-4483-b232-38d5941d8b00
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:749d016b-4a34-43ed-9456-1ecd16c9d4a4
ServiceInvariantUUID:8f11ac90-e78f-4b6a-bdb1-a39885146be6
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:a29d35b7-1bb2-4bcc-afde-26660131f6e5
ArtifactChecksum:ZTY5MDYwNDdkMDMyM2EwNzIwODMxZjMzN2VjMWU4NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5de4960a-7b9f-4ff8-b81f-0e963de1fc93
ResourceInvariantUUID:ad2f3423-0788-43a2-a5be-01e9f972e78e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4af08e7e-da8c-4162-979a-f65b19574e0b
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:2c74cc64-dce9-4714-a00b-4bbd03eb4748
ArtifactChecksum:NDA5MmM4ZTZiNmZlMjUxYWVmMzQxMDExNzY0MmQyYTg=
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:72b78a33-798a-495f-bcea-8fddbb600ec5
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:7f53b11b-fe36-4f84-acd5-aa764dd1b569
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:7f53b11b-fe36-4f84-acd5-aa764dd1b569
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-10T05:00:03.698Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 749d016b-4a34-43ed-9456-1ecd16c9d4a4 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=?
2023-01-10T05:00:03.754Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T05:00:03.755Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-10T05:00:03.755Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-10T05:00:03.755Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a29d35b7-1bb2-4bcc-afde-26660131f6e5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-10T05:00:03.756Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-10T05:00:03.756Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-10T05:00:03.981Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-10T05:00:03.987Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a29d35b7-1bb2-4bcc-afde-26660131f6e5 74815
2023-01-10T05:00:03.988Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-10T05:00:03.988Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-10T05:00:03.988Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T05:00:03.996Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-10T05:00:04.000Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-10T05:00:04.000Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dec4279d-198f-4483-b232-38d5941d8b00",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673326803988,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-10T05:00:04.101Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-10T05:00:04.102Z||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.
2023-01-10T05:00:04.103Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as O2OxMIcI4oQPHjDZ) ...
2023-01-10T05:00:04.118Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-10T05:00:04.119Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-01-10T05:00:05.004Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T05:00:05.005Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-10T05:00:05.006Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a29d35b7-1bb2-4bcc-afde-26660131f6e5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T05:00:05.006Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-10T05:00:05.007Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T05:00:05.007Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T05:00:05.388Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12580753004288868853/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-01-10T05:00:07.276Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T05:00:07.277Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-10T05:00:07.277Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T05:00:07.277Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-10T05:00:07.278Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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
2023-01-10T05:00:07.278Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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
2023-01-10T05:00:07.278Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T05:00:07.278Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T05:00:07.279Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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
2023-01-10T05:00:07.279Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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
2023-01-10T05:00:07.279Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||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
2023-01-10T05:00:07.279Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-10T05:00:07.280Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T05:00:07.280Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T05:00:07.281Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T05:00:07.281Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-10T05:00:07.281Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T05:00:07.282Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T05:00:07.282Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T05:00:07.283Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T05:00:07.283Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-10T05:00:07.283Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T05:00:07.283Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T05:00:07.284Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T05:00:07.284Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T05:00:07.285Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-10T05:00:07.285Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-10T05:00:07.285Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-10T05:00:07.286Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-10T05:00:07.286Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-10T05:00:07.286Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-10T05:00:07.287Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T05:00:07.287Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T05:00:07.288Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T05:00:07.288Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T05:00:07.288Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T05:00:07.289Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T05:00:07.289Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T05:00:07.289Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T05:00:07.290Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-10T05:00:07.290Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T05:00:07.290Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T05:00:07.291Z|dec4279d-198f-4483-b232-38d5941d8b00|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery