By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-04T05:22:46.017Z||main|||||INFO|500||The following profiles are active: basic
2022-12-04T05:22:58.945Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-04T05:22:58.946Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-04T05:22:59.078Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-04T05:23:03.842Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-04T05:23:04.317Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-04T05:23:04.850Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-04T05:23:04.861Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-04T05:23:04.983Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-04T05:23:05.220Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-04T05:23:05.857Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-04T05:23:07.897Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-04T05:23:10.917Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-04T05:23:10.987Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-04T05:23:11.712Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-04T05:23:12.003Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-04T05:23:13.504Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-04T05:23:14.781Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-04T05:23:14.804Z||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$$51610b81.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-04T05:23:14.805Z||main|||||WARN|500||The sdc end point is not alive
2022-12-04T05:23:18.790Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-04T05:23:22.755Z||main|||||WARN|500||---
2022-12-04T05:23:22.756Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-04T05:23:22.756Z||main|||||WARN|500||---
2022-12-04T05:23:23.360Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-04T05:23:29.791Z||main|||||INFO|500||Started Application in 47.335 seconds (JVM running for 50.017)
2022-12-04T05:23:29.810Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-04T05:23:29.813Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-04T05:23:29.857Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-04T05:23:29.909Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-04T05:23:29.975Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92f654ee-9525-44a3-839f-437574f4dd7e url= /sdc/v1/artifactTypes
2022-12-04T05:23:29.975Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-04T05:23:30.366Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-04T05:23:30.398Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-04T05:23:30.435Z||scheduling-1|||||DEBUG|500||create keys
2022-12-04T05:23:30.448Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-04T05:23:30.491Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:23:30.512Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c564ce2b-c57c-470c-a213-84cfe09a376a url= /sdc/v1/registerForDistribution
2022-12-04T05:23:30.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c564ce2b-c57c-470c-a213-84cfe09a376a url= /sdc/v1/registerForDistribution
2022-12-04T05:23:30.626Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-04T05:23:30.639Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:23:30.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:23:30.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:23:30.649Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:23:30.650Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:23:30.650Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:23:30.653Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-04T05:23:41.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:23:41.053Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:24:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:24:30.637Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:24:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:24:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:24:30.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:24:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:24:40.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:24:40.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:25:30.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:25:30.638Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:25:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:25:30.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:25:30.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:25:30.645Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:25:40.261Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:25:40.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:26:30.637Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:26:30.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:26:30.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:26:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:26:30.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:26:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:26:40.228Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:26:40.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:27:30.637Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:27:30.638Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:27:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:27:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:27:30.644Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:27:30.645Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:27:40.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:27:40.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:28:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:28:30.637Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:28:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:28:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:28:30.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:28:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:28:40.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:28:40.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:29:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:29:30.638Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:29:30.639Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:29:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:29:30.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:29:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:29:40.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:29:40.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:30:30.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:30:30.638Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:30:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:30:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:30:30.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:30:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:30:40.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:30:40.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:31:30.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:31:30.639Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:31:30.639Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:31:30.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:31:30.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:31:30.642Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:31:40.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:31:40.206Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:32:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:32:30.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:32:30.637Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:32:30.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:32:30.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:32:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:32:40.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:32:40.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:32:42.000Z||http-nio-8085-exec-3|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-04T05:33:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:33:30.638Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:33:30.638Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:33:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:33:30.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:33:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:33:40.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:33:40.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:34:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:34:30.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:34:30.638Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:34:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:34:30.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:34:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:34:40.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:34:40.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:35:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:35:30.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:35:30.637Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:35:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:35:30.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:35:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:35:40.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:35:40.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:36:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:36:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:36:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:36:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:36:30.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:36:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:36:40.219Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:36:40.219Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:37:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:37:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:37:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:37:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:37:30.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:37:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:37:40.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:37:40.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:38:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:38:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:38:30.638Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:38:30.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:38:30.641Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:38:30.641Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:38:40.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:38:40.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:39:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:39:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:39:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:39:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:39:30.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:39:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:39:40.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:39:40.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:40:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:40:30.639Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:40:30.640Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:40:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:40:30.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:40:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:40:40.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:40:40.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:41:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:41:30.638Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:41:30.638Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:41:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:41:30.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:41:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:41:40.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:41:40.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:42:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:42:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:42:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:42:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:42:30.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:42:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:42:40.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:42:40.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:43:30.636Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:43:30.637Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:43:30.637Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:43:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:43:30.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:43:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:43:40.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:43:40.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:44:30.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:44:30.638Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:44:30.638Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T05:44:30.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:44:30.641Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:44:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:44:40.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:44:40.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:45:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:45:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:45:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:45:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:45:30.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:45:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:45:40.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:45:40.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:46:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:46:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:46:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:46:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:46:30.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:46:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:46:40.214Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:46:40.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:47:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:47:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:47:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:47:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:47:30.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:47:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:47:40.222Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:47:40.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:48:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:48:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:48:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:48:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:48:30.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:48:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:48:40.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:48:40.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:49:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:49:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:49:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:49:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:49:30.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:49:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:49:40.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:49:40.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:50:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:50:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:50:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:50:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:50:30.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:50:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:50:40.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:50:40.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:51:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:51:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:51:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:51:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:51:30.641Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:51:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:51:40.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:51:40.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:52:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:52:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:52:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:52:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:52:30.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:52:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:52:40.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:52:40.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:53:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:53:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:53:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:53:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:53:30.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:53:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:53:40.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:53:40.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:54:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:54:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:54:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:54:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:54:30.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:54:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:54:40.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:54:40.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:55:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:55:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:55:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:55:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:55:30.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:55:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:55:40.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:55:40.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:56:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:56:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:56:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:56:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:56:30.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:56:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:56:40.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:56:40.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:57:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:57:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:57:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:57:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:57:30.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:57:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:57:40.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:57:40.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:58:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:58:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:58:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:58:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:58:30.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:58:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:58:40.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:58:40.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:59:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:59:30.639Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:59:30.639Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:59:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T05:59:30.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T05:59:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T05:59:40.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T05:59:40.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:00:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:00:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:00:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:00:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:00:30.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:00:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:00:40.187Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:00:40.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:01:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:01:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:01:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:01:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:01:30.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:01:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:01:40.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:01:40.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:02:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:02:30.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:02:30.637Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:02:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:02:30.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:02:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:02:40.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:02:40.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:03:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:03:30.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:03:30.637Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:03:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:03:30.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:03:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:03:40.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:03:40.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:04:30.636Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:04:30.637Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:04:30.637Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:04:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:04:30.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:04:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:04:40.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:04:40.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:05:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:05:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:05:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:05:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:05:30.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:05:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:05:40.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:05:40.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:06:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:06:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:06:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:06:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:06:30.641Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:06:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:06:40.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:06:40.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:07:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:07:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:07:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:07:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:07:30.641Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:07:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:07:40.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:07:40.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:08:30.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:08:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:08:30.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:08:30.647Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:08:30.648Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:08:30.649Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:08:40.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:08:40.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:09:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:09:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:09:30.639Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:09:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:09:30.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:09:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:09:40.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:09:40.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:10:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:10:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:10:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:10:30.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:10:30.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:10:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:10:40.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:10:40.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:11:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:11:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:11:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:11:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:11:30.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:11:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:11:40.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:11:40.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:12:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:12:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:12:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:12:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:12:30.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:12:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:12:40.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:12:40.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:13:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:13:30.639Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:13:30.639Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:13:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:13:30.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:13:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:13:40.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:13:40.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:14:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:14:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:14:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:14:30.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:14:30.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:14:30.645Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:14:40.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:14:40.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:15:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:15:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:15:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:15:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:15:30.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:15:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:15:40.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:15:40.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:16:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:16:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:16:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:16:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:16:30.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:16:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:16:40.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:16:40.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:17:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:17:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:17:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:17:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:17:30.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:17:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:17:40.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:17:40.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:18:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:18:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:18:30.639Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:18:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:18:30.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:18:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:18:40.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:18:40.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:19:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:19:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:19:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:19:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:19:30.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:19:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:19:40.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:19:40.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:20:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:20:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:20:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:20:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:20:30.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:20:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:20:40.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:20:40.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:21:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:21:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:21:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:21:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:21:30.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:21:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:21:40.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:21:40.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:22:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:22:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:22:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:22:30.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:22:30.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:22:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:22:40.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:22:40.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:23:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:23:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:23:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:23:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:23:30.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:23:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:23:40.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:23:40.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:24:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:24:30.636Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:24:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:24:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:24:30.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:24:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:24:40.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:24:40.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:25:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:25:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:25:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:25:30.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:25:30.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:25:30.645Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:25:40.208Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:25:40.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:26:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:26:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:26:30.639Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:26:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:26:30.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:26:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:26:40.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:26:40.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:27:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:27:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:27:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:27:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:27:30.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:27:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:27:40.251Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:27:40.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:28:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:28:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:28:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:28:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:28:30.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:28:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:28:40.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:28:40.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:29:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:29:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:29:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:29:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:29:30.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:29:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:29:40.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:29:40.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:30:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:30:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:30:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:30:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:30:30.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:30:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:30:40.232Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:30:40.233Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:31:30.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:31:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:31:30.641Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:31:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:31:30.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:31:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:31:40.212Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:31:40.217Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:32:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:32:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:32:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:32:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:32:30.641Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:32:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:32:40.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:32:40.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:33:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:33:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:33:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:33:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:33:30.641Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:33:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:33:40.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:33:40.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:34:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:34:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:34:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:34:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:34:30.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:34:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:34:40.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:34:40.215Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:35:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:35:30.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:35:30.637Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:35:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:35:30.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:35:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:35:40.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:35:40.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:36:30.637Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:36:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:36:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:36:30.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:36:30.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:36:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:36:40.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:36:40.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:30.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:37:30.638Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:37:30.638Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:37:30.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:37:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:31.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:31.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135798771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:31.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"026e57f4-2070-4f4a-a99e-b774bf0c2457","serviceName":"vFW 2022-12-04 06-35-38","serviceVersion":"1.0","serviceUUID":"8e11a14b-e45d-4949-8b2f-e78bfae76d96","serviceDescription":"catalog service description","serviceInvariantUUID":"77dec576-7e67-4df1-87bd-c9292c61c005","resources":[{"resourceInstanceName":"vFW 1e28a863-015c 0","resourceName":"vFW 1e28a863-015c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b153817d-c9b0-449c-b697-e609f8d034f5","resourceInvariantUUID":"8b226405-be11-4f6b-9e76-9744218523c6","resourceCustomizationUUID":"1acec999-de6a-4927-a0e8-69f1b7fa0113","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml","artifactChecksum":"YzE4YTJhOTNhYzVkYmM5YWYyNTAxODEzZTAyM2E2MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce4f6f44-6eea-4196-b2e4-40818bb677e8","artifactVersion":"1"},{"artifactName":"vfw1e28a863015c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json","artifactChecksum":"Y2EyNzU5ZGEzODc5NGZjZGQyMTEwODFmYWVmOWUwMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6a891d0-bef6-4036-a1fd-93719fe2c5a2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"939d8577-7d67-46e7-9123-b6f784f72f8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml","artifactChecksum":"M2NkNmY2NzI4YmJlYWEwOTNlYzAwNGFjZjE4NTdmYzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b790ebc7-14ab-401d-b5a9-743c88d399fb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5764cbb-528d-4a86-9b21-8abd82b7c41f","artifactVersion":"2","generatedFromUUID":"939d8577-7d67-46e7-9123-b6f784f72f8b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221204063538-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml","artifactChecksum":"OWVlMGI5NDNmYTFhZTA4YWUwZTliZjkzOGZkYWRiMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"128f081a-6fd5-4d49-9f4c-f332845cd5b2","artifactVersion":"1"},{"artifactName":"service-Vfw20221204063538-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar","artifactChecksum":"OGU5YjZlYWFjMjJlNzNjZGE3OTlkZjdmZTUyMmQzNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2fc7767-b62d-4d1d-b50d-64bbfe613caf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-04T06:37:31.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:37:31.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:31.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135796572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135798771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "NOTIFIED"
}
2022-12-04T06:37:31.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135796572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "cds",
"timestamp": 1670135806295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135798771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-04T06:37:31.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135796572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "cds",
"timestamp": 1670135806295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135798771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135807587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135807933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135796572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "cds",
"timestamp": 1670135806295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135807587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135798771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-04T06:37:31.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135807933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135796572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "cds",
"timestamp": 1670135806295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135807587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135798771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135807933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135796572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "cds",
"timestamp": 1670135806295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135807587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135798771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:37:31.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135807933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135796572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:37:31.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "cds",
"timestamp": 1670135806295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135807587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135811659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:31.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:37:31.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135807933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135812260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:31.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:37:31.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "cds",
"timestamp": 1670135806295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:37:31.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.346Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:31.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135807587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.346Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.346Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135812763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:31.347Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:37:31.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135807933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135807587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:37:31.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "cds",
"timestamp": 1670135814372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:31.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:37:31.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135813841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:31.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:37:31.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135807933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:31.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:37:31.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135814880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:31.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:37:31.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "cds",
"timestamp": 1670135815466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-12-04T06:37:31.446Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-04T06:37:31.454Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:31.454Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-04T06:37:31.466Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:31.467Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:37:31.656Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 026e57f4-2070-4f4a-a99e-b774bf0c2457
2022-12-04T06:37:31.680Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e57f4-2070-4f4a-a99e-b774bf0c2457 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:37:31.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135814940,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-04T06:37:31.731Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 026e57f4-2070-4f4a-a99e-b774bf0c2457
2022-12-04T06:37:31.731Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e57f4-2070-4f4a-a99e-b774bf0c2457 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:37:31.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "multicloud-k8s",
"timestamp": 1670135815943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-04T06:37:31.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:37:31.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135817867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:37:31.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:37:31.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135818871,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-04T06:37:31.751Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 026e57f4-2070-4f4a-a99e-b774bf0c2457
2022-12-04T06:37:31.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e57f4-2070-4f4a-a99e-b774bf0c2457 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:37:31.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135837461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:37:31.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:37:31.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:37:31.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "aai-model-loader",
"timestamp": 1670135838465,
"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=?
2022-12-04T06:37:31.774Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 026e57f4-2070-4f4a-a99e-b774bf0c2457
2022-12-04T06:37:31.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 026e57f4-2070-4f4a-a99e-b774bf0c2457 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:37:32.356Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:37:32.356Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:32.359Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:32.360Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "NOTIFIED"
}
2022-12-04T06:37:32.459Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-04T06:37:32.460Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:32.460Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:32.473Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:32.473Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:33.360Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:37:33.361Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:33.364Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:33.364Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-04T06:37:33.464Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:33.465Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:33.465Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:33.485Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:33.486Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:34.364Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:37:34.365Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:34.368Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:34.368Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:34.468Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:34.469Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:34.469Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:34.506Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:34.507Z||pool-6-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:35.370Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:37:35.371Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:35.373Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:35.374Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-04T06:37:35.474Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:35.475Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:35.475Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:35.522Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:35.523Z||pool-7-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:36.374Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:37:36.375Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:36.379Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:36.379Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:37:36.479Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:36.480Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:36.480Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:36.498Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:36.499Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:37.379Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:37:37.382Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:37.385Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:37.385Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:37:37.485Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:37.486Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:37.486Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:37.501Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:37.502Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-04T06:37:38.387Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"serviceName": "vFW 2022-12-04 06-35-38",
"serviceVersion": "1.0",
"serviceUUID": "8e11a14b-e45d-4949-8b2f-e78bfae76d96",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "77dec576-7e67-4df1-87bd-c9292c61c005",
"resources": [
{
"resourceInstanceName": "vFW 1e28a863-015c 0",
"resourceCustomizationUUID": "1acec999-de6a-4927-a0e8-69f1b7fa0113",
"resourceName": "vFW 1e28a863-015c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b153817d-c9b0-449c-b697-e609f8d034f5",
"resourceInvariantUUID": "8b226405-be11-4f6b-9e76-9744218523c6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1e28a863015c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"artifactChecksum": "Y2EyNzU5ZGEzODc5NGZjZGQyMTEwODFmYWVmOWUwMGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f6a891d0-bef6-4036-a1fd-93719fe2c5a2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "939d8577-7d67-46e7-9123-b6f784f72f8b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5764cbb-528d-4a86-9b21-8abd82b7c41f",
"generatedFromUUID": "939d8577-7d67-46e7-9123-b6f784f72f8b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5764cbb-528d-4a86-9b21-8abd82b7c41f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221204063538-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"artifactChecksum": "OGU5YjZlYWFjMjJlNzNjZGE3OTlkZjdmZTUyMmQzNmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2fc7767-b62d-4d1d-b50d-64bbfe613caf"
}
],
"workloadContext": "Production"
}
2022-12-04T06:37:38.388Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-04T06:37:38.388Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e11a14b-e45d-4949-8b2f-e78bfae76d96 ASDC
2022-12-04T06:37:38.514Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:026e57f4-2070-4f4a-a99e-b774bf0c2457
ServiceName:vFW 2022-12-04 06-35-38
ServiceVersion:1.0
ServiceUUID:8e11a14b-e45d-4949-8b2f-e78bfae76d96
ServiceInvariantUUID:77dec576-7e67-4df1-87bd-c9292c61c005
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221204063538-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar
ArtifactUUID:a2fc7767-b62d-4d1d-b50d-64bbfe613caf
ArtifactChecksum:OGU5YjZlYWFjMjJlNzNjZGE3OTlkZjdmZTUyMmQzNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1e28a863-015c 0
ResourceCustomizationUUID:1acec999-de6a-4927-a0e8-69f1b7fa0113
ResourceInvariantUUID:8b226405-be11-4f6b-9e76-9744218523c6
ResourceName:vFW 1e28a863-015c
ResourceType:VF
ResourceUUID:b153817d-c9b0-449c-b697-e609f8d034f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1e28a863015c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json
ArtifactUUID:f6a891d0-bef6-4036-a1fd-93719fe2c5a2
ArtifactChecksum:Y2EyNzU5ZGEzODc5NGZjZGQyMTEwODFmYWVmOWUwMGM=
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/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml
ArtifactUUID:939d8577-7d67-46e7-9123-b6f784f72f8b
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/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env
ArtifactUUID:a5764cbb-528d-4a86-9b21-8abd82b7c41f
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/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env
ArtifactUUID:a5764cbb-528d-4a86-9b21-8abd82b7c41f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-04T06:37:38.515Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e11a14b-e45d-4949-8b2f-e78bfae76d96 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-04T06:37:38.575Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-04T06:37:38.576Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-04T06:37:38.578Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-04T06:37:38.579Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a2fc7767-b62d-4d1d-b50d-64bbfe613caf from URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar
2022-12-04T06:37:38.579Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-04T06:37:38.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar
2022-12-04T06:37:38.719Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-04T06:37:38.742Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar a2fc7767-b62d-4d1d-b50d-64bbfe613caf 101483
2022-12-04T06:37:38.745Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar ASDC sendASDCNotification
2022-12-04T06:37:38.745Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar
2022-12-04T06:37:38.748Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:37:38.750Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:38.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:38.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135858743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:38.852Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:38.854Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:38.854Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:38.871Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:38.872Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:39.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-04T06:37:39.753Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-04T06:37:39.754Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a2fc7767-b62d-4d1d-b50d-64bbfe613caf, URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar to file: /app/ASDC/1/service-Vfw20221204063538-csar.csar
2022-12-04T06:37:39.755Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221204063538-csar.csar
2022-12-04T06:37:39.951Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221204063538-csar.csar
2022-12-04T06:37:39.952Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221204063538-csar.csar
2022-12-04T06:37:40.713Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7206051778758648770/Definitions/service-Vfw20221204063538-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-04T06:37:44.297Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-04T06:37:44.303Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-04T06:37:44.303Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.303Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-04T06:37:44.304Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.304Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.304Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1e28a863-015c 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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.304Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.305Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.306Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.306Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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-Vfw20221204063538-csar.csar
2022-12-04T06:37:44.306Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-04T06:37:44.314Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.316Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:44.320Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:44.321Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-04T06:37:44.323Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-04T06:37:44.325Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.325Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:44.325Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:44.325Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-04T06:37:44.326Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-04T06:37:44.326Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.326Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:44.330Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.330Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria
2022-12-04T06:37:44.331Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-04T06:37:44.331Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-04T06:37:44.331Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-04T06:37:44.332Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:44.332Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.332Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-04T06:37:44.333Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.333Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-04T06:37:44.333Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-04T06:37:44.334Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.334Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:44.334Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-04T06:37:44.335Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:44.335Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-04T06:37:44.336Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.336Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-04T06:37:44.336Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.337Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-04T06:37:44.338Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.339Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:44.339Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:37:44.340Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.340Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:44.340Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:37:44.341Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.341Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:44.341Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:37:44.342Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.342Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria
2022-12-04T06:37:44.342Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-04T06:37:44.342Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-04T06:37:44.343Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-04T06:37:44.343Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-04T06:37:44.344Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-04T06:37:44.344Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.344Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:44.344Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-04T06:37:44.345Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:44.345Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-04T06:37:44.345Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.346Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f6b181bf-b778-4abf-9e4f-2ade00121d5e
2022-12-04T06:37:44.346Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.346Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria
2022-12-04T06:37:44.347Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-04T06:37:44.347Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-04T06:37:44.347Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-04T06:37:44.349Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-04T06:37:44.349Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:44.349Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-04T06:37:44.350Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.350Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=446e3034-c004-4c04-946e-848a9c42f8b6
2022-12-04T06:37:44.350Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.351Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria
2022-12-04T06:37:44.351Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-04T06:37:44.351Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-04T06:37:44.352Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-04T06:37:44.352Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:44.352Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.352Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-04T06:37:44.353Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.353Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-04T06:37:44.354Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-04T06:37:44.354Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:44.354Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:44.354Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-04T06:37:44.355Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=717ae667-809b-4518-9ce5-a229cee1b641
2022-12-04T06:37:44.355Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.355Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:44.356Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.356Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:44.356Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.357Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:44.357Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:44.357Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:44.358Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-04 06-35-38
Description:catalog service description
Model UUID:8e11a14b-e45d-4949-8b2f-e78bfae76d96
Model Version:NULL
Model InvariantUuid:77dec576-7e67-4df1-87bd-c9292c61c005
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1e28a863-015c
Model UUID:c410347e-7f13-4f99-9bd2-c45bd0f1fc58
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b226405-be11-4f6b-9e76-9744218523c6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1acec999-de6a-4927-a0e8-69f1b7fa0113
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f99f7262-1a22-4859-8c44-78074c06c451
ModelName:Vfw1e28a863015c..base_vfw..module-0
ModelUuid:3dbbe475-78da-4341-8b94-aa980d15486c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f6b181bf-b778-4abf-9e4f-2ade00121d5e
ModelInvariantUuid:124faeb3-9770-41b9-9992-d4f095f59df3
ModelName:vFW 1e28a863-015c-nodes.vfwCvfc
ModelUuid:a6b1eee0-5d85-4ce4-a21f-ef39cfceb899
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:bad1fd97-957e-4893-b571-88f318e3d6e8
ModelInvariantUuid:5be1c3d0-a828-4eab-ade0-4ab0a7f13f3f
ModelName:Vfw1e28a863015c.compute.nodes.heat.vfw
ModelUuid:a7bcf642-1a6a-4812-b1d8-301731c60e1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:446e3034-c004-4c04-946e-848a9c42f8b6
ModelInvariantUuid:9eab4cf8-8a07-48c9-92d1-c58f9c63ad23
ModelName:vFW 1e28a863-015c-nodes.vsnCvfc
ModelUuid:bd57cfd2-c499-4cd9-9317-ccc90bb7abb1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:19d2b378-a250-4b06-a885-73aaa7ddad4d
ModelInvariantUuid:e4b2018e-cbce-4803-bedd-e9f17371814f
ModelName:Vfw1e28a863015c.compute.nodes.heat.vsn
ModelUuid:a916e0dc-7536-4ecb-8685-2135d301d96b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:717ae667-809b-4518-9ce5-a229cee1b641
ModelInvariantUuid:d3b96764-062f-4c62-83e8-da520bf1d098
ModelName:vFW 1e28a863-015c-nodes.vpgCvfc
ModelUuid:32d5a629-d02f-4583-bac6-a857dc04ba15
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5449cbc9-da74-45fa-8b1e-f964496aec94
ModelInvariantUuid:eee20cd1-8870-4c09-9208-e531fa3bc25a
ModelName:Vfw1e28a863015c.compute.nodes.heat.vpg
ModelUuid:d48fec65-cdf9-47cd-9fa1-fc07e9cf8e07
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-04T06:37:44.369Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b153817d-c9b0-449c-b697-e609f8d034f5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-04T06:37:44.514Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||vFW 1e28a863-015c 0
2022-12-04T06:37:44.522Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b153817d-c9b0-449c-b697-e609f8d034f5
2022-12-04T06:37:44.522Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f6a891d0-bef6-4036-a1fd-93719fe2c5a2 from URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json
2022-12-04T06:37:44.523Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-04T06:37:44.523Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json
2022-12-04T06:37:44.580Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-04T06:37:44.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json f6a891d0-bef6-4036-a1fd-93719fe2c5a2 785
2022-12-04T06:37:44.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json ASDC sendASDCNotification
2022-12-04T06:37:44.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json
2022-12-04T06:37:44.581Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:37:44.582Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:44.584Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:44.585Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135864581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:44.685Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:44.686Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:44.687Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:44.698Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:44.699Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-04T06:37:45.586Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1e28a863015c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f99f7262-1a22-4859-8c44-78074c06c451",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3dbbe475-78da-4341-8b94-aa980d15486c",
"vfModuleModelCustomizationUUID": "e82495aa-cda2-45e1-a305-fadc7e5c8c17",
"isBase": true,
"artifacts": [
"939d8577-7d67-46e7-9123-b6f784f72f8b",
"a5764cbb-528d-4a86-9b21-8abd82b7c41f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-04T06:37:45.607Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1e28a863015c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3dbbe475-78da-4341-8b94-aa980d15486c
VfModuleModelInvariantUUID:f99f7262-1a22-4859-8c44-78074c06c451
VfModuleModelDescription:NULL
Artifacts UUID List:{
939d8577-7d67-46e7-9123-b6f784f72f8b
,
a5764cbb-528d-4a86-9b21-8abd82b7c41f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-04T06:37:45.610Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1e28a863015c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f99f7262-1a22-4859-8c44-78074c06c451",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3dbbe475-78da-4341-8b94-aa980d15486c",
"vfModuleModelCustomizationUUID": "e82495aa-cda2-45e1-a305-fadc7e5c8c17",
"isBase": true,
"artifacts": [
"939d8577-7d67-46e7-9123-b6f784f72f8b",
"a5764cbb-528d-4a86-9b21-8abd82b7c41f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-04T06:37:45.611Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1e28a863015c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3dbbe475-78da-4341-8b94-aa980d15486c
VfModuleModelInvariantUUID:f99f7262-1a22-4859-8c44-78074c06c451
VfModuleModelDescription:NULL
Artifacts UUID List:{
939d8577-7d67-46e7-9123-b6f784f72f8b
,
a5764cbb-528d-4a86-9b21-8abd82b7c41f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-04T06:37:45.611Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 939d8577-7d67-46e7-9123-b6f784f72f8b from URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml
2022-12-04T06:37:45.611Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-04T06:37:45.611Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml
2022-12-04T06:37:45.685Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml 939d8577-7d67-46e7-9123-b6f784f72f8b 20368
2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml
2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:37:45.686Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:45.688Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:45.688Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135865686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:45.788Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:45.790Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:45.790Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:45.806Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:45.807Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:46.689Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a5764cbb-528d-4a86-9b21-8abd82b7c41f from URL: /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env
2022-12-04T06:37:46.690Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-04T06:37:46.690Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env
2022-12-04T06:37:46.746Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-04T06:37:46.748Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env a5764cbb-528d-4a86-9b21-8abd82b7c41f 2098
2022-12-04T06:37:46.749Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-04T06:37:46.749Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env
2022-12-04T06:37:46.749Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:37:46.750Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:46.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:46.752Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135866748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:37:46.852Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:46.854Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:46.854Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:46.869Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:46.870Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:47.753Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8e11a14b-e45d-4949-8b2f-e78bfae76d96
2022-12-04T06:37:47.754Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1e28a863-015c 0 b153817d-c9b0-449c-b697-e609f8d034f5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-04T06:37:47.802Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13ac76e3, org.onap.sdc.toscaparser.api.parameters.Input@6639366d, org.onap.sdc.toscaparser.api.parameters.Input@e59f700, org.onap.sdc.toscaparser.api.parameters.Input@40492d0d, org.onap.sdc.toscaparser.api.parameters.Input@30a24089]
2022-12-04T06:37:47.806Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.807Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:47.807Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-12-04T06:37:47.807Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1acec999-de6a-4927-a0e8-69f1b7fa0113
2022-12-04T06:37:47.808Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1acec999-de6a-4927-a0e8-69f1b7fa0113 matches Tosca VF Customization UUID: 1acec999-de6a-4927-a0e8-69f1b7fa0113
2022-12-04T06:37:47.808Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1acec999-de6a-4927-a0e8-69f1b7fa0113 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-04T06:37:47.817Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.818Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:47.819Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1acec999-de6a-4927-a0e8-69f1b7fa0113: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-04T06:37:47.820Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@548c1c58
2022-12-04T06:37:47.820Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.820Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-04T06:37:47.821Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e82495aa-cda2-45e1-a305-fadc7e5c8c17
2022-12-04T06:37:47.822Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e82495aa-cda2-45e1-a305-fadc7e5c8c17
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-04T06:37:47.829Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.829Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:47.829Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:37:47.830Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.830Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:47.830Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria
2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-04T06:37:47.831Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-04T06:37:47.832Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:47.833Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-04T06:37:47.833Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:47.833Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f6b181bf-b778-4abf-9e4f-2ade00121d5e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-04T06:37:47.841Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.841Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:47.841Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:37:47.842Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.842Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria
2022-12-04T06:37:47.842Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-04T06:37:47.843Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-04T06:37:47.843Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-04T06:37:47.843Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:47.843Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:47.844Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-04T06:37:47.845Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:47.845Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=446e3034-c004-4c04-946e-848a9c42f8b6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-04T06:37:47.850Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.851Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:47.851Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:37:47.855Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is not matching search criteria
2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-04T06:37:47.856Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:47.857Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:47.857Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-04T06:37:47.857Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-04T06:37:47.857Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-04T06:37:47.858Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-04T06:37:47.858Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-04T06:37:47.858Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-04T06:37:47.859Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-04T06:37:47.859Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=717ae667-809b-4518-9ce5-a229cee1b641
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-04T06:37:47.862Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.862Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:47.863Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:37:47.863Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.863Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1e28a863-015c 0 is matching search criteria
2022-12-04T06:37:47.864Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1e28a863-015c 0] matching following query criteria: sdcType=VF, customizationUUID=1acec999-de6a-4927-a0e8-69f1b7fa0113
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-04T06:37:47.866Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.866Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:47.867Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8e11a14b-e45d-4949-8b2f-e78bfae76d96: vFW 1e28a863-015c
2022-12-04T06:37:47.867Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.867Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:47.867Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.868Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:47.868Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.868Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:47.869Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.869Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:47.869Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:37:47.869Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-04 06-35-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:37:47.870Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-12-04 06-35-38
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:37:48.151Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1e28a863-015c b153817d-c9b0-449c-b697-e609f8d034f5 1 ASDC deployResourceStructure
2022-12-04T06:37:48.152Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json ASDC sendASDCNotification
2022-12-04T06:37:48.152Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json
2022-12-04T06:37:48.152Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-04T06:37:48.153Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:48.155Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:48.155Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135868152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-04T06:37:48.256Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:48.257Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:48.257Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:48.279Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:48.279Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:49.156Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-04T06:37:49.156Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml
2022-12-04T06:37:49.157Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-04T06:37:49.157Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:49.160Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:49.160Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135869156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-04T06:37:49.260Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:49.261Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:49.261Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:49.274Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:49.274Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:50.162Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-04T06:37:50.162Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env
2022-12-04T06:37:50.163Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-04T06:37:50.163Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:50.165Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:50.166Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135870161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-04T06:37:50.266Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:50.267Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:50.267Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:50.279Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:50.280Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:51.167Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar ASDC sendASDCNotification
2022-12-04T06:37:51.168Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar
2022-12-04T06:37:51.168Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-04T06:37:51.168Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:37:51.171Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:37:51.171Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135871167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:37:51.271Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:37:51.272Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:37:51.272Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:37:51.284Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:37:51.285Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:37:52.173Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 026e57f4-2070-4f4a-a99e-b774bf0c2457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:37:52.196Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 026e57f4-2070-4f4a-a99e-b774bf0c2457
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:37:52.200Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:37:52.201Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:37:52.202Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:37:52.203Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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=?
2022-12-04T06:37:52.209Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-04T06:38:22.210Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 026e57f4-2070-4f4a-a99e-b774bf0c2457 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-04T06:38:22.227Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 026e57f4-2070-4f4a-a99e-b774bf0c2457 and serviceModelVersionId: 8e11a14b-e45d-4949-8b2f-e78bfae76d96
2022-12-04T06:38:22.227Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77dec576-7e67-4df1-87bd-c9292c61c005
2022-12-04T06:38:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:38:30.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:38:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:30.786Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:30.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:38:30.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:38:30.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:38:40.219Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0
2022-12-04T06:38:40.348Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-04T06:38:40.977Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-04T06:38:40.984Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0|INFO|500||Invoke
2022-12-04T06:38:41.116Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-04T06:38:41.364Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0|INFO|500||InvokeReturn
2022-12-04T06:38:41.365Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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/77dec576-7e67-4df1-87bd-c9292c61c005/model-vers/model-ver/8e11a14b-e45d-4949-8b2f-e78bfae76d96?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 06:38:40 GMT], content-length=[0], vertex-id=[212992], x-aai-txid=[1-aai-resources-221204-06:38:40:317-3937], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-04T06:38:41.372Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T06:38:41.376Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-04T06:38:41.376Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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=?
2022-12-04T06:38:41.386Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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)
2022-12-04T06:38:41.387Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 026e57f4-2070-4f4a-a99e-b774bf0c2457 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-04T06:38:41.388Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-04T06:38:41.389Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:41.391Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:41.391Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135921387,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-04T06:38:41.491Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:41.493Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:41.493Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:41.511Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:41.512Z||pool-18-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=?
2022-12-04T06:38:42.408Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:38:42.409Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:38:42.409Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:43.041Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:43.042Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-04T06:38:43.042Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5e25d8d-3cfa-4a2d-96a9-799744920b5b","serviceName":"basic_onboard_heUDxl","serviceVersion":"1.0","serviceUUID":"2ce583cb-c94e-498c-a37c-438f74194d73","serviceDescription":"service","serviceInvariantUUID":"13d7a78b-b9f4-43b4-908f-4393d07c85c0","resources":[{"resourceInstanceName":"basic_onboard_heUDxl 0","resourceName":"basic_onboard_heUDxl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"103a9123-39fc-44a0-ae31-ff686c9b3e61","resourceInvariantUUID":"99379f14-882e-418c-b767-5508e00e095c","resourceCustomizationUUID":"577cf44a-16cd-4c64-aac1-6ad3575189fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml","artifactChecksum":"Mzk1MzgxMjE4MDA2ZTdiZTdjOTdhOTVmYzVkM2YwYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"98874dad-0804-496a-85da-4497fa94fb05","artifactVersion":"1"},{"artifactName":"basic_onboard_heudxl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json","artifactChecksum":"NjU2N2U3NjZhM2RlOTgyNmQ0ZjQ2MTMxNGMyZTg4YzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"088b6e7e-c760-4feb-abe9-bf14869ef2df","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24af78bd-a0ca-48fe-a109-1c1caedd14e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"464e1201-55a4-4f87-ae1e-d8470e302cd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7bef52aa-521e-4ae6-8db4-a516e1c6088d","artifactVersion":"2","generatedFromUUID":"24af78bd-a0ca-48fe-a109-1c1caedd14e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHeudxl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml","artifactChecksum":"MWEwZGJjMzYyMjU1ZDBmNjA3MTEwNzVlN2QwYTAzOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"373afc15-a5eb-4464-9a6f-1e0620d4f2ed","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHeudxl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar","artifactChecksum":"OWQwOWE5MTBiYzIzYmEwNTQ2MWY1YjVkYTMxMGMyNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c308679e-8656-4b8f-9179-df276a1d6585","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-04T06:38:43.044Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:38:43.045Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:43.046Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:43.047Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:38:43.147Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:43.148Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:43.149Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:43.182Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:43.183Z||pool-19-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:44.047Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:38:44.049Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:44.052Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:44.052Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "NOTIFIED"
}
2022-12-04T06:38:44.152Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:44.153Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:44.154Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:44.178Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:44.179Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:45.053Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:38:45.053Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:45.056Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:45.056Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-04T06:38:45.156Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:45.157Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:45.158Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:45.172Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:45.173Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:46.057Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:38:46.057Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:46.060Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:46.060Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:38:46.160Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:46.162Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:46.162Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:46.183Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:46.184Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:47.061Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:38:47.061Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:47.064Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:47.064Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-04T06:38:47.164Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:47.165Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:47.166Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:47.178Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:47.179Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:48.064Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:38:48.065Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:48.068Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:48.068Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:38:48.169Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:48.170Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:48.171Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:48.186Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:48.188Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:49.069Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:38:49.070Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:49.072Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:49.072Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:38:49.172Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:49.173Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:49.173Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:49.186Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:49.186Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:50.074Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"serviceName": "basic_onboard_heUDxl",
"serviceVersion": "1.0",
"serviceUUID": "2ce583cb-c94e-498c-a37c-438f74194d73",
"serviceDescription": "service",
"serviceInvariantUUID": "13d7a78b-b9f4-43b4-908f-4393d07c85c0",
"resources": [
{
"resourceInstanceName": "basic_onboard_heUDxl 0",
"resourceCustomizationUUID": "577cf44a-16cd-4c64-aac1-6ad3575189fd",
"resourceName": "basic_onboard_heUDxl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "103a9123-39fc-44a0-ae31-ff686c9b3e61",
"resourceInvariantUUID": "99379f14-882e-418c-b767-5508e00e095c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_heudxl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"artifactChecksum": "NjU2N2U3NjZhM2RlOTgyNmQ0ZjQ2MTMxNGMyZTg4YzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "088b6e7e-c760-4feb-abe9-bf14869ef2df",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "24af78bd-a0ca-48fe-a109-1c1caedd14e9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7bef52aa-521e-4ae6-8db4-a516e1c6088d",
"generatedFromUUID": "24af78bd-a0ca-48fe-a109-1c1caedd14e9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7bef52aa-521e-4ae6-8db4-a516e1c6088d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHeudxl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"artifactChecksum": "OWQwOWE5MTBiYzIzYmEwNTQ2MWY1YjVkYTMxMGMyNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c308679e-8656-4b8f-9179-df276a1d6585"
}
],
"workloadContext": "Production"
}
2022-12-04T06:38:50.074Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-04T06:38:50.074Z|026e57f4-2070-4f4a-a99e-b774bf0c2457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ce583cb-c94e-498c-a37c-438f74194d73 ASDC
2022-12-04T06:38:50.075Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f5e25d8d-3cfa-4a2d-96a9-799744920b5b
ServiceName:basic_onboard_heUDxl
ServiceVersion:1.0
ServiceUUID:2ce583cb-c94e-498c-a37c-438f74194d73
ServiceInvariantUUID:13d7a78b-b9f4-43b4-908f-4393d07c85c0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHeudxl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar
ArtifactUUID:c308679e-8656-4b8f-9179-df276a1d6585
ArtifactChecksum:OWQwOWE5MTBiYzIzYmEwNTQ2MWY1YjVkYTMxMGMyNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_heUDxl 0
ResourceCustomizationUUID:577cf44a-16cd-4c64-aac1-6ad3575189fd
ResourceInvariantUUID:99379f14-882e-418c-b767-5508e00e095c
ResourceName:basic_onboard_heUDxl
ResourceType:VF
ResourceUUID:103a9123-39fc-44a0-ae31-ff686c9b3e61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_heudxl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json
ArtifactUUID:088b6e7e-c760-4feb-abe9-bf14869ef2df
ArtifactChecksum:NjU2N2U3NjZhM2RlOTgyNmQ0ZjQ2MTMxNGMyZTg4YzI=
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/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:24af78bd-a0ca-48fe-a109-1c1caedd14e9
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/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env
ArtifactUUID:7bef52aa-521e-4ae6-8db4-a516e1c6088d
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/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env
ArtifactUUID:7bef52aa-521e-4ae6-8db4-a516e1c6088d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-04T06:38:50.075Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ce583cb-c94e-498c-a37c-438f74194d73 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:38:50.122Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-04T06:38:50.123Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-04T06:38:50.123Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-04T06:38:50.123Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c308679e-8656-4b8f-9179-df276a1d6585 from URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:50.123Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-04T06:38:50.124Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:50.191Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-04T06:38:50.195Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar c308679e-8656-4b8f-9179-df276a1d6585 75678
2022-12-04T06:38:50.195Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar ASDC sendASDCNotification
2022-12-04T06:38:50.195Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:50.196Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:38:50.196Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:50.198Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:50.198Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135930195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:38:50.299Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:50.301Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:50.301Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:50.318Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:50.318Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:51.200Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-04T06:38:51.201Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-04T06:38:51.201Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c308679e-8656-4b8f-9179-df276a1d6585, URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar to file: /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:51.202Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:51.202Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:51.202Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:51.432Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4634780819325854446/Definitions/service-BasicOnboardHeudxl-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
2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-04T06:38:52.705Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_heUDxl 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-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-04T06:38:52.706Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria
2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-04T06:38:52.707Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria
2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.708Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is not matching search criteria
2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-04T06:38:52.709Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria
2022-12-04T06:38:52.710Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria
2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.711Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria
2022-12-04T06:38:52.712Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:38:52.712Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.712Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is not matching search criteria
2022-12-04T06:38:52.712Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-04T06:38:52.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-04T06:38:52.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=866baf54-a6a5-4532-8033-5654662e5432
2022-12-04T06:38:52.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.713Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:52.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:52.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.714Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:52.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:52.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:52.715Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_heUDxl
Description:service
Model UUID:2ce583cb-c94e-498c-a37c-438f74194d73
Model Version:NULL
Model InvariantUuid:13d7a78b-b9f4-43b4-908f-4393d07c85c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_heUDxl
Model UUID:79844985-42e2-4048-9fc3-8b079f1e9fa2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99379f14-882e-418c-b767-5508e00e095c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:577cf44a-16cd-4c64-aac1-6ad3575189fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6
ModelName:BasicOnboardHeudxl..base_ubuntu18..module-0
ModelUuid:a1a1fcf9-c97e-43e4-81b1-93381d6aa25c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:866baf54-a6a5-4532-8033-5654662e5432
ModelInvariantUuid:2c422d6b-eb9f-4769-a22d-50590e5e384d
ModelName:basic_onboard_heUDxl-nodes.ubuntu18Cvfc
ModelUuid:1bc94e99-af2c-4146-82d4-26e58a73fe5e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ffc1f913-7747-4c8e-baf5-06ac12a59e84
ModelInvariantUuid:65781524-73e8-4e14-9733-72192f0b220c
ModelName:BasicOnboardHeudxl.compute.nodes.heat.ubuntu18
ModelUuid:94023c18-d1b4-4f8f-b8de-0d33f8049ff4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-04T06:38:52.721Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 103a9123-39fc-44a0-ae31-ff686c9b3e61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-04T06:38:52.724Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||basic_onboard_heUDxl 0
2022-12-04T06:38:52.724Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 103a9123-39fc-44a0-ae31-ff686c9b3e61
2022-12-04T06:38:52.724Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 088b6e7e-c760-4feb-abe9-bf14869ef2df from URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json
2022-12-04T06:38:52.724Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-04T06:38:52.725Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json
2022-12-04T06:38:52.785Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-04T06:38:52.786Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json 088b6e7e-c760-4feb-abe9-bf14869ef2df 798
2022-12-04T06:38:52.786Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json ASDC sendASDCNotification
2022-12-04T06:38:52.786Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json
2022-12-04T06:38:52.786Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:38:52.787Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:52.789Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:52.789Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135932786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:38:52.889Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:52.890Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:52.890Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:52.902Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:52.902Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:53.790Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHeudxl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a1a1fcf9-c97e-43e4-81b1-93381d6aa25c",
"vfModuleModelCustomizationUUID": "afa9fd3c-a9e5-4622-afdc-539e73557894",
"isBase": true,
"artifacts": [
"24af78bd-a0ca-48fe-a109-1c1caedd14e9",
"7bef52aa-521e-4ae6-8db4-a516e1c6088d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-04T06:38:53.794Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHeudxl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1a1fcf9-c97e-43e4-81b1-93381d6aa25c
VfModuleModelInvariantUUID:df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
24af78bd-a0ca-48fe-a109-1c1caedd14e9
,
7bef52aa-521e-4ae6-8db4-a516e1c6088d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHeudxl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a1a1fcf9-c97e-43e4-81b1-93381d6aa25c",
"vfModuleModelCustomizationUUID": "afa9fd3c-a9e5-4622-afdc-539e73557894",
"isBase": true,
"artifacts": [
"24af78bd-a0ca-48fe-a109-1c1caedd14e9",
"7bef52aa-521e-4ae6-8db4-a516e1c6088d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHeudxl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1a1fcf9-c97e-43e4-81b1-93381d6aa25c
VfModuleModelInvariantUUID:df8a6c1f-79a3-4f83-95a0-2aff4cdaa5b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
24af78bd-a0ca-48fe-a109-1c1caedd14e9
,
7bef52aa-521e-4ae6-8db4-a516e1c6088d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 24af78bd-a0ca-48fe-a109-1c1caedd14e9 from URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml
2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-04T06:38:53.796Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml
2022-12-04T06:38:53.846Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml 24af78bd-a0ca-48fe-a109-1c1caedd14e9 5033
2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml
2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:38:53.847Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:53.850Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:53.850Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135933847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:38:53.950Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:53.952Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:53.952Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:53.968Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:53.969Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-04T06:38:54.851Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7bef52aa-521e-4ae6-8db4-a516e1c6088d from URL: /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env
2022-12-04T06:38:54.851Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-04T06:38:54.852Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env
2022-12-04T06:38:54.922Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env 7bef52aa-521e-4ae6-8db4-a516e1c6088d 909
2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env
2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:38:54.923Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:54.925Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:54.926Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135934923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:38:55.026Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:55.027Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:55.027Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:55.039Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:55.040Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:55.926Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2ce583cb-c94e-498c-a37c-438f74194d73
2022-12-04T06:38:55.927Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_heUDxl 0 103a9123-39fc-44a0-ae31-ff686c9b3e61 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-04T06:38:55.944Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7911c0fb, org.onap.sdc.toscaparser.api.parameters.Input@591b0ae7, org.onap.sdc.toscaparser.api.parameters.Input@4d1ab4ac, org.onap.sdc.toscaparser.api.parameters.Input@a0808b6, org.onap.sdc.toscaparser.api.parameters.Input@7d690714]
2022-12-04T06:38:55.946Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.946Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:55.946Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-12-04T06:38:55.947Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 577cf44a-16cd-4c64-aac1-6ad3575189fd
2022-12-04T06:38:55.947Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 577cf44a-16cd-4c64-aac1-6ad3575189fd matches Tosca VF Customization UUID: 577cf44a-16cd-4c64-aac1-6ad3575189fd
2022-12-04T06:38:55.947Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 577cf44a-16cd-4c64-aac1-6ad3575189fd matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-04T06:38:55.950Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.950Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:55.952Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 577cf44a-16cd-4c64-aac1-6ad3575189fd: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-04T06:38:55.952Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e04eb0e
2022-12-04T06:38:55.952Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.953Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-04T06:38:55.953Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : afa9fd3c-a9e5-4622-afdc-539e73557894
2022-12-04T06:38:55.953Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID afa9fd3c-a9e5-4622-afdc-539e73557894
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-04T06:38:55.957Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.957Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria
2022-12-04T06:38:55.958Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:38:55.958Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.958Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria
2022-12-04T06:38:55.959Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:38:55.959Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.960Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is not matching search criteria
2022-12-04T06:38:55.960Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-04T06:38:55.960Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-04T06:38:55.961Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=866baf54-a6a5-4532-8033-5654662e5432
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-04T06:38:55.964Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.965Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria
2022-12-04T06:38:55.965Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:38:55.966Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.967Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_heUDxl 0 is matching search criteria
2022-12-04T06:38:55.967Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_heUDxl 0] matching following query criteria: sdcType=VF, customizationUUID=577cf44a-16cd-4c64-aac1-6ad3575189fd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-04T06:38:55.970Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.970Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:55.971Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2ce583cb-c94e-498c-a37c-438f74194d73: basic_onboard_heUDxl
2022-12-04T06:38:55.971Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.972Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:55.972Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.973Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:55.973Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.973Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:55.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:55.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:38:55.975Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_heUDxl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:38:55.975Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_heUDxl
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:38:56.076Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_heUDxl 103a9123-39fc-44a0-ae31-ff686c9b3e61 1 ASDC deployResourceStructure
2022-12-04T06:38:56.077Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json ASDC sendASDCNotification
2022-12-04T06:38:56.077Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json
2022-12-04T06:38:56.077Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-04T06:38:56.078Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:56.080Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:56.081Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135936077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-04T06:38:56.180Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-04T06:38:56.181Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:56.181Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:56.198Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:56.199Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:57.082Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-04T06:38:57.082Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml
2022-12-04T06:38:57.082Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-04T06:38:57.083Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:57.085Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:57.086Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135937081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-04T06:38:57.186Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-04T06:38:57.187Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:57.187Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:57.215Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:57.215Z||pool-31-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:58.087Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-04T06:38:58.087Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env
2022-12-04T06:38:58.087Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-04T06:38:58.088Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:58.090Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:58.090Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135938087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-04T06:38:58.190Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-04T06:38:58.192Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:58.192Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:58.213Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:58.214Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:38:59.094Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar ASDC sendASDCNotification
2022-12-04T06:38:59.094Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar
2022-12-04T06:38:59.094Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-04T06:38:59.095Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:38:59.097Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:38:59.097Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135939094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:38:59.197Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:38:59.198Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:38:59.198Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:38:59.217Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:38:59.218Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:39:00.098Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:39:00.110Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:39:00.112Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-04T06:39:00.113Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-04T06:39:00.113Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-04T06:39:30.113Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:39:30.127Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:39:30.129Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-04T06:39:30.129Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-04T06:39:30.130Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-04T06:39:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:39:30.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:39:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:39:30.696Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:39:30.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135850636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135858743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135846947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135856571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135846947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135856571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135864581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135846947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135856571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.710Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135846947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135865686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135856571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135846947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135866748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.712Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135856571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135846947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "cds",
"timestamp": 1670135866295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135868152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/vfw1e28a863015c0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-04T06:39:30.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135856571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135846947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "cds",
"timestamp": 1670135866295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135867587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135869156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-04T06:39:30.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135867933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135856571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "cds",
"timestamp": 1670135866295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135867587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135868417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135870161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/resourceInstances/vfw1e28a863015c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-04T06:39:30.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135867933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135869117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "cds",
"timestamp": 1670135866295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135867587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135869478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135871167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221204063538/1.0/artifacts/service-Vfw20221204063538-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135867933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "cds",
"timestamp": 1670135866295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135867587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135870559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135867933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "cds",
"timestamp": 1670135866295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135867587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135871424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:39:30.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135871582,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-04T06:39:30.737Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5e25d8d-3cfa-4a2d-96a9-799744920b5b
2022-12-04T06:39:30.738Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e25d8d-3cfa-4a2d-96a9-799744920b5b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:39:30.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135867933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "cds",
"timestamp": 1670135866295,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135867587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670135872428,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-04T06:39:30.760Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5e25d8d-3cfa-4a2d-96a9-799744920b5b
2022-12-04T06:39:30.760Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e25d8d-3cfa-4a2d-96a9-799744920b5b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:39:30.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "multicloud-k8s",
"timestamp": 1670135872585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-04T06:39:30.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135867933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135867587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:39:30.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "cds",
"timestamp": 1670135874074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1670135867933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:39:30.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:39:30.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "cds",
"timestamp": 1670135875110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-04T06:39:30.783Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5e25d8d-3cfa-4a2d-96a9-799744920b5b
2022-12-04T06:39:30.783Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e25d8d-3cfa-4a2d-96a9-799744920b5b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:39:30.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135874706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:39:30.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135883949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:39:30.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:39:30.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:39:30.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "aai-model-loader",
"timestamp": 1670135884952,
"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=?
2022-12-04T06:39:30.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5e25d8d-3cfa-4a2d-96a9-799744920b5b
2022-12-04T06:39:30.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5e25d8d-3cfa-4a2d-96a9-799744920b5b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:40:00.130Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:40:00.154Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-04T06:40:00.158Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:40:00.159Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:40:00.159Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:40:00.159Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:40:00.159Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:40:00.160Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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=?
2022-12-04T06:40:00.166Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-04T06:40:30.166Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-04T06:40:30.175Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5e25d8d-3cfa-4a2d-96a9-799744920b5b and serviceModelVersionId: 2ce583cb-c94e-498c-a37c-438f74194d73
2022-12-04T06:40:30.175Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13d7a78b-b9f4-43b4-908f-4393d07c85c0
2022-12-04T06:40:30.177Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0
2022-12-04T06:40:30.185Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-04T06:40:30.240Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-04T06:40:30.242Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0|INFO|500||Invoke
2022-12-04T06:40:30.271Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-04T06:40:30.391Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0|INFO|500||InvokeReturn
2022-12-04T06:40:30.392Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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/13d7a78b-b9f4-43b4-908f-4393d07c85c0/model-vers/model-ver/2ce583cb-c94e-498c-a37c-438f74194d73?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 06:40:29 GMT], content-length=[0], vertex-id=[217088], x-aai-txid=[0-aai-resources-221204-06:40:29:469-27041], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-04T06:40:30.392Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T06:40:30.393Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-04T06:40:30.394Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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=?
2022-12-04T06:40:30.399Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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)
2022-12-04T06:40:30.399Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5e25d8d-3cfa-4a2d-96a9-799744920b5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-04T06:40:30.399Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-04T06:40:30.400Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:40:30.403Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:40:30.403Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136030399,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-04T06:40:30.503Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:40:30.504Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:40:30.504Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:40:30.519Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:40:30.519Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-04T06:40:30.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:40:30.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:40:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:40:30.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:40:30.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "026e57f4-2070-4f4a-a99e-b774bf0c2457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135921387,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-04T06:40:30.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:40:30.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:40:30.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:40:30.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "NOTIFIED"
}
2022-12-04T06:40:30.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:40:30.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-04T06:40:30.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:40:30.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:40:30.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-04T06:40:30.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:40:30.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:40:30.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135922408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:40:30.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135930195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:40:30.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135932786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:40:30.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:40:30.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135933847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:40:30.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:40:30.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135934923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:40:30.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135936077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/basic_onboard_heudxl0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-04T06:40:30.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135937081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-04T06:40:30.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:40:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135938087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/resourceInstances/basic_onboard_heudxl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-04T06:40:30.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:40:30.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-04T06:40:30.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670135939094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHeudxl/1.0/artifacts/service-BasicOnboardHeudxl-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:40:30.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-04T06:40:31.418Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:40:31.419Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:40:31.419Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:40:40.973Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:40:40.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:40:40.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:40:40.974Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:40:50.527Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:41:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:41:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:41:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:41:30.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:41:30.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:41:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:41:31.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:41:31.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-04T06:41:31.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5e25d8d-3cfa-4a2d-96a9-799744920b5b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136030399,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-04T06:41:31.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:41:40.220Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:42:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:42:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:42:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:42:30.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:42:30.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:42:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:42:40.211Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:42:40.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:43:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:43:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:43:30.638Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:43:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:43:30.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:43:30.643Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:43:40.203Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:43:40.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:44:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:44:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:44:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:44:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:44:30.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:44:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:44:40.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:44:40.228Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:45:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:45:30.639Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:45:30.639Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:45:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:45:30.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:45:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:45:40.233Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:45:40.275Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:46:30.636Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:46:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:46:30.637Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:46:30.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:46:30.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:46:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:46:40.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:46:40.224Z|f5e25d8d-3cfa-4a2d-96a9-799744920b5b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:47:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:47:30.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:47:30.637Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:47:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:47:30.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:47:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:47:40.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:47:40.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:48:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:48:30.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:48:30.637Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:48:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:48:30.641Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:48:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:48:40.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:48:40.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:49:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:49:30.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:49:30.637Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:49:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:49:30.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:49:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:49:40.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:49:40.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:50:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:50:30.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:50:30.637Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:50:30.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:50:30.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:50:30.641Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:50:40.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:50:40.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:51:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:51:30.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:51:30.637Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:51:30.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:51:30.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:51:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:51:40.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:51:40.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:52:30.636Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:52:30.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:52:30.637Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:52:30.641Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-04T06:52:30.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-04T06:52:30.642Z||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 KGk4ThIHhzskTnSH) ...
2022-12-04T06:52:31.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:52:31.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "multicloud-k8s",
"timestamp": 1670136683623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670136696572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "multicloud-k8s",
"timestamp": 1670136683623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670136696572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670136704301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:52:31.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670136706170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:52:31.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "cds",
"timestamp": 1670136706295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "cds",
"timestamp": 1670136706295,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670136707175,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:52:31.062Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56b89a8c-509d-438d-b1f5-d012f1625330
2022-12-04T06:52:31.062Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b89a8c-509d-438d-b1f5-d012f1625330 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:52:31.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "aai-model-loader",
"timestamp": 1670136707587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "ves-openapi-manager",
"timestamp": 1670136707933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "aai-model-loader",
"timestamp": 1670136707587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "cds",
"timestamp": 1670136709078,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:52:31.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "ves-openapi-manager",
"timestamp": 1670136707933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "cds",
"timestamp": 1670136710087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-04T06:52:31.089Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56b89a8c-509d-438d-b1f5-d012f1625330
2022-12-04T06:52:31.090Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b89a8c-509d-438d-b1f5-d012f1625330 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:52:31.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "aai-model-loader",
"timestamp": 1670136709838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:52:31.106Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.106Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "aai-model-loader",
"timestamp": 1670136715107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:52:31.107Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "aai-model-loader",
"timestamp": 1670136716109,
"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=?
2022-12-04T06:52:31.113Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56b89a8c-509d-438d-b1f5-d012f1625330
2022-12-04T06:52:31.114Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56b89a8c-509d-438d-b1f5-d012f1625330 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:52:31.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136733492,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136737587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136736311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136733492,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136737587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136736311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136733492,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136737587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136736311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136733492,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136737587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136736311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136733492,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136737587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136736311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136733492,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136737587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136736311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136733492,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136737587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136736311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136733492,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136737587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136736311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136733492,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136737587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136736311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:52:31.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136746323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:52:31.153Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.153Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "aai-model-loader",
"timestamp": 1670136746837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:52:31.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136747706,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:52:31.154Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.154Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136747401,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:52:31.155Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "ves-openapi-manager",
"timestamp": 1670136747933,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.155Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "cds",
"timestamp": 1670136748737,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:52:31.175Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8bddc255-2e30-46af-bc99-cc3b3344d713
2022-12-04T06:52:31.176Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8bddc255-2e30-46af-bc99-cc3b3344d713 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-04T06:52:31.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "multicloud-k8s",
"timestamp": 1670136748458,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:52:31.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-04T06:52:31.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "ves-openapi-manager",
"timestamp": 1670136747933,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-04T06:52:31.294Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:52:31.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-04T06:52:31.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"56b89a8c-509d-438d-b1f5-d012f1625330","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"da18c985-29b4-4e65-93a9-0330e514cdd9","serviceDescription":"service","serviceInvariantUUID":"f512c9fa-2467-422d-ac28-36affc63d075","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2fd61564-1620-4b1b-b248-317cf73f4358","resourceInvariantUUID":"9081f24b-4351-4442-95b2-cc259da29cf6","resourceCustomizationUUID":"075e418e-4b2c-435d-b95f-db75324c5423","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":"MTk2ZmMxZjcyMGMwNDliZTVmMjU1NmY2ZjVlYTcxYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf7a5090-4dd5-47ab-9fcc-8b2ea4bc3eeb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTNkYTc4Njc1NWFiMmMxMTljMWI1NDJiOWU0NzI2Yjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cec12e36-2191-47b1-b4f7-83ff34c054ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-04T06:52:31.302Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:52:31.302Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:52:31.305Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:52:31.305Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:52:31.405Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:52:31.407Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:52:31.407Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:52:31.420Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:52:31.420Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-04T06:52:32.306Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:52:32.307Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:52:32.309Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:52:32.309Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:52:32.410Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:52:32.411Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:52:32.412Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:52:32.428Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:52:32.429Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-04T06:52:33.311Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "da18c985-29b4-4e65-93a9-0330e514cdd9",
"serviceDescription": "service",
"serviceInvariantUUID": "f512c9fa-2467-422d-ac28-36affc63d075",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "075e418e-4b2c-435d-b95f-db75324c5423",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "2fd61564-1620-4b1b-b248-317cf73f4358",
"resourceInvariantUUID": "9081f24b-4351-4442-95b2-cc259da29cf6",
"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": "MTNkYTc4Njc1NWFiMmMxMTljMWI1NDJiOWU0NzI2Yjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cec12e36-2191-47b1-b4f7-83ff34c054ca"
}
],
"workloadContext": "Production"
}
2022-12-04T06:52:33.311Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-04T06:52:33.311Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da18c985-29b4-4e65-93a9-0330e514cdd9 ASDC
2022-12-04T06:52:33.312Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:56b89a8c-509d-438d-b1f5-d012f1625330
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:da18c985-29b4-4e65-93a9-0330e514cdd9
ServiceInvariantUUID:f512c9fa-2467-422d-ac28-36affc63d075
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:cec12e36-2191-47b1-b4f7-83ff34c054ca
ArtifactChecksum:MTNkYTc4Njc1NWFiMmMxMTljMWI1NDJiOWU0NzI2Yjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:075e418e-4b2c-435d-b95f-db75324c5423
ResourceInvariantUUID:9081f24b-4351-4442-95b2-cc259da29cf6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:2fd61564-1620-4b1b-b248-317cf73f4358
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-04T06:52:33.313Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da18c985-29b4-4e65-93a9-0330e514cdd9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-04T06:52:33.339Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-04T06:52:33.340Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-04T06:52:33.340Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-04T06:52:33.340Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cec12e36-2191-47b1-b4f7-83ff34c054ca from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-04T06:52:33.340Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-04T06:52:33.341Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-04T06:52:33.423Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-04T06:52:33.428Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cec12e36-2191-47b1-b4f7-83ff34c054ca 57789
2022-12-04T06:52:33.428Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-04T06:52:33.428Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-04T06:52:33.428Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:52:33.429Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:52:33.430Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:52:33.431Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136753428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:52:33.531Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:52:33.532Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:52:33.533Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:52:33.555Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:52:33.557Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:52:34.432Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-04T06:52:34.433Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-04T06:52:34.434Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cec12e36-2191-47b1-b4f7-83ff34c054ca, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:34.434Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-04T06:52:34.435Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:34.435Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:34.590Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18383341905942557402/Definitions/service-BasicNetwork-template.yml
2022-12-04T06:52:35.246Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-04T06:52:35.247Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-04T06:52:35.247Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.247Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.248Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.249Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.250Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.251Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.252Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.252Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.252Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.253Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.254Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:da18c985-29b4-4e65-93a9-0330e514cdd9
Model Version:NULL
Model InvariantUuid:f512c9fa-2467-422d-ac28-36affc63d075
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9081f24b-4351-4442-95b2-cc259da29cf6
Model UUID:34731c23-b452-4870-a2a8-cf650cfee07c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:075e418e-4b2c-435d-b95f-db75324c5423
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-04T06:52:35.261Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 2fd61564-1620-4b1b-b248-317cf73f4358
2022-12-04T06:52:35.261Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||No resources found for Service: da18c985-29b4-4e65-93a9-0330e514cdd9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-04T06:52:35.268Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||
2022-12-04T06:52:35.269Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-04T06:52:35.270Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||No resources found for Service: da18c985-29b4-4e65-93a9-0330e514cdd9
2022-12-04T06:52:35.270Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: da18c985-29b4-4e65-93a9-0330e514cdd9
2022-12-04T06:52:35.270Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-04T06:52:35.270Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-04T06:52:35.275Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6822a3be, org.onap.sdc.toscaparser.api.parameters.Input@7acb0303, org.onap.sdc.toscaparser.api.parameters.Input@6dee915b, org.onap.sdc.toscaparser.api.parameters.Input@6358325d, org.onap.sdc.toscaparser.api.parameters.Input@1e1a42db]
2022-12-04T06:52:35.280Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.281Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.281Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.281Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.281Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid da18c985-29b4-4e65-93a9-0330e514cdd9: Generic NeutronNet
2022-12-04T06:52:35.282Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.282Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.282Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.282Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-04T06:52:35.316Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.317Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.317Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.317Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.317Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:52:35.318Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:52:35.318Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-04T06:52:35.378Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-04T06:52:35.379Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-04T06:52:35.379Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-04T06:52:35.379Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-04T06:52:35.379Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:52:35.381Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:52:35.381Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136755378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-04T06:52:35.481Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:52:35.482Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:52:35.482Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:52:35.498Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:52:35.499Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:52:36.382Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56b89a8c-509d-438d-b1f5-d012f1625330
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:52:36.396Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56b89a8c-509d-438d-b1f5-d012f1625330
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-04T06:52:36.399Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-04T06:52:36.399Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-04T06:52:36.399Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:52:36.400Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-04T06:52:36.401Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||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=?
2022-12-04T06:52:36.407Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-04T06:53:06.408Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56b89a8c-509d-438d-b1f5-d012f1625330 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-04T06:53:06.419Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56b89a8c-509d-438d-b1f5-d012f1625330 and serviceModelVersionId: da18c985-29b4-4e65-93a9-0330e514cdd9
2022-12-04T06:53:06.419Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f512c9fa-2467-422d-ac28-36affc63d075
2022-12-04T06:53:06.421Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0
2022-12-04T06:53:06.427Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-04T06:53:06.479Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-04T06:53:06.482Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0|INFO|500||Invoke
2022-12-04T06:53:06.506Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-04T06:53:06.608Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0|INFO|500||InvokeReturn
2022-12-04T06:53:06.609Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f512c9fa-2467-422d-ac28-36affc63d075/model-vers/model-ver/da18c985-29b4-4e65-93a9-0330e514cdd9?depth=0 has http status code:200 and response headers:{date=[Sun, 04 Dec 2022 06:53:05 GMT], content-length=[0], vertex-id=[200856], x-aai-txid=[0-aai-resources-221204-06:53:05:702-69203], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-04T06:53:06.610Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-04T06:53:06.610Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-04T06:53:06.610Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||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=?
2022-12-04T06:53:06.616Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-04T06:53:06.617Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56b89a8c-509d-438d-b1f5-d012f1625330 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-04T06:53:06.617Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-04T06:53:06.617Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:06.620Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:06.620Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "56b89a8c-509d-438d-b1f5-d012f1625330",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136786617,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-04T06:53:06.720Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:53:06.722Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:06.722Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:06.737Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:06.738Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-04T06:53:07.639Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-04T06:53:07.639Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8bddc255-2e30-46af-bc99-cc3b3344d713","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d8179386-3ae7-403f-96c4-7c700a0085d4","serviceDescription":"service","serviceInvariantUUID":"fe1ecd61-4247-428d-92a1-977d39283fcc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"665870c1-aae8-4cf3-8729-a27934f7462e","resourceInvariantUUID":"4c366393-862e-4a69-856e-43331e4e26c4","resourceCustomizationUUID":"b52aefc6-c7e7-4e38-a9d5-b14a59c9109c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MzI5ZGIxOTYyZjEzNzZmOTNkZWI2NzU5YTgzODQ1Mzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78b76d6b-04f2-43df-a66a-d6694f72a1af","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e08aca4-8390-48b7-aaf8-5dd853e2e444","artifactVersion":"2","generatedFromUUID":"0998600b-4dba-4832-a6e2-4f8fd37ced26"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0998600b-4dba-4832-a6e2-4f8fd37ced26","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YTdkZWU4YmQwM2RkNzgxYWVmNGJmOThjODBlNGU2N2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"860a5203-4d12-4870-ad40-6db2339c1845","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e3d97cb9-8b5b-4914-a863-64b921656795","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"867389ab-4731-416d-9edb-140b8a3df822","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"839bbe4d-f5ea-4c29-aeee-3c4e48d37431","artifactVersion":"2","generatedFromUUID":"e3d97cb9-8b5b-4914-a863-64b921656795"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWM2MmI1YzJjYjcwOWNiMjY0Y2U5YTE4N2Y0ZTU4ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a685f9d8-0fe7-4c7f-a7ce-453890576c41","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzMwMDA5MTFiZTQzNmM4MzZmZTJlN2E1OGFiNjFmOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcae7088-4703-423b-abb0-7ac3f95c1b13","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-04T06:53:07.640Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:53:07.640Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:07.642Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:07.642Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:53:07.742Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:53:07.743Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:07.743Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:07.777Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:07.778Z||pool-40-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:53:08.643Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:53:08.646Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:08.648Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:08.648Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-04T06:53:08.749Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-04T06:53:08.751Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:08.751Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:08.763Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:08.764Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:53:09.649Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:53:09.650Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:09.653Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:09.653Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-04T06:53:09.753Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:53:09.754Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:09.754Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:09.766Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:09.766Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:53:10.654Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:53:10.655Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:10.657Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:10.657Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-04T06:53:10.757Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:53:10.758Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:10.758Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:10.768Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:10.769Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:53:11.658Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:53:11.659Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:11.661Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:11.662Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-04T06:53:11.762Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:53:11.763Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:11.763Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:11.783Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:11.784Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:53:12.662Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:53:12.663Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:12.665Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:12.665Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:53:12.765Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:53:12.766Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:12.766Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:12.800Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:12.801Z||pool-45-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:53:13.665Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:53:13.666Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:13.672Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:13.673Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-04T06:53:13.773Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-04T06:53:13.773Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:13.774Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:13.788Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:13.788Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-04T06:53:14.673Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:53:14.674Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:14.676Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:14.676Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-04T06:53:14.779Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-04T06:53:14.782Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:14.782Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:14.805Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:14.805Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-12-04T06:53:15.678Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-04T06:53:15.679Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:15.681Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:15.682Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136750636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-04T06:53:15.782Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:53:15.783Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:15.783Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:15.821Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:15.821Z||pool-48-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-12-04T06:53:16.683Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "d8179386-3ae7-403f-96c4-7c700a0085d4",
"serviceDescription": "service",
"serviceInvariantUUID": "fe1ecd61-4247-428d-92a1-977d39283fcc",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "b52aefc6-c7e7-4e38-a9d5-b14a59c9109c",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "665870c1-aae8-4cf3-8729-a27934f7462e",
"resourceInvariantUUID": "4c366393-862e-4a69-856e-43331e4e26c4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2e08aca4-8390-48b7-aaf8-5dd853e2e444",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0998600b-4dba-4832-a6e2-4f8fd37ced26",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "YTdkZWU4YmQwM2RkNzgxYWVmNGJmOThjODBlNGU2N2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "860a5203-4d12-4870-ad40-6db2339c1845",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e3d97cb9-8b5b-4914-a863-64b921656795",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "839bbe4d-f5ea-4c29-aeee-3c4e48d37431",
"generatedFromUUID": "e3d97cb9-8b5b-4914-a863-64b921656795"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "839bbe4d-f5ea-4c29-aeee-3c4e48d37431",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YzMwMDA5MTFiZTQzNmM4MzZmZTJlN2E1OGFiNjFmOGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dcae7088-4703-423b-abb0-7ac3f95c1b13"
}
],
"workloadContext": "Production"
}
2022-12-04T06:53:16.684Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-04T06:53:16.684Z|56b89a8c-509d-438d-b1f5-d012f1625330|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d8179386-3ae7-403f-96c4-7c700a0085d4 ASDC
2022-12-04T06:53:16.685Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8bddc255-2e30-46af-bc99-cc3b3344d713
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d8179386-3ae7-403f-96c4-7c700a0085d4
ServiceInvariantUUID:fe1ecd61-4247-428d-92a1-977d39283fcc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:dcae7088-4703-423b-abb0-7ac3f95c1b13
ArtifactChecksum:YzMwMDA5MTFiZTQzNmM4MzZmZTJlN2E1OGFiNjFmOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b52aefc6-c7e7-4e38-a9d5-b14a59c9109c
ResourceInvariantUUID:4c366393-862e-4a69-856e-43331e4e26c4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:665870c1-aae8-4cf3-8729-a27934f7462e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:2e08aca4-8390-48b7-aaf8-5dd853e2e444
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:0998600b-4dba-4832-a6e2-4f8fd37ced26
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:860a5203-4d12-4870-ad40-6db2339c1845
ArtifactChecksum:YTdkZWU4YmQwM2RkNzgxYWVmNGJmOThjODBlNGU2N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:e3d97cb9-8b5b-4914-a863-64b921656795
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:839bbe4d-f5ea-4c29-aeee-3c4e48d37431
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:839bbe4d-f5ea-4c29-aeee-3c4e48d37431
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-04T06:53:16.685Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8179386-3ae7-403f-96c4-7c700a0085d4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-04T06:53:16.731Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-04T06:53:16.732Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-04T06:53:16.732Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-04T06:53:16.733Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dcae7088-4703-423b-abb0-7ac3f95c1b13 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-04T06:53:16.733Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-04T06:53:16.733Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-04T06:53:16.816Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-04T06:53:16.822Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dcae7088-4703-423b-abb0-7ac3f95c1b13 73990
2022-12-04T06:53:16.823Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-04T06:53:16.823Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-04T06:53:16.824Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-04T06:53:16.824Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-04T06:53:16.827Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-04T06:53:16.827Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8bddc255-2e30-46af-bc99-cc3b3344d713",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670136796823,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-04T06:53:16.928Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-04T06:53:16.929Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-04T06:53:16.929Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KGk4ThIHhzskTnSH) ...
2022-12-04T06:53:16.949Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-04T06:53:16.950Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-04T06:53:17.828Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-04T06:53:17.830Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-04T06:53:17.830Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dcae7088-4703-423b-abb0-7ac3f95c1b13, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-04T06:53:17.831Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-04T06:53:17.832Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-04T06:53:17.832Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-04T06:53:18.099Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17330718280887230823/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-12-04T06:53:19.414Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-12-04T06:53:19.415Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-04T06:53:19.416Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-04T06:53:19.417Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-04T06:53:19.418Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-04T06:53:19.419Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-04T06:53:19.420Z|8bddc255-2e30-46af-bc99-cc3b3344d713|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery