By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-01-11T03:32:37.160Z||main|||||INFO|500||The following profiles are active: basic
2023-01-11T03:32:50.694Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-11T03:32:50.695Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-11T03:32:50.838Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-11T03:32:55.192Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-11T03:32:55.633Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-11T03:32:56.147Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-11T03:32:56.154Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-11T03:32:56.290Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-11T03:32:56.526Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-11T03:32:57.087Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-11T03:32:58.964Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-11T03:33:01.359Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-11T03:33:01.425Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-11T03:33:02.053Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-11T03:33:02.329Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-01-11T03:33:03.542Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-11T03:33:04.631Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-11T03:33:04.648Z||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$$6480366b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-11T03:33:04.649Z||main|||||WARN|500||The sdc end point is not alive
2023-01-11T03:33:08.157Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-01-11T03:33:11.085Z||main|||||WARN|500||---
2023-01-11T03:33:11.085Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-11T03:33:11.085Z||main|||||WARN|500||---
2023-01-11T03:33:11.515Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-11T03:33:16.432Z||main|||||INFO|500||Started Application in 42.626 seconds (JVM running for 45.432)
2023-01-11T03:33:16.451Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-11T03:33:16.455Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-11T03:33:16.469Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-11T03:33:16.496Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-11T03:33:16.543Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c8c95ad-dc67-48a4-a5df-e7bfa5fbce26 url= /sdc/v1/artifactTypes
2023-01-11T03:33:16.543Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-11T03:33:16.806Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-11T03:33:16.831Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2023-01-11T03:33:16.855Z||scheduling-1|||||DEBUG|500||create keys
2023-01-11T03:33:16.865Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-11T03:33:17.017Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:33:17.036Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 81189416-ef37-4d2f-b746-e05336175168 url= /sdc/v1/registerForDistribution
2023-01-11T03:33:17.409Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 81189416-ef37-4d2f-b746-e05336175168 url= /sdc/v1/registerForDistribution
2023-01-11T03:33:17.410Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-11T03:33:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:33:17.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:33:17.433Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-11T03:33:17.436Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:33:17.436Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:33:17.436Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:33:17.437Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:33:28.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:33:28.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:34:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:34:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:34:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:34:17.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:34:17.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:34:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:34:27.283Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:34:27.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:35:17.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:35:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:35:17.422Z||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.
2023-01-11T03:35:17.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:35:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:35:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:35:27.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:35:27.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:36:17.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:36:17.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:36:17.421Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T03:36:17.423Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:36:17.424Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:36:17.424Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:36:27.268Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:36:27.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:37:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:37:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:37:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:37:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:37:17.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:37:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:37:27.061Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:37:27.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:38:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:38:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:38:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:38:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:38:17.422Z||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.
2023-01-11T03:38:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:38:27.252Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:38:27.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:39:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:39:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:39:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:39:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:39:17.423Z||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.
2023-01-11T03:39:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:39:27.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:39:27.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:40:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:40:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:40:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:40:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:40:17.424Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:40:17.425Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:40:27.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:40:27.131Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:41:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:41:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:41:17.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:41:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:41:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:41:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:41:27.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:41:27.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:42:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:42:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:42:17.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:42:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:42:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:42:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:42:27.098Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:42:27.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:42:40.837Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-11T03:43:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:43:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:43:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:43:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:43:17.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:43:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:43:27.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:43:27.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:44:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:44:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:44:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:44:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:44:17.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:44:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:44:27.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:44:27.122Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:45:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:45:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:45:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:45:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:45:17.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:45:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:45:27.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:45:27.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:46:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:46:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:46:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:46:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:46:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:46:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:46:27.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:46:27.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:47:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:47:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:47:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:47:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:47:17.422Z||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.
2023-01-11T03:47:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:47:27.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:47:27.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:48:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:48:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:48:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:48:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:48:17.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:48:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:48:27.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:48:27.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:49:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:49:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:49:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:49:17.423Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:49:17.424Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:49:17.424Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:49:27.090Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:49:27.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:50:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:50:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:50:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:50:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:50:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:50:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:50:27.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:50:27.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:51:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:51:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:51:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:51:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:51:17.422Z||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.
2023-01-11T03:51:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:51:27.052Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:51:27.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:52:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:52:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:52:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:52:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:52:17.423Z||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.
2023-01-11T03:52:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:52:27.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:52:27.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:53:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:53:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:53:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:53:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:53:17.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:53:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:53:27.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:53:27.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:54:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:54:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:54:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:54:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:54:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:54:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:54:27.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:54:27.125Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:55:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:55:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:55:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:55:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:55:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:55:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:55:27.136Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:55:27.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:56:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:56:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:56:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:56:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:56:17.422Z||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.
2023-01-11T03:56:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:56:27.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:56:27.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:57:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:57:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:57:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:57:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:57:17.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:57:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:57:27.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:57:27.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:58:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:58:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:58:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:58:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:58:17.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:58:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:58:27.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:58:27.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:59:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:59:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:59:17.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T03:59:17.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T03:59:17.423Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T03:59:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T03:59:27.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T03:59:27.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:00:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:00:17.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:00:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:00:17.421Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:00:17.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:00:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:00:27.126Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:00:27.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:01:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:01:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:01:17.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:01:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:01:17.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:01:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:01:27.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:01:27.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:02:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:02:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:02:17.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:02:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:02:17.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:02:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:02:27.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:02:27.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:03:17.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:03:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:03:17.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:03:17.422Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:03:17.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:03:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:03:27.099Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:03:27.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:04:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:04:17.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:04:17.421Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:04:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:04:17.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:04:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:04:27.139Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:04:27.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:05:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:05:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:05:17.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:05:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:05:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:05:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:05:27.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:05:27.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:06:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:06:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:06:17.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:06:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:06:17.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:06:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:06:27.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:06:27.097Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:07:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:07:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:07:17.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:07:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:07:17.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:07:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:07:27.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:07:27.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:08:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:08:17.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:08:17.421Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:08:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:08:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:08:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:08:27.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:08:27.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:09:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:09:17.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:09:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:09:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:09:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:09:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:09:27.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:09:27.106Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:10:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:10:17.421Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:10:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:10:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:10:17.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:10:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:10:27.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:10:27.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:11:17.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:11:17.420Z||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.
2023-01-11T04:11:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:11:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:11:17.423Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:11:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:11:26.995Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:11:27.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:12:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:12:17.420Z||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.
2023-01-11T04:12:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:12:17.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:12:17.423Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:12:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:12:27.087Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:12:27.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:13:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:13:17.420Z||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.
2023-01-11T04:13:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:13:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:13:17.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:13:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:13:26.984Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:13:27.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:14:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:14:17.419Z||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.
2023-01-11T04:14:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:14:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:14:17.421Z||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.
2023-01-11T04:14:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:14:27.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:14:27.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:15:17.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:15:17.420Z||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.
2023-01-11T04:15:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:15:17.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:15:17.424Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:15:17.424Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:15:27.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:15:27.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:16:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:16:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:16:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:16:17.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:16:17.423Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:16:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:16:27.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:16:27.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:17:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:17:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:17:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:17:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:17:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:17:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:17:27.092Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:17:27.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:18:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:18:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:18:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:18:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:18:17.422Z||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.
2023-01-11T04:18:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:18:27.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:18:27.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:19:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:19:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:19:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:19:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:19:17.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:19:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:19:27.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:19:27.125Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:20:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:20:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:20:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:20:17.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:20:17.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:20:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:20:27.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:20:27.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:21:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:21:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:21:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:21:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:21:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:21:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:21:27.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:21:27.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:22:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:22:17.419Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:22:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:22:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:22:17.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:22:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:22:27.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:22:27.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:23:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:23:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:23:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:23:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:23:17.422Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:23:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:23:27.091Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:23:27.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:24:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:24:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:24:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:24:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:24:17.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:24:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:24:27.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:24:27.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:25:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:25:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:25:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:25:17.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:25:17.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:25:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:25:27.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:25:27.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:26:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:26:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:26:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:26:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:26:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:26:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:26:27.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:26:27.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:27:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:27:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:27:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:27:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:27:17.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:27:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:27:27.159Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:27:27.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:28:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:28:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:28:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:28:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:28:17.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:28:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:28:27.091Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:28:27.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:29:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:29:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:29:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:29:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:29:17.422Z||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.
2023-01-11T04:29:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:29:27.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:29:27.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:30:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:30:17.420Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:30:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:30:17.421Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:30:17.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:30:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:30:27.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:30:27.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:31:17.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:31:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:31:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:31:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:31:17.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:31:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:31:27.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:31:27.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:32:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:32:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:32:17.421Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:32:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:32:17.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:32:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:32:27.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:32:27.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:33:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:33:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:33:17.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:33:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:33:17.422Z||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.
2023-01-11T04:33:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:33:27.104Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:33:27.167Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:34:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:34:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:34:17.421Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:34:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:34:17.422Z||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.
2023-01-11T04:34:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:34:27.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:34:27.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:35:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:35:17.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:35:17.422Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:35:17.422Z||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.
2023-01-11T04:35:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:35:17.422Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:35:27.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:35:27.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:36:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:36:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:36:17.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:36:17.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:36:17.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:36:17.423Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:36:27.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:36:27.128Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:37:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:37:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:37:17.421Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:37:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:37:17.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:37:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:37:27.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:37:27.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:38:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:38:17.421Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:38:17.422Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:38:17.423Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:38:17.424Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:38:17.424Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:38:27.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:38:27.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:17.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:39:17.420Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:39:17.420Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:39:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:39:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:19.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:19.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-11T04:39:19.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"47f9f04d-6fa0-42d8-b350-5ab95ba6f70e","serviceName":"vFW 2023-01-11 04-38-27","serviceVersion":"1.0","serviceUUID":"65099259-c797-4680-9053-52e359c5b578","serviceDescription":"catalog service description","serviceInvariantUUID":"1e4dd5e3-0c49-4b9b-84a6-254624ff260a","resources":[{"resourceInstanceName":"vFW fd11025f-1bdc 0","resourceName":"vFW fd11025f-1bdc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f886716a-4679-424c-909e-45fcaae16c87","resourceInvariantUUID":"1e577a15-a026-411f-b00b-04f31eb9db5c","resourceCustomizationUUID":"f42e3bd2-4a7c-460b-9ce4-a67188dd67b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml","artifactChecksum":"YWUxNDUyMTczYzc3MTcyNTMzYzU5YjdkOWIyMDM3ZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9287f1a7-ae6b-4322-9651-c8f82d28cbbd","artifactVersion":"1"},{"artifactName":"vfwfd11025f1bdc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json","artifactChecksum":"YzRhNGIxNDMxYjQ1NTZlZTNmMmYwNmE5ZDBlZWM2ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc95bb30-85ea-40d2-a9db-9d091a2a7212","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3856a1e7-f999-4539-bda4-85718398a202","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml","artifactChecksum":"ODcyMDE2MjM2NDdhZjA1YTRjZTgzZDY5OGE2MmQ0NGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f323f1a-9fe9-4e4d-9b90-af82384ff8a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"884da59f-2854-4c46-970e-42dbac85a433","artifactVersion":"2","generatedFromUUID":"3856a1e7-f999-4539-bda4-85718398a202"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230111043827-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml","artifactChecksum":"YjIzZTEzODhjOWE1NWZmZWU1Y2QxNmY5ODAyODBjMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bb634c9-c683-431a-8333-ed1683b9e997","artifactVersion":"1"},{"artifactName":"service-Vfw20230111043827-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar","artifactChecksum":"NmUwN2FiYmNhYzFmNzU2ZjVjODFiM2JhMmMwMmM3ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df8c6936-9803-4423-81db-2b358b0eaec7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-11T04:39:19.476Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:39:19.484Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:19.497Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:19.497Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:39:19.597Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-11T04:39:19.602Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:19.602Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:19.622Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:19.623Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:19.715Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:19.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:39:19.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411951218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:39:19.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:39:20.507Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:39:20.508Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:20.510Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:20.510Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "NOTIFIED"
}
2023-01-11T04:39:20.610Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:20.611Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:20.611Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:20.658Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:20.658Z||pool-4-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:21.511Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:39:21.512Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:21.514Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:21.514Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-11T04:39:21.614Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:21.616Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:21.616Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:21.667Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:21.667Z||pool-5-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:22.515Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:39:22.516Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:22.519Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:22.519Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:39:22.619Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:22.622Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:22.622Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:22.658Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:22.658Z||pool-6-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:23.519Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:39:23.520Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:23.523Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:23.523Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-11T04:39:23.623Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:23.624Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:23.624Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:23.649Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:23.652Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:39:24.523Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:39:24.524Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:24.527Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:24.527Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:39:24.627Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:24.628Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:24.628Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:24.674Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:24.675Z||pool-8-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:39:25.528Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:39:25.528Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:25.531Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:25.531Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:39:25.631Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:25.632Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:25.632Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:25.653Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:25.654Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:39:26.533Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"serviceName": "vFW 2023-01-11 04-38-27",
"serviceVersion": "1.0",
"serviceUUID": "65099259-c797-4680-9053-52e359c5b578",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1e4dd5e3-0c49-4b9b-84a6-254624ff260a",
"resources": [
{
"resourceInstanceName": "vFW fd11025f-1bdc 0",
"resourceCustomizationUUID": "f42e3bd2-4a7c-460b-9ce4-a67188dd67b1",
"resourceName": "vFW fd11025f-1bdc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f886716a-4679-424c-909e-45fcaae16c87",
"resourceInvariantUUID": "1e577a15-a026-411f-b00b-04f31eb9db5c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfd11025f1bdc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"artifactChecksum": "YzRhNGIxNDMxYjQ1NTZlZTNmMmYwNmE5ZDBlZWM2ZjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bc95bb30-85ea-40d2-a9db-9d091a2a7212",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3856a1e7-f999-4539-bda4-85718398a202",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "884da59f-2854-4c46-970e-42dbac85a433",
"generatedFromUUID": "3856a1e7-f999-4539-bda4-85718398a202"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "884da59f-2854-4c46-970e-42dbac85a433",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230111043827-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"artifactChecksum": "NmUwN2FiYmNhYzFmNzU2ZjVjODFiM2JhMmMwMmM3ZjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df8c6936-9803-4423-81db-2b358b0eaec7"
}
],
"workloadContext": "Production"
}
2023-01-11T04:39:26.535Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-11T04:39:26.536Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65099259-c797-4680-9053-52e359c5b578 ASDC
2023-01-11T04:39:26.667Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
ServiceName:vFW 2023-01-11 04-38-27
ServiceVersion:1.0
ServiceUUID:65099259-c797-4680-9053-52e359c5b578
ServiceInvariantUUID:1e4dd5e3-0c49-4b9b-84a6-254624ff260a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230111043827-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar
ArtifactUUID:df8c6936-9803-4423-81db-2b358b0eaec7
ArtifactChecksum:NmUwN2FiYmNhYzFmNzU2ZjVjODFiM2JhMmMwMmM3ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fd11025f-1bdc 0
ResourceCustomizationUUID:f42e3bd2-4a7c-460b-9ce4-a67188dd67b1
ResourceInvariantUUID:1e577a15-a026-411f-b00b-04f31eb9db5c
ResourceName:vFW fd11025f-1bdc
ResourceType:VF
ResourceUUID:f886716a-4679-424c-909e-45fcaae16c87
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfd11025f1bdc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json
ArtifactUUID:bc95bb30-85ea-40d2-a9db-9d091a2a7212
ArtifactChecksum:YzRhNGIxNDMxYjQ1NTZlZTNmMmYwNmE5ZDBlZWM2ZjE=
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/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml
ArtifactUUID:3856a1e7-f999-4539-bda4-85718398a202
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/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env
ArtifactUUID:884da59f-2854-4c46-970e-42dbac85a433
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/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env
ArtifactUUID:884da59f-2854-4c46-970e-42dbac85a433
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-11T04:39:26.668Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65099259-c797-4680-9053-52e359c5b578 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:39:26.913Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-11T04:39:26.915Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-11T04:39:26.916Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-11T04:39:26.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: df8c6936-9803-4423-81db-2b358b0eaec7 from URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:26.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-11T04:39:26.918Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:27.025Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-11T04:39:27.044Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar df8c6936-9803-4423-81db-2b358b0eaec7 100701
2023-01-11T04:39:27.046Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar ASDC sendASDCNotification
2023-01-11T04:39:27.046Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:27.047Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:39:27.049Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:27.051Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:27.051Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411967045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:39:27.151Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:27.152Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:27.152Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:27.193Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:27.193Z||pool-10-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:28.052Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-11T04:39:28.054Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-11T04:39:28.054Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: df8c6936-9803-4423-81db-2b358b0eaec7, URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar to file: /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:28.055Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230111043827-csar.csar
2023-01-11T04:39:28.142Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:28.142Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:28.868Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3071608946535724032/Definitions/service-Vfw20230111043827-template.yml
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
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
2023-01-11T04:39:32.081Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.086Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd11025f-1bdc 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-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.087Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:32.088Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-11T04:39:32.094Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.095Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:32.099Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:32.099Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-11T04:39:32.101Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-11T04:39:32.103Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-11T04:39:32.104Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.104Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:32.107Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.107Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria
2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.108Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-11T04:39:32.109Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.110Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-11T04:39:32.111Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.112Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:32.112Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:39:32.112Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.112Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:39:32.113Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria
2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-11T04:39:32.114Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.115Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9b7cc2f-9e78-4dd4-966a-df4959618239
2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria
2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-11T04:39:32.116Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-11T04:39:32.117Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1319c373-3954-4d5f-9c19-e81d5f7c20de
2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.118Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria
2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.119Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:32.120Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dfd2def-5683-46b5-bf67-c710de5d422a
2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:32.121Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.122Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:32.122Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:32.122Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:32.122Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-11 04-38-27
Description:catalog service description
Model UUID:65099259-c797-4680-9053-52e359c5b578
Model Version:NULL
Model InvariantUuid:1e4dd5e3-0c49-4b9b-84a6-254624ff260a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fd11025f-1bdc
Model UUID:d82052ee-1b06-4f31-b2f9-4aaa95c9f94a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1e577a15-a026-411f-b00b-04f31eb9db5c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f42e3bd2-4a7c-460b-9ce4-a67188dd67b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5ba95d18-a83c-4424-9f98-3bf1c732a999
ModelName:VfwFd11025f1bdc..base_vfw..module-0
ModelUuid:7f8976f5-6dd1-4f7e-afa2-c7525ebce724
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e9b7cc2f-9e78-4dd4-966a-df4959618239
ModelInvariantUuid:652d3cf3-b856-4cc0-a86d-55f1c86119af
ModelName:vFW fd11025f-1bdc-nodes.vfwCvfc
ModelUuid:30313604-6645-4db8-acba-1711399ada38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3f1d1a99-64b5-490e-b11a-ae4e415f4f7f
ModelInvariantUuid:3d313164-6322-4f67-b40d-63ade8c5a7b4
ModelName:VfwFd11025f1bdc.compute.nodes.heat.vfw
ModelUuid:80602a8e-ae7a-4774-9b72-e0fb25a9be37
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1319c373-3954-4d5f-9c19-e81d5f7c20de
ModelInvariantUuid:d28a291a-059c-4528-9c4a-a749c8c9fd08
ModelName:vFW fd11025f-1bdc-nodes.vsnCvfc
ModelUuid:d2df5693-20ce-4b4e-9012-e04058886346
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:444e5a25-4c62-4e5e-b363-0b7efd258473
ModelInvariantUuid:8e759237-2b6d-4070-8ab3-890fd3140e87
ModelName:VfwFd11025f1bdc.compute.nodes.heat.vsn
ModelUuid:c9977fe7-123b-4e88-ad52-f71b223c7242
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8dfd2def-5683-46b5-bf67-c710de5d422a
ModelInvariantUuid:ad977fb7-ece0-438d-b02e-658195321708
ModelName:vFW fd11025f-1bdc-nodes.vpgCvfc
ModelUuid:2810e7ca-abd1-4673-a453-e8add8d85e4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0093abc2-fa9a-4f61-9fc7-80bb798ce9c1
ModelInvariantUuid:12d62330-35a6-4659-8465-a67b907f2215
ModelName:VfwFd11025f1bdc.compute.nodes.heat.vpg
ModelUuid:36cb231a-bce8-45ed-b014-9a674e3fb573
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-11T04:39:32.145Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f886716a-4679-424c-909e-45fcaae16c87
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:39:32.230Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||vFW fd11025f-1bdc 0
2023-01-11T04:39:32.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f886716a-4679-424c-909e-45fcaae16c87
2023-01-11T04:39:32.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bc95bb30-85ea-40d2-a9db-9d091a2a7212 from URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json
2023-01-11T04:39:32.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-11T04:39:32.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json
2023-01-11T04:39:32.296Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-11T04:39:32.296Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json bc95bb30-85ea-40d2-a9db-9d091a2a7212 785
2023-01-11T04:39:32.296Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json ASDC sendASDCNotification
2023-01-11T04:39:32.297Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json
2023-01-11T04:39:32.297Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:39:32.297Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:32.300Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:32.300Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411972296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:39:32.400Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:32.401Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:32.401Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:32.417Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:32.418Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:33.301Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFd11025f1bdc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5ba95d18-a83c-4424-9f98-3bf1c732a999",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7f8976f5-6dd1-4f7e-afa2-c7525ebce724",
"vfModuleModelCustomizationUUID": "2bd255fb-a403-4b15-b36e-eb045c3f2cce",
"isBase": true,
"artifacts": [
"3856a1e7-f999-4539-bda4-85718398a202",
"884da59f-2854-4c46-970e-42dbac85a433"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-11T04:39:33.316Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd11025f1bdc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f8976f5-6dd1-4f7e-afa2-c7525ebce724
VfModuleModelInvariantUUID:5ba95d18-a83c-4424-9f98-3bf1c732a999
VfModuleModelDescription:NULL
Artifacts UUID List:{
3856a1e7-f999-4539-bda4-85718398a202
,
884da59f-2854-4c46-970e-42dbac85a433
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-11T04:39:33.318Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFd11025f1bdc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5ba95d18-a83c-4424-9f98-3bf1c732a999",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7f8976f5-6dd1-4f7e-afa2-c7525ebce724",
"vfModuleModelCustomizationUUID": "2bd255fb-a403-4b15-b36e-eb045c3f2cce",
"isBase": true,
"artifacts": [
"3856a1e7-f999-4539-bda4-85718398a202",
"884da59f-2854-4c46-970e-42dbac85a433"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-11T04:39:33.319Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd11025f1bdc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f8976f5-6dd1-4f7e-afa2-c7525ebce724
VfModuleModelInvariantUUID:5ba95d18-a83c-4424-9f98-3bf1c732a999
VfModuleModelDescription:NULL
Artifacts UUID List:{
3856a1e7-f999-4539-bda4-85718398a202
,
884da59f-2854-4c46-970e-42dbac85a433
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-11T04:39:33.319Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3856a1e7-f999-4539-bda4-85718398a202 from URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml
2023-01-11T04:39:33.319Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-11T04:39:33.319Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml
2023-01-11T04:39:33.383Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-11T04:39:33.384Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml 3856a1e7-f999-4539-bda4-85718398a202 20368
2023-01-11T04:39:33.385Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-11T04:39:33.385Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml
2023-01-11T04:39:33.385Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:39:33.385Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:33.387Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:33.387Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411973385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:39:33.487Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:33.489Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:33.489Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:33.507Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:33.508Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:34.388Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 884da59f-2854-4c46-970e-42dbac85a433 from URL: /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env
2023-01-11T04:39:34.389Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-11T04:39:34.389Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env
2023-01-11T04:39:34.439Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-11T04:39:34.440Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env 884da59f-2854-4c46-970e-42dbac85a433 2098
2023-01-11T04:39:34.440Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-11T04:39:34.440Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env
2023-01-11T04:39:34.440Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:39:34.441Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:34.444Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:34.444Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411974440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:39:34.544Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:34.545Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:34.545Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:34.565Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:34.565Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:35.445Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 65099259-c797-4680-9053-52e359c5b578
2023-01-11T04:39:35.445Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fd11025f-1bdc 0 f886716a-4679-424c-909e-45fcaae16c87 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:39:35.481Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1757e05e, org.onap.sdc.toscaparser.api.parameters.Input@39de4641, org.onap.sdc.toscaparser.api.parameters.Input@2dbd9495, org.onap.sdc.toscaparser.api.parameters.Input@2151a363, org.onap.sdc.toscaparser.api.parameters.Input@92cf207]
2023-01-11T04:39:35.486Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.486Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:35.486Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-01-11T04:39:35.487Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f42e3bd2-4a7c-460b-9ce4-a67188dd67b1
2023-01-11T04:39:35.487Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f42e3bd2-4a7c-460b-9ce4-a67188dd67b1 matches Tosca VF Customization UUID: f42e3bd2-4a7c-460b-9ce4-a67188dd67b1
2023-01-11T04:39:35.487Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f42e3bd2-4a7c-460b-9ce4-a67188dd67b1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-11T04:39:35.494Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.494Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:35.495Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f42e3bd2-4a7c-460b-9ce4-a67188dd67b1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-11T04:39:35.495Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b157dcc
2023-01-11T04:39:35.495Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.496Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-11T04:39:35.496Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2bd255fb-a403-4b15-b36e-eb045c3f2cce
2023-01-11T04:39:35.497Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2bd255fb-a403-4b15-b36e-eb045c3f2cce
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-11T04:39:35.504Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.504Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:35.504Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:39:35.505Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.505Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:35.505Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:39:35.506Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.506Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria
2023-01-11T04:39:35.506Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-11T04:39:35.506Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:35.507Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-11T04:39:35.508Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:35.508Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-11T04:39:35.508Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:35.508Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e9b7cc2f-9e78-4dd4-966a-df4959618239
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-11T04:39:35.516Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.516Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:35.516Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria
2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-11T04:39:35.517Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-11T04:39:35.518Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:35.519Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1319c373-3954-4d5f-9c19-e81d5f7c20de
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-11T04:39:35.521Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.521Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:35.522Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:39:35.524Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.524Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is not matching search criteria
2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-11T04:39:35.525Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-11T04:39:35.526Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-11T04:39:35.527Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-11T04:39:35.527Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dfd2def-5683-46b5-bf67-c710de5d422a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-11T04:39:35.529Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.529Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:35.529Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:39:35.529Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.530Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Node template vFW fd11025f-1bdc 0 is matching search criteria
2023-01-11T04:39:35.530Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW fd11025f-1bdc 0] matching following query criteria: sdcType=VF, customizationUUID=f42e3bd2-4a7c-460b-9ce4-a67188dd67b1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:39:35.532Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.532Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:35.532Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 65099259-c797-4680-9053-52e359c5b578: vFW fd11025f-1bdc
2023-01-11T04:39:35.532Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.533Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-11 04-38-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:39:35.534Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-01-11 04-38-27
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:39:35.792Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fd11025f-1bdc f886716a-4679-424c-909e-45fcaae16c87 1 ASDC deployResourceStructure
2023-01-11T04:39:35.792Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json ASDC sendASDCNotification
2023-01-11T04:39:35.793Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json
2023-01-11T04:39:35.793Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-11T04:39:35.793Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:35.796Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:35.796Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411975792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-11T04:39:35.895Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:39:35.896Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:35.896Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:35.941Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:35.942Z||pool-14-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:36.797Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-11T04:39:36.797Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml
2023-01-11T04:39:36.797Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-11T04:39:36.798Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:36.799Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:36.800Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411976797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-11T04:39:36.900Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:36.901Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:36.901Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:36.918Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:36.919Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:37.801Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-11T04:39:37.801Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env
2023-01-11T04:39:37.801Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-11T04:39:37.802Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:37.803Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:37.804Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411977801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-11T04:39:37.904Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:37.905Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:37.907Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:37.934Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:37.935Z||pool-16-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:39:38.804Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar ASDC sendASDCNotification
2023-01-11T04:39:38.805Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar
2023-01-11T04:39:38.805Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-11T04:39:38.806Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:39:38.808Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:39:38.808Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411978804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:39:38.908Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:39:38.909Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:39:38.909Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:39:38.925Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:39:38.926Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:39:39.809Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:39:39.845Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:39:39.847Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-11T04:39:39.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-11T04:39:39.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-11T04:40:09.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:40:09.864Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:40:09.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-11T04:40:09.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-11T04:40:09.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-11T04:40:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:40:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:40:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:40:17.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:40:17.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:40:17.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411952510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:40:17.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:40:39.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:40:39.878Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:40:39.880Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-11T04:40:39.880Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-11T04:40:39.880Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-11T04:41:09.880Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:41:09.897Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:41:09.899Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-11T04:41:09.900Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-11T04:41:09.900Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-11T04:41:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:41:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:41:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:41:17.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:41:17.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:41:17.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:41:17.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:41:17.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:41:17.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411956788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:41:17.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:41:39.902Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:41:39.914Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:41:39.916Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-11T04:41:39.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-11T04:41:39.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-11T04:42:09.917Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:42:09.928Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:42:09.931Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-11T04:42:09.931Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-11T04:42:09.931Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-11T04:42:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:42:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:42:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:42:17.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:42:18.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "cds",
"timestamp": 1673411959911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411951218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411952510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411956788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "cds",
"timestamp": 1673411959911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411951218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411952510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411956788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "cds",
"timestamp": 1673411959911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411951218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411952510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411956788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "cds",
"timestamp": 1673411959911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411951218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411952510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411956788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "cds",
"timestamp": 1673411959911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411951218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411952510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411956788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411965682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "cds",
"timestamp": 1673411959911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411951218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411952510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411957419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411956788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411965682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "cds",
"timestamp": 1673411959911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411967675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411967375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411967045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411965682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "cds",
"timestamp": 1673411967794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411968533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411965682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "cds",
"timestamp": 1673411968892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:42:18.040Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
2023-01-11T04:42:18.041Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:42:18.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411969620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.052Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411965682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411965682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411970822,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:42:18.058Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
2023-01-11T04:42:18.058Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:42:18.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411965682,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411971840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411973564,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411972296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411973385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411974365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411975371,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:42:18.073Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
2023-01-11T04:42:18.073Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:42:18.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411974440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411975792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/vfwfd11025f1bdc0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411976797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411977801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/resourceInstances/vfwfd11025f1bdc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "cds",
"timestamp": 1673411974914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411971218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411976787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673411978804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411971218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "cds",
"timestamp": 1673411974914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411976787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411971218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "cds",
"timestamp": 1673411974914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411976787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411971218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "cds",
"timestamp": 1673411974914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411976787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411971218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "cds",
"timestamp": 1673411974914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411976787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411982510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411971218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "cds",
"timestamp": 1673411974914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411976787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411982510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "ves-openapi-manager",
"timestamp": 1673411971218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "cds",
"timestamp": 1673411974914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411976787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411982510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "cds",
"timestamp": 1673411985802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411982510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411985954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "cds",
"timestamp": 1673411986809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:42:18.108Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c01d7284-8dd1-4669-bc4d-02280fcac37b
2023-01-11T04:42:18.109Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01d7284-8dd1-4669-bc4d-02280fcac37b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:42:18.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411982510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411987082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411982510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411988808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230111043827/1.0/artifacts/service-Vfw20230111043827-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411988260,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411982510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "aai-ml",
"timestamp": 1673411989814,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:42:18.124Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
2023-01-11T04:42:18.124Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:42:18.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411989322,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:42:18.136Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c01d7284-8dd1-4669-bc4d-02280fcac37b
2023-01-11T04:42:18.136Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01d7284-8dd1-4669-bc4d-02280fcac37b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:42:18.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411990497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673411990328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411993091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673411994099,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:42:18.154Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c01d7284-8dd1-4669-bc4d-02280fcac37b
2023-01-11T04:42:18.154Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01d7284-8dd1-4669-bc4d-02280fcac37b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:42:18.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673411995682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673411995682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673411995682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673411995682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673411995682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673411995682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:42:18.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673411995682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:42:18.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:42:18.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673412003428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:42:18.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673412010990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:42:18.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:42:18.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "aai-ml",
"timestamp": 1673412011995,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:42:18.175Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c01d7284-8dd1-4669-bc4d-02280fcac37b
2023-01-11T04:42:18.176Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c01d7284-8dd1-4669-bc4d-02280fcac37b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:42:39.932Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:42:39.954Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:42:39.957Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-11T04:42:39.957Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-11T04:42:39.957Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:42:39.958Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:42:39.959Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:42:39.959Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:42:39.964Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-11T04:43:09.964Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-11T04:43:09.975Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e and serviceModelVersionId: 65099259-c797-4680-9053-52e359c5b578
2023-01-11T04:43:09.975Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e4dd5e3-0c49-4b9b-84a6-254624ff260a
2023-01-11T04:43:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:43:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:43:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:25.252Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0
2023-01-11T04:43:25.367Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-11T04:43:25.857Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|INFO|500||Invoke
2023-01-11T04:43:25.865Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[47f9f04d-6fa0-42d8-b350-5ab95ba6f70e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13601323-5695-4ae2-87cc-99ca9f0ecb27], X-ECOMP-RequestID=[47f9f04d-6fa0-42d8-b350-5ab95ba6f70e], X-TransactionId=[], X-ONAP-RequestID=[47f9f04d-6fa0-42d8-b350-5ab95ba6f70e], Content-Type=[application/merge-patch+json]}
2023-01-11T04:43:26.030Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-11T04:43:26.221Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 04:43:25 GMT], content-length=[0], vertex-id=[159840], x-aai-txid=[2-aai-resources-230111-04:43:25:677-58285], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-11T04:43:26.223Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-11T04:43:26.224Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e4dd5e3-0c49-4b9b-84a6-254624ff260a/model-vers/model-ver/65099259-c797-4680-9053-52e359c5b578?depth=0|INFO|500||InvokeReturn
2023-01-11T04:43:26.228Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-11T04:43:26.229Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:43:26.236Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-11T04:43:26.238Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47f9f04d-6fa0-42d8-b350-5ab95ba6f70e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-11T04:43:26.239Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-11T04:43:26.240Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:26.242Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:26.242Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412206238,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-11T04:43:26.342Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:26.343Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:26.344Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:26.384Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:26.385Z||pool-18-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:27.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:27.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:43:27.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47f9f04d-6fa0-42d8-b350-5ab95ba6f70e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412206238,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-11T04:43:27.017Z||pool-2-thread-2|||||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=?
2023-01-11T04:43:27.254Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:43:27.254Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:43:27.255Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:31.821Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:31.823Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-11T04:43:31.823Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c01d7284-8dd1-4669-bc4d-02280fcac37b","serviceName":"basic_onboard_bYoWZJ","serviceVersion":"1.0","serviceUUID":"983d4982-b721-4e61-8efd-0075855c8c30","serviceDescription":"service","serviceInvariantUUID":"584505a0-f223-44da-b664-5ca57b3b4c5b","resources":[{"resourceInstanceName":"basic_onboard_bYoWZJ 0","resourceName":"basic_onboard_bYoWZJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d11b40f1-40b5-49fe-8929-aa0aa558f766","resourceInvariantUUID":"ab7d6e3c-0e9a-4c83-b413-cbe9e3e052dc","resourceCustomizationUUID":"22c55b0d-cc94-4fe6-b760-73fc98b8daba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml","artifactChecksum":"Yzg2ZWY3ZDI1ZGMzYjNlOTUxYWZjMTBiMTRkMjVmYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9225ac13-d7b9-461f-855b-acbd6fb0f2f9","artifactVersion":"1"},{"artifactName":"basic_onboard_byowzj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json","artifactChecksum":"NjBlODJkN2FiYjVlMTU1MGY2Y2ExZTBkZWQwNjE2ZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e8554af-466b-4157-a243-944d2a0ea6d7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a08dd1ae-269a-4b90-9f89-19665f9ce583","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75f63fcc-ac50-44e6-9d0d-b48e1a43e25d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"555bae41-92ea-4bd6-924f-f310ab6f2357","artifactVersion":"2","generatedFromUUID":"a08dd1ae-269a-4b90-9f89-19665f9ce583"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardByowzj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml","artifactChecksum":"N2EyNzhiZDJkZTkwZjNiZjJkMjc3MDk1YTRhYTEyNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0058e2e1-835e-4abf-809f-aa7bd677efa1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardByowzj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar","artifactChecksum":"ZGZlZDg3MzZhZWIwYzkyMzAyYmIxYzQ2ZTZhNjJkMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22822801-8755-48ab-a1ff-928663ac6db8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-11T04:43:31.826Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:43:31.826Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:31.828Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:31.828Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:43:31.929Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:43:31.930Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:31.930Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:31.946Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:31.947Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:32.829Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:43:32.830Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:32.833Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:32.833Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "NOTIFIED"
}
2023-01-11T04:43:32.933Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:32.934Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:32.934Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:32.966Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:32.966Z||pool-20-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:43:33.834Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:43:33.835Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:33.837Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:33.837Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-11T04:43:33.937Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:33.938Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:33.938Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:33.955Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:33.955Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:34.837Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:43:34.840Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:34.843Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:34.843Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:43:34.943Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:43:34.944Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:34.945Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:34.958Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:34.958Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:35.844Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:43:35.845Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:35.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:35.848Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-11T04:43:35.947Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:43:35.948Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:35.948Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:35.966Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:35.966Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:43:36.849Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:43:36.850Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:36.852Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:36.852Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:43:36.952Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:36.953Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:36.953Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:36.968Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:36.969Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:43:37.852Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:43:37.853Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:37.863Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:37.864Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:43:37.956Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2023-01-11T04:43:37.957Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:37.957Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:37.973Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:37.973Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:43:38.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"serviceName": "basic_onboard_bYoWZJ",
"serviceVersion": "1.0",
"serviceUUID": "983d4982-b721-4e61-8efd-0075855c8c30",
"serviceDescription": "service",
"serviceInvariantUUID": "584505a0-f223-44da-b664-5ca57b3b4c5b",
"resources": [
{
"resourceInstanceName": "basic_onboard_bYoWZJ 0",
"resourceCustomizationUUID": "22c55b0d-cc94-4fe6-b760-73fc98b8daba",
"resourceName": "basic_onboard_bYoWZJ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d11b40f1-40b5-49fe-8929-aa0aa558f766",
"resourceInvariantUUID": "ab7d6e3c-0e9a-4c83-b413-cbe9e3e052dc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_byowzj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"artifactChecksum": "NjBlODJkN2FiYjVlMTU1MGY2Y2ExZTBkZWQwNjE2ZjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6e8554af-466b-4157-a243-944d2a0ea6d7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a08dd1ae-269a-4b90-9f89-19665f9ce583",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "555bae41-92ea-4bd6-924f-f310ab6f2357",
"generatedFromUUID": "a08dd1ae-269a-4b90-9f89-19665f9ce583"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "555bae41-92ea-4bd6-924f-f310ab6f2357",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardByowzj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"artifactChecksum": "ZGZlZDg3MzZhZWIwYzkyMzAyYmIxYzQ2ZTZhNjJkMTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "22822801-8755-48ab-a1ff-928663ac6db8"
}
],
"workloadContext": "Production"
}
2023-01-11T04:43:38.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-11T04:43:38.866Z|47f9f04d-6fa0-42d8-b350-5ab95ba6f70e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 983d4982-b721-4e61-8efd-0075855c8c30 ASDC
2023-01-11T04:43:38.867Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c01d7284-8dd1-4669-bc4d-02280fcac37b
ServiceName:basic_onboard_bYoWZJ
ServiceVersion:1.0
ServiceUUID:983d4982-b721-4e61-8efd-0075855c8c30
ServiceInvariantUUID:584505a0-f223-44da-b664-5ca57b3b4c5b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardByowzj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar
ArtifactUUID:22822801-8755-48ab-a1ff-928663ac6db8
ArtifactChecksum:ZGZlZDg3MzZhZWIwYzkyMzAyYmIxYzQ2ZTZhNjJkMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bYoWZJ 0
ResourceCustomizationUUID:22c55b0d-cc94-4fe6-b760-73fc98b8daba
ResourceInvariantUUID:ab7d6e3c-0e9a-4c83-b413-cbe9e3e052dc
ResourceName:basic_onboard_bYoWZJ
ResourceType:VF
ResourceUUID:d11b40f1-40b5-49fe-8929-aa0aa558f766
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_byowzj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json
ArtifactUUID:6e8554af-466b-4157-a243-944d2a0ea6d7
ArtifactChecksum:NjBlODJkN2FiYjVlMTU1MGY2Y2ExZTBkZWQwNjE2ZjU=
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/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a08dd1ae-269a-4b90-9f89-19665f9ce583
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/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env
ArtifactUUID:555bae41-92ea-4bd6-924f-f310ab6f2357
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/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env
ArtifactUUID:555bae41-92ea-4bd6-924f-f310ab6f2357
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-11T04:43:38.867Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 983d4982-b721-4e61-8efd-0075855c8c30 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-11T04:43:38.904Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-11T04:43:38.905Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-11T04:43:38.905Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-11T04:43:38.905Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 22822801-8755-48ab-a1ff-928663ac6db8 from URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:38.905Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-11T04:43:38.906Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:39.046Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-11T04:43:39.050Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar 22822801-8755-48ab-a1ff-928663ac6db8 75324
2023-01-11T04:43:39.050Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar ASDC sendASDCNotification
2023-01-11T04:43:39.050Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:39.050Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:43:39.051Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:39.052Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:39.052Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412219050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:43:39.153Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:39.154Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:39.154Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:39.177Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:39.177Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:40.053Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-11T04:43:40.054Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-01-11T04:43:40.055Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 22822801-8755-48ab-a1ff-928663ac6db8, URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar to file: /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:40.055Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:40.056Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:40.056Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:40.208Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17518808728911972696/Definitions/service-BasicOnboardByowzj-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-11T04:43:41.428Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-11T04:43:41.428Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-11T04:43:41.428Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bYoWZJ 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-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:41.429Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria
2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-11T04:43:41.430Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria
2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.431Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is not matching search criteria
2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-11T04:43:41.432Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria
2023-01-11T04:43:41.433Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria
2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.434Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria
2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is not matching search criteria
2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-11T04:43:41.435Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a3d8027-eef9-4fb0-807e-f46790d95386
2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.436Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:41.437Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:41.437Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:41.437Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_bYoWZJ
Description:service
Model UUID:983d4982-b721-4e61-8efd-0075855c8c30
Model Version:NULL
Model InvariantUuid:584505a0-f223-44da-b664-5ca57b3b4c5b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_bYoWZJ
Model UUID:76afee01-cba8-4ac5-9094-257fab650901
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab7d6e3c-0e9a-4c83-b413-cbe9e3e052dc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:22c55b0d-cc94-4fe6-b760-73fc98b8daba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:63375995-2c6b-4dd0-b67b-dd1ab335985a
ModelName:BasicOnboardByowzj..base_ubuntu18..module-0
ModelUuid:b4d49aba-286d-4036-838c-8fbf27e7a5bf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0a3d8027-eef9-4fb0-807e-f46790d95386
ModelInvariantUuid:e5544b6f-f9ea-45b7-95c7-0cd8c5dd8c8f
ModelName:basic_onboard_bYoWZJ-nodes.ubuntu18Cvfc
ModelUuid:d07e2205-ac82-4914-9a13-9b179a6f4484
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3f9e9f51-77a0-40dd-8b30-3803b4e0bcde
ModelInvariantUuid:7a862d29-4db0-45d1-b375-a74a8b208d16
ModelName:BasicOnboardByowzj.compute.nodes.heat.ubuntu18
ModelUuid:28ca5845-43df-4b85-9490-4a68afbc83eb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-11T04:43:41.445Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d11b40f1-40b5-49fe-8929-aa0aa558f766
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:43:41.447Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||basic_onboard_bYoWZJ 0
2023-01-11T04:43:41.447Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d11b40f1-40b5-49fe-8929-aa0aa558f766
2023-01-11T04:43:41.448Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6e8554af-466b-4157-a243-944d2a0ea6d7 from URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json
2023-01-11T04:43:41.448Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-11T04:43:41.448Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json
2023-01-11T04:43:41.499Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json 6e8554af-466b-4157-a243-944d2a0ea6d7 798
2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json ASDC sendASDCNotification
2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json
2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:43:41.500Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:41.502Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:41.502Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412221500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:43:41.603Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:41.603Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:41.604Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:41.668Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:41.669Z||pool-27-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:42.503Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardByowzj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "63375995-2c6b-4dd0-b67b-dd1ab335985a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b4d49aba-286d-4036-838c-8fbf27e7a5bf",
"vfModuleModelCustomizationUUID": "bc93e3d7-72d8-45e5-a5eb-abfb1089dffb",
"isBase": true,
"artifacts": [
"a08dd1ae-269a-4b90-9f89-19665f9ce583",
"555bae41-92ea-4bd6-924f-f310ab6f2357"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-11T04:43:42.508Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardByowzj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4d49aba-286d-4036-838c-8fbf27e7a5bf
VfModuleModelInvariantUUID:63375995-2c6b-4dd0-b67b-dd1ab335985a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a08dd1ae-269a-4b90-9f89-19665f9ce583
,
555bae41-92ea-4bd6-924f-f310ab6f2357
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-11T04:43:42.510Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardByowzj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "63375995-2c6b-4dd0-b67b-dd1ab335985a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b4d49aba-286d-4036-838c-8fbf27e7a5bf",
"vfModuleModelCustomizationUUID": "bc93e3d7-72d8-45e5-a5eb-abfb1089dffb",
"isBase": true,
"artifacts": [
"a08dd1ae-269a-4b90-9f89-19665f9ce583",
"555bae41-92ea-4bd6-924f-f310ab6f2357"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-11T04:43:42.510Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardByowzj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b4d49aba-286d-4036-838c-8fbf27e7a5bf
VfModuleModelInvariantUUID:63375995-2c6b-4dd0-b67b-dd1ab335985a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a08dd1ae-269a-4b90-9f89-19665f9ce583
,
555bae41-92ea-4bd6-924f-f310ab6f2357
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-11T04:43:42.510Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a08dd1ae-269a-4b90-9f89-19665f9ce583 from URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml
2023-01-11T04:43:42.510Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-11T04:43:42.511Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml
2023-01-11T04:43:42.565Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-11T04:43:42.565Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml a08dd1ae-269a-4b90-9f89-19665f9ce583 5033
2023-01-11T04:43:42.566Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-11T04:43:42.566Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml
2023-01-11T04:43:42.566Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:43:42.566Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:42.568Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:42.568Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412222566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:43:42.668Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:42.669Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:42.669Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:42.697Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:42.698Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:43.568Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 555bae41-92ea-4bd6-924f-f310ab6f2357 from URL: /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env
2023-01-11T04:43:43.569Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-01-11T04:43:43.569Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env
2023-01-11T04:43:43.616Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-01-11T04:43:43.617Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env 555bae41-92ea-4bd6-924f-f310ab6f2357 909
2023-01-11T04:43:43.617Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-11T04:43:43.617Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env
2023-01-11T04:43:43.617Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:43:43.618Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:43.619Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:43.620Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412223617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:43:43.720Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:43.721Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:43.721Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:43.741Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:43.742Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:44.620Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 983d4982-b721-4e61-8efd-0075855c8c30
2023-01-11T04:43:44.621Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bYoWZJ 0 d11b40f1-40b5-49fe-8929-aa0aa558f766 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:43:44.635Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52183f0a, org.onap.sdc.toscaparser.api.parameters.Input@5979a1b5, org.onap.sdc.toscaparser.api.parameters.Input@7e5ccf1f, org.onap.sdc.toscaparser.api.parameters.Input@3f78fc1d, org.onap.sdc.toscaparser.api.parameters.Input@2c8b7497]
2023-01-11T04:43:44.636Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.636Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:44.637Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-01-11T04:43:44.637Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 22c55b0d-cc94-4fe6-b760-73fc98b8daba
2023-01-11T04:43:44.637Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22c55b0d-cc94-4fe6-b760-73fc98b8daba matches Tosca VF Customization UUID: 22c55b0d-cc94-4fe6-b760-73fc98b8daba
2023-01-11T04:43:44.638Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 22c55b0d-cc94-4fe6-b760-73fc98b8daba matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-11T04:43:44.640Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.641Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:44.641Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 22c55b0d-cc94-4fe6-b760-73fc98b8daba: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-11T04:43:44.642Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5837909c
2023-01-11T04:43:44.642Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.642Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-11T04:43:44.643Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc93e3d7-72d8-45e5-a5eb-abfb1089dffb
2023-01-11T04:43:44.643Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc93e3d7-72d8-45e5-a5eb-abfb1089dffb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-11T04:43:44.646Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.647Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria
2023-01-11T04:43:44.647Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:43:44.647Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.648Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria
2023-01-11T04:43:44.648Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:43:44.648Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.649Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is not matching search criteria
2023-01-11T04:43:44.649Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-11T04:43:44.649Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-11T04:43:44.650Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a3d8027-eef9-4fb0-807e-f46790d95386
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-11T04:43:44.652Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.653Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria
2023-01-11T04:43:44.653Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:43:44.653Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.654Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_bYoWZJ 0 is matching search criteria
2023-01-11T04:43:44.654Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_bYoWZJ 0] matching following query criteria: sdcType=VF, customizationUUID=22c55b0d-cc94-4fe6-b760-73fc98b8daba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:43:44.656Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.656Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:44.657Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 983d4982-b721-4e61-8efd-0075855c8c30: basic_onboard_bYoWZJ
2023-01-11T04:43:44.657Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.657Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:44.658Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.658Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:44.658Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.659Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:44.659Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.659Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:44.660Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:43:44.660Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_bYoWZJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:43:44.660Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_bYoWZJ
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:43:44.744Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bYoWZJ d11b40f1-40b5-49fe-8929-aa0aa558f766 1 ASDC deployResourceStructure
2023-01-11T04:43:44.745Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json ASDC sendASDCNotification
2023-01-11T04:43:44.745Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json
2023-01-11T04:43:44.745Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-11T04:43:44.745Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:44.747Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:44.747Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412224745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-11T04:43:44.848Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:43:44.849Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:44.849Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:44.879Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:44.880Z||pool-30-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:43:45.748Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-11T04:43:45.749Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml
2023-01-11T04:43:45.749Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-11T04:43:45.750Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:45.752Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:45.752Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412225748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-11T04:43:45.852Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:43:45.853Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:45.853Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:45.886Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:45.886Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:46.753Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-11T04:43:46.754Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env
2023-01-11T04:43:46.754Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-11T04:43:46.755Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:46.757Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:46.757Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412226753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-11T04:43:46.857Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:46.858Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:46.858Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:46.889Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:46.889Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:47.758Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar ASDC sendASDCNotification
2023-01-11T04:43:47.758Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar
2023-01-11T04:43:47.758Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-11T04:43:47.759Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:43:47.761Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:43:47.761Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412227758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:43:47.861Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:43:47.862Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:43:47.862Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:43:47.893Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:43:47.894Z||pool-33-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:43:48.762Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c01d7284-8dd1-4669-bc4d-02280fcac37b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:43:48.773Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c01d7284-8dd1-4669-bc4d-02280fcac37b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:43:48.777Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-11T04:43:48.777Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-11T04:43:48.778Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-11T04:43:48.778Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-11T04:43:48.778Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:43:48.778Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:43:48.779Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:43:48.779Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:43:48.779Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:43:48.780Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:43:48.785Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-11T04:44:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:44:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:44:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:44:18.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:44:18.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:44:18.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "NOTIFIED"
}
2023-01-11T04:44:18.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-11T04:44:18.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:44:18.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-11T04:44:18.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:44:18.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412207254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:44:18.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412219050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:44:18.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412221500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:44:18.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412222566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:44:18.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412223617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:44:18.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412224745,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/basic_onboard_byowzj0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-11T04:44:18.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412225748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-11T04:44:18.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:44:18.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412226753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/resourceInstances/basic_onboard_byowzj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-11T04:44:18.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:44:18.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:44:18.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412227758,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardByowzj/1.0/artifacts/service-BasicOnboardByowzj-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:44:18.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:44:18.785Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c01d7284-8dd1-4669-bc4d-02280fcac37b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-11T04:44:18.792Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c01d7284-8dd1-4669-bc4d-02280fcac37b and serviceModelVersionId: 983d4982-b721-4e61-8efd-0075855c8c30
2023-01-11T04:44:18.792Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 584505a0-f223-44da-b664-5ca57b3b4c5b
2023-01-11T04:44:18.793Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0
2023-01-11T04:44:18.797Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-01-11T04:44:18.846Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-11T04:44:18.847Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0|INFO|500||Invoke
2023-01-11T04:44:18.885Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-11T04:44:18.983Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0|INFO|500||InvokeReturn
2023-01-11T04:44:18.984Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/584505a0-f223-44da-b664-5ca57b3b4c5b/model-vers/model-ver/983d4982-b721-4e61-8efd-0075855c8c30?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 04:44:18 GMT], content-length=[0], vertex-id=[192552], x-aai-txid=[0-aai-resources-230111-04:44:18:524-75617], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-11T04:44:18.985Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-01-11T04:44:18.985Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-11T04:44:18.985Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:44:18.991Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-11T04:44:18.991Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c01d7284-8dd1-4669-bc4d-02280fcac37b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-11T04:44:18.992Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-11T04:44:18.992Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:44:18.995Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:44:18.995Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412258992,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-11T04:44:19.095Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:44:19.096Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:44:19.097Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:44:19.116Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:44:19.117Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-11T04:44:20.007Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:44:20.008Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:44:20.008Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:44:29.704Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:44:29.705Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:44:29.705Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:44:29.705Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:44:39.302Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:44:39.303Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:44:39.304Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:44:39.304Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:44:48.977Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:44:48.978Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:44:48.979Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:44:48.979Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:44:58.555Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:45:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:45:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:45:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:45:17.421Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:45:17.421Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:45:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:45:18.270Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:45:18.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-11T04:45:18.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c01d7284-8dd1-4669-bc4d-02280fcac37b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412258992,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-11T04:45:18.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:45:27.215Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:46:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:46:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:46:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:46:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:46:17.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:46:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:46:27.121Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:46:27.200Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:47:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:47:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:47:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:47:17.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:47:17.422Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:47:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:47:27.056Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:47:27.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:48:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:48:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:48:17.421Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:48:17.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:48:17.422Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:48:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:48:27.052Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:48:27.150Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:49:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:49:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:49:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:49:17.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:49:17.422Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:49:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:49:27.075Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:49:27.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:50:17.419Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:50:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:50:17.420Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:50:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:50:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:50:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:50:27.121Z|c01d7284-8dd1-4669-bc4d-02280fcac37b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:50:27.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:51:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:51:17.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:51:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:51:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:51:17.422Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:51:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:51:27.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:51:27.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:52:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:52:17.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:52:17.420Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:52:17.421Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:52:17.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:52:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:52:27.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:52:27.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:53:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:53:17.420Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:53:17.421Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:53:17.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:53:17.422Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:53:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:53:27.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:53:27.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:54:17.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:54:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:54:17.422Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:54:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:54:17.422Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:54:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:54:18.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:54:18.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0361268-f958-4b2c-ae21-d0a90f131457","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"02746d1a-9798-4765-8c9d-302e947c208a","serviceDescription":"service","serviceInvariantUUID":"cd2258e5-0824-435f-a457-13e96986f4e4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8b9e6549-040f-44d6-8213-61dbaba443da","resourceInvariantUUID":"568b6c2f-94e5-4855-8073-d22f626ac6ff","resourceCustomizationUUID":"fa5ae488-9a52-4885-a4e9-2d8f4697f1c7","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":"NTJjY2QwODI4NjkzOTIwODNlNmNhNTA3ZWM3MjY0OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2ffec74-d53e-4c55-ad5d-7aef67d7c7e2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmU1ODk4MDNjYzdlNDY5OTI1NDliNzA1OTE3ZDk1OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2a755b8-7338-41c4-8814-e86e053f4818","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-11T04:54:18.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:54:18.229Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:54:18.233Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:54:18.234Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412857419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:54:18.320Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:54:18.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.364Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 130 ms
2023-01-11T04:54:18.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "cds",
"timestamp": 1673412814911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:54:18.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.367Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:54:18.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "ves-openapi-manager",
"timestamp": 1673412811219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:54:18.367Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:54:18.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "cds",
"timestamp": 1673412814911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:54:18.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "ves-openapi-manager",
"timestamp": 1673412811219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:54:18.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673412816800,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:54:18.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "cds",
"timestamp": 1673412818085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:54:18.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:54:18.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673412816800,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:54:18.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "cds",
"timestamp": 1673412819091,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:54:18.397Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0361268-f958-4b2c-ae21-d0a90f131457
2023-01-11T04:54:18.397Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0361268-f958-4b2c-ae21-d0a90f131457 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:54:18.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673412822510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:54:18.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673412822510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:54:18.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673412825500,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:54:18.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:54:18.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673412827415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:54:18.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:54:18.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673412828428,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:54:18.413Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0361268-f958-4b2c-ae21-d0a90f131457
2023-01-11T04:54:18.413Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0361268-f958-4b2c-ae21-d0a90f131457 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:54:18.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "aai-ml",
"timestamp": 1673412835682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:54:18.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "aai-ml",
"timestamp": 1673412835682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:54:18.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:54:18.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "aai-ml",
"timestamp": 1673412838614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:54:18.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:54:18.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "aai-ml",
"timestamp": 1673412842716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:54:18.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-11T04:54:18.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:54:18.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "aai-ml",
"timestamp": 1673412843721,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:54:18.427Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0361268-f958-4b2c-ae21-d0a90f131457
2023-01-11T04:54:18.428Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0361268-f958-4b2c-ae21-d0a90f131457 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:54:18.483Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:54:18.483Z||pool-35-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:54:19.234Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:54:19.235Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:54:19.237Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:54:19.237Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412857419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:54:19.337Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:54:19.338Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:54:19.338Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:54:19.378Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:54:19.378Z||pool-36-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":2,"count":1}
2023-01-11T04:54:20.238Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "02746d1a-9798-4765-8c9d-302e947c208a",
"serviceDescription": "service",
"serviceInvariantUUID": "cd2258e5-0824-435f-a457-13e96986f4e4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fa5ae488-9a52-4885-a4e9-2d8f4697f1c7",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8b9e6549-040f-44d6-8213-61dbaba443da",
"resourceInvariantUUID": "568b6c2f-94e5-4855-8073-d22f626ac6ff",
"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": "ZmU1ODk4MDNjYzdlNDY5OTI1NDliNzA1OTE3ZDk1OGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e2a755b8-7338-41c4-8814-e86e053f4818"
}
],
"workloadContext": "Production"
}
2023-01-11T04:54:20.239Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-11T04:54:20.239Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02746d1a-9798-4765-8c9d-302e947c208a ASDC
2023-01-11T04:54:20.239Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d0361268-f958-4b2c-ae21-d0a90f131457
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:02746d1a-9798-4765-8c9d-302e947c208a
ServiceInvariantUUID:cd2258e5-0824-435f-a457-13e96986f4e4
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:e2a755b8-7338-41c4-8814-e86e053f4818
ArtifactChecksum:ZmU1ODk4MDNjYzdlNDY5OTI1NDliNzA1OTE3ZDk1OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fa5ae488-9a52-4885-a4e9-2d8f4697f1c7
ResourceInvariantUUID:568b6c2f-94e5-4855-8073-d22f626ac6ff
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8b9e6549-040f-44d6-8213-61dbaba443da
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-01-11T04:54:20.240Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02746d1a-9798-4765-8c9d-302e947c208a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-11T04:54:20.265Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e2a755b8-7338-41c4-8814-e86e053f4818 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-11T04:54:20.266Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-11T04:54:20.327Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-11T04:54:20.331Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e2a755b8-7338-41c4-8814-e86e053f4818 57665
2023-01-11T04:54:20.331Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-11T04:54:20.331Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-11T04:54:20.331Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:54:20.332Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:54:20.334Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:54:20.335Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412860331,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:54:20.434Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:54:20.435Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:54:20.435Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:54:20.478Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:54:20.478Z||pool-37-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:54:21.335Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-11T04:54:21.336Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-11T04:54:21.337Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e2a755b8-7338-41c4-8814-e86e053f4818, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:21.337Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-11T04:54:21.338Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:21.338Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:21.512Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2611335983677744072/Definitions/service-BasicNetwork-template.yml
2023-01-11T04:54:22.073Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-11T04:54:22.073Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-11T04:54:22.074Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:22.074Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-11T04:54:22.074Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:22.074Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:22.075Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:22.075Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:22.075Z|d0361268-f958-4b2c-ae21-d0a90f131457|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-BasicNetwork-csar.csar
2023-01-11T04:54:22.075Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:22.076Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:22.076Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-11T04:54:22.076Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-11T04:54:22.077Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.077Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.077Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-11T04:54:22.078Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-11T04:54:22.078Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-11T04:54:22.078Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.078Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.079Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-11T04:54:22.079Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-11T04:54:22.079Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-11T04:54:22.080Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.080Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.080Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.081Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.081Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.081Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.082Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.082Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.082Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.082Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.083Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:02746d1a-9798-4765-8c9d-302e947c208a
Model Version:NULL
Model InvariantUuid:cd2258e5-0824-435f-a457-13e96986f4e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:568b6c2f-94e5-4855-8073-d22f626ac6ff
Model UUID:33f2f488-3a92-4d5c-a63e-3f7cd6dfbde4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fa5ae488-9a52-4885-a4e9-2d8f4697f1c7
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-11T04:54:22.093Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 8b9e6549-040f-44d6-8213-61dbaba443da
2023-01-11T04:54:22.093Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||No resources found for Service: 02746d1a-9798-4765-8c9d-302e947c208a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:54:22.099Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||
2023-01-11T04:54:22.099Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-01-11T04:54:22.100Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 02746d1a-9798-4765-8c9d-302e947c208a
2023-01-11T04:54:22.100Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 02746d1a-9798-4765-8c9d-302e947c208a
2023-01-11T04:54:22.101Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-01-11T04:54:22.101Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:54:22.106Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cd2dd5d, org.onap.sdc.toscaparser.api.parameters.Input@3c06fdd1, org.onap.sdc.toscaparser.api.parameters.Input@2be34c73, org.onap.sdc.toscaparser.api.parameters.Input@3950623d, org.onap.sdc.toscaparser.api.parameters.Input@23f2787f]
2023-01-11T04:54:22.107Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.107Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.108Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.108Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.108Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 02746d1a-9798-4765-8c9d-302e947c208a: Generic NeutronNet
2023-01-11T04:54:22.108Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.109Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.109Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.109Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-11T04:54:22.141Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.142Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.142Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.142Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.143Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:54:22.143Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:54:22.143Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-11T04:54:22.191Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-01-11T04:54:22.192Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-11T04:54:22.192Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-11T04:54:22.192Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-11T04:54:22.193Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:54:22.195Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:54:22.195Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412862192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-11T04:54:22.295Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:54:22.296Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:54:22.296Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:54:22.341Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:54:22.341Z||pool-38-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:54:23.196Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0361268-f958-4b2c-ae21-d0a90f131457
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:54:23.208Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0361268-f958-4b2c-ae21-d0a90f131457
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-11T04:54:23.211Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-11T04:54:23.211Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-11T04:54:23.212Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-11T04:54:23.212Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-11T04:54:23.212Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:54:23.213Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:54:23.213Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:54:23.213Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-01-11T04:54:23.214Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-11T04:54:23.218Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-11T04:54:53.219Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0361268-f958-4b2c-ae21-d0a90f131457 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-11T04:54:53.227Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0361268-f958-4b2c-ae21-d0a90f131457 and serviceModelVersionId: 02746d1a-9798-4765-8c9d-302e947c208a
2023-01-11T04:54:53.227Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd2258e5-0824-435f-a457-13e96986f4e4
2023-01-11T04:54:53.228Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0
2023-01-11T04:54:53.233Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-11T04:54:53.292Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|INFO|500||Invoke
2023-01-11T04:54:53.292Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0361268-f958-4b2c-ae21-d0a90f131457], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c17ed05-c917-477d-9f05-e22f0096d4c4], X-ECOMP-RequestID=[d0361268-f958-4b2c-ae21-d0a90f131457], X-TransactionId=[], X-ONAP-RequestID=[d0361268-f958-4b2c-ae21-d0a90f131457], Content-Type=[application/merge-patch+json]}
2023-01-11T04:54:53.316Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-01-11T04:54:53.413Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0 has http status code:200 and response headers:{date=[Wed, 11 Jan 2023 04:54:52 GMT], content-length=[0], vertex-id=[200744], x-aai-txid=[2-aai-resources-230111-04:54:52:956-56403], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-11T04:54:53.413Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-11T04:54:53.414Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2258e5-0824-435f-a457-13e96986f4e4/model-vers/model-ver/02746d1a-9798-4765-8c9d-302e947c208a?depth=0|INFO|500||InvokeReturn
2023-01-11T04:54:53.414Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-11T04:54:53.415Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-11T04:54:53.419Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-11T04:54:53.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0361268-f958-4b2c-ae21-d0a90f131457 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-11T04:54:53.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-11T04:54:53.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:54:53.423Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:54:53.423Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412893420,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-11T04:54:53.522Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:54:53.523Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:54:53.523Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:54:53.543Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:54:53.543Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-11T04:55:17.419Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:55:17.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:55:17.420Z|d0361268-f958-4b2c-ae21-d0a90f131457|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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:17.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-11T04:55:17.421Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-11T04:55:17.422Z||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 VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:17.912Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:17.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-11T04:55:17.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d0361268-f958-4b2c-ae21-d0a90f131457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412857419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:55:17.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-01-11T04:55:18.356Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:18.358Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-11T04:55:18.358Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5512db7-854c-44ca-8691-0687e29ad8e5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"aab637bf-80fd-43e7-a35e-51a2ca73abcf","serviceDescription":"service","serviceInvariantUUID":"8574feaf-cb98-466c-ab19-725d1f060d73","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2788f5ca-c048-41ac-a1ed-fe355ea79d37","resourceInvariantUUID":"95ff84e9-af4d-4d57-a850-c57fe3654272","resourceCustomizationUUID":"e69f55fd-e562-4656-ae5b-e6eda468407a","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":"MzhiYWM4ODRhNjVhZjhhZjQwZjZlY2UxMjIyNWFkNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15699046-63eb-4c3b-8503-d2ced5f738f8","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":"4a7ccd4a-1a7c-4e80-9703-fc4872edf350","artifactVersion":"2","generatedFromUUID":"d68e8f23-d791-4886-a5aa-12efdf86ee5b"},{"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":"d68e8f23-d791-4886-a5aa-12efdf86ee5b","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":"Yjg3ZWUyMmYzYTE0OThlNDUzMDEwNThhZjM1NDJmYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75224711-8c33-4598-a7f8-3b66ebf7d801","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":"9ae2cf37-adef-4159-af82-7d6ddb0efd55","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":"c2ac7cf3-2305-4604-9897-93d32895d748","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":"7848e642-08cc-48e3-b276-fc79c4afede7","artifactVersion":"2","generatedFromUUID":"9ae2cf37-adef-4159-af82-7d6ddb0efd55"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWVjMGJlOGY4Yjk3YjllODllOWFmMDJjMzk4MzUzMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df52c721-2581-460a-a820-74e358d3bed2","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTAwNWM2YjkyNGUxZWZmNGZmOTIyNTAyMTM1NTM3OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10ec8adb-18d3-4e3c-9206-0990f6a5728c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-11T04:55:18.361Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:55:18.361Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:18.363Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:18.363Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412917419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:55:18.463Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:55:18.464Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:55:18.464Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:18.556Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:18.557Z||pool-40-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":10,"count":1}
2023-01-11T04:55:19.363Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:55:19.364Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:19.366Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:19.366Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412917419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-01-11T04:55:19.466Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:55:19.467Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:55:19.467Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:19.501Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:19.501Z||pool-41-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:55:20.367Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:55:20.367Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:20.369Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:20.369Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412917419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-01-11T04:55:20.470Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-11T04:55:20.470Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:55:20.471Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:20.544Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:20.545Z||pool-42-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:55:21.369Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:55:21.370Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:21.372Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:21.372Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412917419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-01-11T04:55:21.472Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:55:21.473Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:55:21.474Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:21.639Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:21.640Z||pool-43-thread-1|||||INFO|500||cambria reply ok (167 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:55:22.373Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:55:22.374Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:22.376Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:22.376Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412917419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-01-11T04:55:22.476Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:55:22.477Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:55:22.477Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:22.554Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:22.554Z||pool-44-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":1,"count":1}
2023-01-11T04:55:23.376Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:55:23.377Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:23.378Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:23.378Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412917419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:55:23.479Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:55:23.479Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:55:23.480Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:23.573Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:23.574Z||pool-45-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:55:24.379Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:55:24.381Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:24.383Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:24.383Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412917419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-01-11T04:55:24.483Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:55:24.484Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:55:24.484Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:24.517Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:24.517Z||pool-46-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:55:25.390Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:55:25.391Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:25.393Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:25.394Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412917419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-11T04:55:25.494Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:55:25.494Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-11T04:55:25.494Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:25.514Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:25.515Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:55:26.395Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-11T04:55:26.396Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:26.398Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:26.398Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412917419,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-01-11T04:55:26.498Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-11T04:55:26.499Z||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.
2023-01-11T04:55:26.499Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:26.563Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:26.563Z||pool-48-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:55:27.400Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "aab637bf-80fd-43e7-a35e-51a2ca73abcf",
"serviceDescription": "service",
"serviceInvariantUUID": "8574feaf-cb98-466c-ab19-725d1f060d73",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "e69f55fd-e562-4656-ae5b-e6eda468407a",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2788f5ca-c048-41ac-a1ed-fe355ea79d37",
"resourceInvariantUUID": "95ff84e9-af4d-4d57-a850-c57fe3654272",
"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": "4a7ccd4a-1a7c-4e80-9703-fc4872edf350",
"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": "d68e8f23-d791-4886-a5aa-12efdf86ee5b",
"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": "Yjg3ZWUyMmYzYTE0OThlNDUzMDEwNThhZjM1NDJmYmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75224711-8c33-4598-a7f8-3b66ebf7d801",
"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": "9ae2cf37-adef-4159-af82-7d6ddb0efd55",
"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": "7848e642-08cc-48e3-b276-fc79c4afede7",
"generatedFromUUID": "9ae2cf37-adef-4159-af82-7d6ddb0efd55"
},
"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": "7848e642-08cc-48e3-b276-fc79c4afede7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NTAwNWM2YjkyNGUxZWZmNGZmOTIyNTAyMTM1NTM3OTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "10ec8adb-18d3-4e3c-9206-0990f6a5728c"
}
],
"workloadContext": "Production"
}
2023-01-11T04:55:27.400Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-11T04:55:27.400Z|d0361268-f958-4b2c-ae21-d0a90f131457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 aab637bf-80fd-43e7-a35e-51a2ca73abcf ASDC
2023-01-11T04:55:27.401Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d5512db7-854c-44ca-8691-0687e29ad8e5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:aab637bf-80fd-43e7-a35e-51a2ca73abcf
ServiceInvariantUUID:8574feaf-cb98-466c-ab19-725d1f060d73
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:10ec8adb-18d3-4e3c-9206-0990f6a5728c
ArtifactChecksum:NTAwNWM2YjkyNGUxZWZmNGZmOTIyNTAyMTM1NTM3OTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e69f55fd-e562-4656-ae5b-e6eda468407a
ResourceInvariantUUID:95ff84e9-af4d-4d57-a850-c57fe3654272
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2788f5ca-c048-41ac-a1ed-fe355ea79d37
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:4a7ccd4a-1a7c-4e80-9703-fc4872edf350
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:d68e8f23-d791-4886-a5aa-12efdf86ee5b
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:75224711-8c33-4598-a7f8-3b66ebf7d801
ArtifactChecksum:Yjg3ZWUyMmYzYTE0OThlNDUzMDEwNThhZjM1NDJmYmE=
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:9ae2cf37-adef-4159-af82-7d6ddb0efd55
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:7848e642-08cc-48e3-b276-fc79c4afede7
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:7848e642-08cc-48e3-b276-fc79c4afede7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-11T04:55:27.402Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aab637bf-80fd-43e7-a35e-51a2ca73abcf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-11T04:55:27.434Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-11T04:55:27.435Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-11T04:55:27.435Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-11T04:55:27.436Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 10ec8adb-18d3-4e3c-9206-0990f6a5728c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-11T04:55:27.437Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-11T04:55:27.437Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-11T04:55:27.494Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-11T04:55:27.497Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 10ec8adb-18d3-4e3c-9206-0990f6a5728c 73679
2023-01-11T04:55:27.498Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-11T04:55:27.498Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-11T04:55:27.499Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-11T04:55:27.499Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-11T04:55:27.501Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-11T04:55:27.501Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d5512db7-854c-44ca-8691-0687e29ad8e5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673412927498,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-11T04:55:27.602Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-11T04:55:27.602Z||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.
2023-01-11T04:55:27.603Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VbWTO7NpOkPRAKF4) ...
2023-01-11T04:55:27.635Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-11T04:55:27.636Z||pool-49-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2023-01-11T04:55:28.502Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-11T04:55:28.503Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-11T04:55:28.503Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 10ec8adb-18d3-4e3c-9206-0990f6a5728c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-11T04:55:28.503Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-11T04:55:28.504Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-11T04:55:28.504Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-11T04:55:28.676Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12956792032508763772/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
2023-01-11T04:55:29.787Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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
2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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
2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||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
2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|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-BasicCnf-csar.csar
2023-01-11T04:55:29.788Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-11T04:55:29.789Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:55:29.790Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-11T04:55:29.791Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-11T04:55:29.792Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-11T04:55:29.793Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-11T04:55:29.794Z|d5512db7-854c-44ca-8691-0687e29ad8e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery