By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-26T03:33:22.100Z||main|||||INFO|500||The following profiles are active: basic
2022-12-26T03:33:44.113Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-26T03:33:44.114Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-26T03:33:44.440Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-26T03:33:51.810Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-26T03:33:52.609Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-26T03:33:53.568Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-26T03:33:53.588Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-26T03:33:53.854Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-26T03:33:54.170Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-26T03:33:55.161Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-26T03:33:58.167Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-26T03:34:01.964Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-26T03:34:02.069Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-26T03:34:03.002Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-26T03:34:03.444Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-26T03:34:05.926Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-26T03:34:08.438Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-26T03:34:08.482Z||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$$5917c19b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-26T03:34:08.484Z||main|||||WARN|500||The sdc end point is not alive
2022-12-26T03:34:14.268Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-26T03:34:19.969Z||main|||||WARN|500||---
2022-12-26T03:34:19.970Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-26T03:34:19.970Z||main|||||WARN|500||---
2022-12-26T03:34:20.678Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-26T03:34:31.933Z||main|||||INFO|500||Started Application in 74.764 seconds (JVM running for 78.559)
2022-12-26T03:34:31.999Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-26T03:34:32.023Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-26T03:34:32.050Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-26T03:34:32.109Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-26T03:34:32.256Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c40e2b81-0616-43ad-b574-3771e169c4c9 url= /sdc/v1/artifactTypes
2022-12-26T03:34:32.257Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-26T03:34:32.893Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-26T03:34:32.978Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-26T03:34:33.024Z||scheduling-1|||||DEBUG|500||create keys
2022-12-26T03:34:33.038Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-26T03:34:33.300Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:34:33.431Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8b08a706-6efc-42e0-9990-bea5005383c2 url= /sdc/v1/registerForDistribution
2022-12-26T03:34:33.783Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8b08a706-6efc-42e0-9990-bea5005383c2 url= /sdc/v1/registerForDistribution
2022-12-26T03:34:33.787Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-26T03:34:33.822Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:34:33.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:34:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:34:33.851Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-26T03:34:33.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:34:33.868Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:34:33.869Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:34:44.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:34:44.990Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:35:33.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:35:33.821Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:35:33.822Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:35:33.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:35:33.852Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:35:33.853Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:35:43.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:35:43.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:36:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:36:33.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:36:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:36:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:36:33.843Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:36:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:36:43.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:36:43.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:37:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:37:33.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:37:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:37:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:37:33.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:37:33.846Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:37:43.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:37:43.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:38:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:38:33.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:38:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:38:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:38:33.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:38:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:38:43.518Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:38:43.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:39:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:39:33.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:39:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:39:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:39:33.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:39:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:39:43.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:39:43.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:40:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:40:33.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:40:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:40:33.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:40:33.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:40:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:40:43.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:40:43.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:41:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:41:33.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:41:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:41:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:41:33.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:41:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:41:43.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:41:43.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:42:33.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:42:33.820Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:42:33.820Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:42:33.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:42:33.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:42:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:42:43.402Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:42:43.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:43:33.816Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:43:33.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:43:33.819Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:43:33.840Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:43:33.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:43:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:43:43.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:43:43.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:44:11.776Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-26T03:44:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:44:33.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:44:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:44:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:44:33.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:44:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:44:43.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:44:43.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:45:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:45:33.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:45:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:45:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:45:33.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:45:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:45:43.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:45:43.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:46:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:46:33.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:46:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:46:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:46:33.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:46:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:46:43.394Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:46:43.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:47:33.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:47:33.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:47:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:47:33.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:47:33.845Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:47:33.845Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:47:43.410Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:47:43.410Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:48:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:48:33.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:48:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:48:33.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:48:33.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:48:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:48:43.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:48:43.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:49:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:49:33.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:49:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:49:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:49:33.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:49:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:49:43.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:49:43.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:50:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:50:33.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:50:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:50:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:50:33.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:50:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:50:43.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:50:43.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:51:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:51:33.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:51:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:51:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:51:33.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:51:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:51:43.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:51:43.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:52:33.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:52:33.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:52:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:52:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:52:33.841Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:52:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:52:43.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:52:43.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:53:33.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:53:33.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:53:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:53:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:53:33.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:53:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:53:43.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:53:43.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:54:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:54:33.817Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:54:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:54:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:54:33.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:54:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:54:43.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:54:43.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:55:33.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:55:33.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:55:33.820Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:55:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:55:33.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:55:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:55:43.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:55:43.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:56:33.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:56:33.817Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:56:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:56:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:56:33.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:56:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:56:43.404Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:56:43.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:57:33.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:57:33.820Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:57:33.821Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:57:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:57:33.843Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:57:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:57:43.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:57:43.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:58:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:58:33.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:58:33.818Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:58:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:58:33.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:58:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:58:43.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:58:43.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:59:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:59:33.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:59:33.818Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:59:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T03:59:33.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T03:59:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T03:59:43.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T03:59:43.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:00:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:00:33.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:00:33.818Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:00:33.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:00:33.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:00:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:00:43.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:00:43.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:01:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:01:33.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:01:33.817Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:01:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:01:33.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:01:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:01:43.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:01:43.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:02:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:02:33.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:02:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:02:33.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:02:33.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:02:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:02:43.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:02:43.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:03:33.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:03:33.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:03:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:03:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:03:33.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:03:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:03:43.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:03:43.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:04:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:04:33.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:04:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:04:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:04:33.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:04:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:04:43.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:04:43.410Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:05:33.816Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:05:33.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:05:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:05:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:05:33.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:05:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:05:43.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:05:43.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:06:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:06:33.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:06:33.819Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:06:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:06:33.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:06:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:06:43.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:06:43.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:07:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:07:33.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:07:33.818Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:07:33.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:07:33.843Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:07:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:07:43.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:07:43.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:08:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:08:33.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:08:33.818Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:08:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:08:33.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:08:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:08:43.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:08:43.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:09:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:09:33.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:09:33.818Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:09:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:09:33.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:09:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:09:43.394Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:09:43.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:10:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:10:33.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:10:33.817Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:10:33.840Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:10:33.843Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:10:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:10:43.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:10:43.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:11:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:11:33.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:11:33.818Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:11:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:11:33.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:11:33.849Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:11:43.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:11:43.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:12:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:12:33.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:12:33.820Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:12:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:12:33.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:12:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:12:43.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:12:43.412Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:13:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:13:33.820Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:13:33.821Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:13:33.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:13:33.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:13:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:13:43.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:13:43.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:14:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:14:33.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:14:33.820Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:14:33.840Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:14:33.841Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:14:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:14:43.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:14:43.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:15:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:15:33.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:15:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:15:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:15:33.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:15:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:15:43.398Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:15:43.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:16:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:16:33.817Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:16:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:16:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:16:33.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:16:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:16:43.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:16:43.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:17:33.821Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:17:33.823Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:17:33.823Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:17:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:17:33.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:17:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:17:43.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:17:43.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:18:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:18:33.817Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:18:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:18:33.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:18:33.842Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:18:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:18:43.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:18:43.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:19:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:19:33.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:19:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:19:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:19:33.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:19:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:19:43.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:19:43.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:20:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:20:33.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:20:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:20:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:20:33.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:20:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:20:43.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:20:43.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:21:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:21:33.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:21:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:21:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:21:33.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:21:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:21:43.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:21:43.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:22:33.816Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:22:33.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:22:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:22:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:22:33.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:22:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:22:43.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:22:43.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:23:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:23:33.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:23:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:23:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:23:33.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:23:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:23:43.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:23:43.410Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:24:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:24:33.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:24:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:24:33.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:24:33.842Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:24:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:24:43.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:24:43.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:25:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:25:33.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:25:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:25:33.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:25:33.842Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:25:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:25:43.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:25:43.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:26:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:26:33.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:26:33.818Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:26:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:26:33.841Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:26:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:26:43.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:26:43.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:27:33.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:27:33.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:27:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:27:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:27:33.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:27:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:27:43.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:27:43.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:28:33.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:28:33.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:28:33.819Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:28:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:28:33.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:28:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:28:43.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:28:43.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:29:33.816Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:29:33.823Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:29:33.824Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:29:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:29:33.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:29:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:29:43.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:29:43.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:30:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:30:33.818Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:30:33.819Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:30:33.840Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:30:33.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:30:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:30:43.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:30:43.399Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:31:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:31:33.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:31:33.819Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:31:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:31:33.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:31:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:31:43.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:31:43.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:32:33.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:32:33.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:32:33.820Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:32:33.840Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:32:33.841Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:32:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:32:43.396Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:32:43.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:33:33.819Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:33:33.828Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:33:33.829Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:33:33.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:33:33.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:33:33.845Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:33:43.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:33:43.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:34:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:34:33.818Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:34:33.818Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:34:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:34:33.842Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:34:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:34:43.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:34:43.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:35:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:35:33.818Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:35:33.818Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:35:33.841Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:35:33.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:35:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:35:43.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:35:43.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:36:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:36:33.818Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:36:33.819Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:36:33.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:36:33.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:36:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:36:43.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:36:43.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:37:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:37:33.823Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:37:33.825Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:37:33.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:37:33.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:37:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:37:43.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:37:43.445Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:33.816Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:38:33.820Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:38:33.820Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:38:33.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:38:33.844Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:34.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:34.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029503246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029502686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "cds",
"timestamp": 1672029506716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029502686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "NOTIFIED"
}
2022-12-26T04:38:34.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029503246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "cds",
"timestamp": 1672029506716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029503246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029502686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-26T04:38:34.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "cds",
"timestamp": 1672029506716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029511324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029503246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029502686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "cds",
"timestamp": 1672029506716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029511324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029503246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029502686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-26T04:38:34.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "cds",
"timestamp": 1672029506716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:38:34.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:34.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:38:34.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed2cad23-9ff6-4e97-84f8-d461f02c01f4","serviceName":"vFW 2022-12-26 04-37-25","serviceVersion":"1.0","serviceUUID":"cac1759d-5893-4d1d-b646-56ec15e8bc48","serviceDescription":"catalog service description","serviceInvariantUUID":"bf038ef8-ddae-48f6-ba2e-5cce8f16ce94","resources":[{"resourceInstanceName":"vFW f7adde7b-281b 0","resourceName":"vFW f7adde7b-281b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e1f5932-458a-4104-9c2f-9b59ec42f09d","resourceInvariantUUID":"209a9bcb-1ec1-445f-8d9c-4007f998df0e","resourceCustomizationUUID":"fcce36b4-5d82-4f92-a304-7dafdca5e67a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml","artifactChecksum":"MGRiM2JiYWQwOTA3ZjgyNmJhMjVkZjRjMDgwYjQ5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8db1fcec-187f-4633-b952-15a730fb496a","artifactVersion":"1"},{"artifactName":"vfwf7adde7b281b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json","artifactChecksum":"ZmNjOTE5YTUyZjJlMmFjMDY2NGFiNDcyY2YzNjcyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1627a43a-8130-4b06-9576-f0d374c14ca6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53d7d144-6d43-4671-b195-dc9d1e3a782f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQ2MjZjYTc1YTA5ZTY0Y2I4Y2NmYTQ5MmM1ZDJmOTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dc054ea8-3db6-4b2d-ae0a-c8883c5e9349","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a66fc5c8-4546-42a1-957c-eb345a37a9a6","artifactVersion":"2","generatedFromUUID":"53d7d144-6d43-4671-b195-dc9d1e3a782f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221226043725-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml","artifactChecksum":"N2NhOTdhNDViMWM3MjA3OTk5NzA4Y2JmYjYwZjQwMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"678d6db3-201d-4847-b876-e9859fbeb85c","artifactVersion":"1"},{"artifactName":"service-Vfw20221226043725-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar","artifactChecksum":"MDY4OWNkMjRiZWY4ZTZiMzM1YmViMGE1M2MzZTc4MTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b4e7d91-943f-47fb-bea6-c18b6b05ea84","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:38:34.514Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:34.529Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:34.558Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:34.558Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:34.660Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-26T04:38:34.669Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:34.669Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:34.694Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:34.696Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:35.575Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:35.576Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:35.580Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:35.581Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "NOTIFIED"
}
2022-12-26T04:38:35.680Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:38:35.682Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:35.682Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:35.699Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:35.700Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:36.581Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:36.593Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:36.596Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:36.596Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-26T04:38:36.696Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:36.698Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:36.698Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:36.711Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:36.712Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:37.597Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:37.598Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:37.600Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:37.601Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:37.701Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:37.702Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:37.702Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:37.712Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:37.713Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:38.606Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:38.607Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:38.609Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:38.610Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-26T04:38:38.710Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:38.711Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:38.711Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:38.723Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:38.724Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:39.610Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:39.611Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:39.617Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:39.617Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:38:39.718Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:39.719Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:39.720Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:39.731Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:39.732Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:40.619Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:38:40.621Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:40.639Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:40.640Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:38:40.725Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-12-26T04:38:40.732Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:40.733Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:40.792Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:40.793Z||pool-9-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:41.643Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"serviceName": "vFW 2022-12-26 04-37-25",
"serviceVersion": "1.0",
"serviceUUID": "cac1759d-5893-4d1d-b646-56ec15e8bc48",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bf038ef8-ddae-48f6-ba2e-5cce8f16ce94",
"resources": [
{
"resourceInstanceName": "vFW f7adde7b-281b 0",
"resourceCustomizationUUID": "fcce36b4-5d82-4f92-a304-7dafdca5e67a",
"resourceName": "vFW f7adde7b-281b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2e1f5932-458a-4104-9c2f-9b59ec42f09d",
"resourceInvariantUUID": "209a9bcb-1ec1-445f-8d9c-4007f998df0e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf7adde7b281b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"artifactChecksum": "ZmNjOTE5YTUyZjJlMmFjMDY2NGFiNDcyY2YzNjcyMzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1627a43a-8130-4b06-9576-f0d374c14ca6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "53d7d144-6d43-4671-b195-dc9d1e3a782f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a66fc5c8-4546-42a1-957c-eb345a37a9a6",
"generatedFromUUID": "53d7d144-6d43-4671-b195-dc9d1e3a782f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a66fc5c8-4546-42a1-957c-eb345a37a9a6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221226043725-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"artifactChecksum": "MDY4OWNkMjRiZWY4ZTZiMzM1YmViMGE1M2MzZTc4MTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8b4e7d91-943f-47fb-bea6-c18b6b05ea84"
}
],
"workloadContext": "Production"
}
2022-12-26T04:38:41.646Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:38:41.647Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cac1759d-5893-4d1d-b646-56ec15e8bc48 ASDC
2022-12-26T04:38:41.852Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ed2cad23-9ff6-4e97-84f8-d461f02c01f4
ServiceName:vFW 2022-12-26 04-37-25
ServiceVersion:1.0
ServiceUUID:cac1759d-5893-4d1d-b646-56ec15e8bc48
ServiceInvariantUUID:bf038ef8-ddae-48f6-ba2e-5cce8f16ce94
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221226043725-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
ArtifactUUID:8b4e7d91-943f-47fb-bea6-c18b6b05ea84
ArtifactChecksum:MDY4OWNkMjRiZWY4ZTZiMzM1YmViMGE1M2MzZTc4MTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f7adde7b-281b 0
ResourceCustomizationUUID:fcce36b4-5d82-4f92-a304-7dafdca5e67a
ResourceInvariantUUID:209a9bcb-1ec1-445f-8d9c-4007f998df0e
ResourceName:vFW f7adde7b-281b
ResourceType:VF
ResourceUUID:2e1f5932-458a-4104-9c2f-9b59ec42f09d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf7adde7b281b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
ArtifactUUID:1627a43a-8130-4b06-9576-f0d374c14ca6
ArtifactChecksum:ZmNjOTE5YTUyZjJlMmFjMDY2NGFiNDcyY2YzNjcyMzA=
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/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
ArtifactUUID:53d7d144-6d43-4671-b195-dc9d1e3a782f
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/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
ArtifactUUID:a66fc5c8-4546-42a1-957c-eb345a37a9a6
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/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
ArtifactUUID:a66fc5c8-4546-42a1-957c-eb345a37a9a6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-26T04:38:41.853Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cac1759d-5893-4d1d-b646-56ec15e8bc48 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:38:42.316Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:38:42.319Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:38:42.322Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:38:42.323Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b4e7d91-943f-47fb-bea6-c18b6b05ea84 from URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:42.323Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:38:42.326Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:42.497Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:38:42.537Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar 8b4e7d91-943f-47fb-bea6-c18b6b05ea84 100710
2022-12-26T04:38:42.540Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar ASDC sendASDCNotification
2022-12-26T04:38:42.540Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:42.544Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:38:42.546Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:42.550Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:42.551Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029522538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:38:42.652Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:42.654Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:42.654Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:42.680Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:42.681Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:43.552Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:38:43.553Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:38:43.556Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8b4e7d91-943f-47fb-bea6-c18b6b05ea84, URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar to file: /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:43.557Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221226043725-csar.csar
2022-12-26T04:38:43.747Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:43.747Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:44.978Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6799492790195428462/Definitions/service-Vfw20221226043725-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_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
2022-12-26T04:38:49.964Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:38:49.982Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:38:49.982Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.982Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-26T04:38:49.984Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.984Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||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-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.984Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||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-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.985Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.985Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.986Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.986Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||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-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.987Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.987Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.987Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.987Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f7adde7b-281b 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-Vfw20221226043725-csar.csar
2022-12-26T04:38:49.988Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:38:50.000Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.002Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.008Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.008Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:38:50.011Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:38:50.014Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.014Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.014Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.014Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:38:50.015Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:38:50.015Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.015Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.022Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.022Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:50.023Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:50.023Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:50.023Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.024Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.024Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:50.024Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.024Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:50.025Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:50.025Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:50.025Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.025Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.026Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-26T04:38:50.027Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.027Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:38:50.030Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.030Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.030Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:50.031Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.031Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.032Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:50.032Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.032Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:50.033Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:50.033Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.033Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:50.034Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:50.034Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-26T04:38:50.034Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:50.035Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:50.035Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:50.035Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.035Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.036Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:50.036Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.036Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:50.036Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.037Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=df1b1a2f-9924-4d49-84a9-21524d4a8fc5
2022-12-26T04:38:50.037Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.037Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:50.038Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:50.038Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:50.038Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.038Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.039Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:50.039Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.039Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:50.040Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-26T04:38:50.040Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:50.040Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.040Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:50.041Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.041Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6f04c996-255a-4995-a4a6-815c0d613288
2022-12-26T04:38:50.041Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.041Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:50.042Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:50.042Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:50.042Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.042Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.043Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:50.043Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.043Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:50.044Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:50.044Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:50.045Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:50.045Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:50.045Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-26T04:38:50.046Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7dd0fc10-788c-4d03-9229-84c5d0977bb3
2022-12-26T04:38:50.046Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.046Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.047Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.047Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.047Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.048Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.048Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:50.048Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:50.048Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-26 04-37-25
Description:catalog service description
Model UUID:cac1759d-5893-4d1d-b646-56ec15e8bc48
Model Version:NULL
Model InvariantUuid:bf038ef8-ddae-48f6-ba2e-5cce8f16ce94
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f7adde7b-281b
Model UUID:24db7a5e-2f71-45d7-9287-8caa013692ea
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:209a9bcb-1ec1-445f-8d9c-4007f998df0e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fcce36b4-5d82-4f92-a304-7dafdca5e67a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:80b22f0b-100e-4683-87e8-5cefcde56d9d
ModelName:VfwF7adde7b281b..base_vfw..module-0
ModelUuid:22ef308e-3ace-4b88-8d06-5f1412a5d7c1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:df1b1a2f-9924-4d49-84a9-21524d4a8fc5
ModelInvariantUuid:2d3b252c-be68-4c9f-9040-c79b537f3fcd
ModelName:vFW f7adde7b-281b-nodes.vfwCvfc
ModelUuid:b7572b85-426c-4d59-829e-2505283a9ae4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:309e72ec-ef6a-4df0-a8eb-5b158c84b02d
ModelInvariantUuid:cbe0fea3-62a9-4a50-b81f-63130196ab83
ModelName:VfwF7adde7b281b.compute.nodes.heat.vfw
ModelUuid:fd3f69dc-c8ec-44f4-ab83-6edb70743b13
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6f04c996-255a-4995-a4a6-815c0d613288
ModelInvariantUuid:47f5c3f3-d4ca-4883-85fa-fc3a784b2d44
ModelName:vFW f7adde7b-281b-nodes.vsnCvfc
ModelUuid:1da059ab-ea2c-464e-9c8d-b830caa668d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:96ddd527-fc1c-4464-b970-de76684b3e7e
ModelInvariantUuid:97d965d0-8a2a-42ec-b3ea-a54f1b661a27
ModelName:VfwF7adde7b281b.compute.nodes.heat.vsn
ModelUuid:d317ef1c-4b0f-439a-b41f-3c4eb1f8e526
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7dd0fc10-788c-4d03-9229-84c5d0977bb3
ModelInvariantUuid:d09ca062-0689-48a2-ada9-cd6b924dfc0e
ModelName:vFW f7adde7b-281b-nodes.vpgCvfc
ModelUuid:df9e6b73-cddd-4fd1-85c8-5ec0053779e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a865c8fd-bdc7-4ee5-a598-e6d42ea3c5b0
ModelInvariantUuid:a7910ad0-b2e8-4518-9284-320ba07c41ef
ModelName:VfwF7adde7b281b.compute.nodes.heat.vpg
ModelUuid:fa174d66-e18c-432c-a6f5-71b8e20539b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-26T04:38:50.098Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e1f5932-458a-4104-9c2f-9b59ec42f09d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:38:50.271Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||vFW f7adde7b-281b 0
2022-12-26T04:38:50.280Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e1f5932-458a-4104-9c2f-9b59ec42f09d
2022-12-26T04:38:50.280Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1627a43a-8130-4b06-9576-f0d374c14ca6 from URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
2022-12-26T04:38:50.280Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:38:50.280Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
2022-12-26T04:38:50.338Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:38:50.339Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json 1627a43a-8130-4b06-9576-f0d374c14ca6 785
2022-12-26T04:38:50.339Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json ASDC sendASDCNotification
2022-12-26T04:38:50.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
2022-12-26T04:38:50.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:38:50.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:50.360Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:50.360Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029530339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:38:50.447Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-12-26T04:38:50.450Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:50.450Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:50.465Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:50.466Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:51.362Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF7adde7b281b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "80b22f0b-100e-4683-87e8-5cefcde56d9d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "22ef308e-3ace-4b88-8d06-5f1412a5d7c1",
"vfModuleModelCustomizationUUID": "cecf3c7e-3075-41bd-b2a5-7e847cae5ac7",
"isBase": true,
"artifacts": [
"53d7d144-6d43-4671-b195-dc9d1e3a782f",
"a66fc5c8-4546-42a1-957c-eb345a37a9a6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-26T04:38:51.382Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF7adde7b281b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22ef308e-3ace-4b88-8d06-5f1412a5d7c1
VfModuleModelInvariantUUID:80b22f0b-100e-4683-87e8-5cefcde56d9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
53d7d144-6d43-4671-b195-dc9d1e3a782f
,
a66fc5c8-4546-42a1-957c-eb345a37a9a6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF7adde7b281b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "80b22f0b-100e-4683-87e8-5cefcde56d9d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "22ef308e-3ace-4b88-8d06-5f1412a5d7c1",
"vfModuleModelCustomizationUUID": "cecf3c7e-3075-41bd-b2a5-7e847cae5ac7",
"isBase": true,
"artifacts": [
"53d7d144-6d43-4671-b195-dc9d1e3a782f",
"a66fc5c8-4546-42a1-957c-eb345a37a9a6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF7adde7b281b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:22ef308e-3ace-4b88-8d06-5f1412a5d7c1
VfModuleModelInvariantUUID:80b22f0b-100e-4683-87e8-5cefcde56d9d
VfModuleModelDescription:NULL
Artifacts UUID List:{
53d7d144-6d43-4671-b195-dc9d1e3a782f
,
a66fc5c8-4546-42a1-957c-eb345a37a9a6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 53d7d144-6d43-4671-b195-dc9d1e3a782f from URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
2022-12-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:38:51.386Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
2022-12-26T04:38:51.431Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:38:51.432Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml 53d7d144-6d43-4671-b195-dc9d1e3a782f 20368
2022-12-26T04:38:51.433Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-26T04:38:51.433Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
2022-12-26T04:38:51.433Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:38:51.433Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:51.436Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:51.436Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029531433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:38:51.536Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:51.537Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:51.538Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:51.552Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:51.553Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:52.437Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a66fc5c8-4546-42a1-957c-eb345a37a9a6 from URL: /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
2022-12-26T04:38:52.438Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:38:52.438Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
2022-12-26T04:38:52.489Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:38:52.489Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env a66fc5c8-4546-42a1-957c-eb345a37a9a6 2098
2022-12-26T04:38:52.490Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-26T04:38:52.490Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
2022-12-26T04:38:52.490Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:38:52.491Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:52.494Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:52.494Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029532490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:38:52.594Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:52.596Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:52.596Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:52.609Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:52.610Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:53.495Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cac1759d-5893-4d1d-b646-56ec15e8bc48
2022-12-26T04:38:53.495Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f7adde7b-281b 0 2e1f5932-458a-4104-9c2f-9b59ec42f09d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:38:53.558Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a0deeaa, org.onap.sdc.toscaparser.api.parameters.Input@51af013e, org.onap.sdc.toscaparser.api.parameters.Input@6981038f, org.onap.sdc.toscaparser.api.parameters.Input@17a2ceb7, org.onap.sdc.toscaparser.api.parameters.Input@420f1a57]
2022-12-26T04:38:53.564Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.565Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-12-26T04:38:53.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fcce36b4-5d82-4f92-a304-7dafdca5e67a
2022-12-26T04:38:53.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fcce36b4-5d82-4f92-a304-7dafdca5e67a matches Tosca VF Customization UUID: fcce36b4-5d82-4f92-a304-7dafdca5e67a
2022-12-26T04:38:53.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fcce36b4-5d82-4f92-a304-7dafdca5e67a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-26T04:38:53.584Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.585Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.588Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fcce36b4-5d82-4f92-a304-7dafdca5e67a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-26T04:38:53.588Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5172fb5f
2022-12-26T04:38:53.589Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.589Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:38:53.590Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cecf3c7e-3075-41bd-b2a5-7e847cae5ac7
2022-12-26T04:38:53.592Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cecf3c7e-3075-41bd-b2a5-7e847cae5ac7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-26T04:38:53.603Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.604Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.604Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.606Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.606Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.606Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.607Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.607Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:53.608Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:53.608Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-26T04:38:53.608Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:53.609Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:53.609Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:53.610Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.610Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.610Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:53.611Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.612Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:53.612Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.613Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=df1b1a2f-9924-4d49-84a9-21524d4a8fc5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-26T04:38:53.630Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.631Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.631Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.632Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.632Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:53.633Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:53.634Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:53.634Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.635Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.636Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:53.636Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.637Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:53.637Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-26T04:38:53.638Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-26T04:38:53.638Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.639Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-26T04:38:53.640Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.641Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6f04c996-255a-4995-a4a6-815c0d613288
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-26T04:38:53.646Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.648Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.648Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.655Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.656Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is not matching search criteria
2022-12-26T04:38:53.657Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-26T04:38:53.657Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-26T04:38:53.658Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.658Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.659Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-26T04:38:53.660Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.660Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-26T04:38:53.661Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-26T04:38:53.661Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-26T04:38:53.662Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-26T04:38:53.662Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-26T04:38:53.663Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-26T04:38:53.663Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7dd0fc10-788c-4d03-9229-84c5d0977bb3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-26T04:38:53.668Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.669Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.670Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:38:53.670Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.671Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Node template vFW f7adde7b-281b 0 is matching search criteria
2022-12-26T04:38:53.671Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f7adde7b-281b 0] matching following query criteria: sdcType=VF, customizationUUID=fcce36b4-5d82-4f92-a304-7dafdca5e67a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:38:53.675Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.675Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.676Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cac1759d-5893-4d1d-b646-56ec15e8bc48: vFW f7adde7b-281b
2022-12-26T04:38:53.677Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.677Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.678Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.678Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.679Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.679Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.679Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.680Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.680Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:38:53.681Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-26 04-37-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:38:53.681Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-26 04-37-25
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:38:54.327Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f7adde7b-281b 2e1f5932-458a-4104-9c2f-9b59ec42f09d 1 ASDC deployResourceStructure
2022-12-26T04:38:54.328Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json ASDC sendASDCNotification
2022-12-26T04:38:54.328Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json
2022-12-26T04:38:54.328Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:38:54.329Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:54.333Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:54.333Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029534328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-26T04:38:54.433Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:54.434Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:54.435Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:54.453Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:54.454Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:55.334Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-26T04:38:55.335Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml
2022-12-26T04:38:55.335Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:38:55.335Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:55.338Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:55.338Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029535334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-26T04:38:55.438Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:55.439Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:55.440Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:55.478Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:55.478Z||pool-15-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:56.339Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-26T04:38:56.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env
2022-12-26T04:38:56.340Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:38:56.341Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:56.348Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:56.348Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029536339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-26T04:38:56.448Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:56.449Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:56.449Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:56.460Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:56.461Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:38:57.351Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar ASDC sendASDCNotification
2022-12-26T04:38:57.352Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar
2022-12-26T04:38:57.352Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:38:57.353Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:38:57.356Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:38:57.357Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029537350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:38:57.457Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:38:57.458Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:38:57.458Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:38:57.477Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:38:57.478Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:38:58.360Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:38:58.416Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:38:58.422Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:38:58.423Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:38:58.424Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:39:28.425Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:39:28.439Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:39:28.442Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:39:28.442Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:39:28.442Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:39:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:39:33.842Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:39:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:39:33.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:39:33.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:39:33.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029511324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:39:33.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:39:58.443Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:39:58.464Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:39:58.468Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:39:58.469Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:39:58.469Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:40:28.469Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:40:28.488Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:40:28.496Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:40:28.496Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:40:28.497Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:40:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:40:33.841Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:40:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:40:33.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:40:33.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-26T04:40:33.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029503246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:40:33.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-12-26T04:40:58.497Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:40:58.515Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:40:58.520Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:40:58.520Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:40:58.520Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:41:28.521Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:41:28.535Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:41:28.538Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:41:28.538Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:41:28.538Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:41:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:41:33.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:41:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:41:34.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:41:34.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029502686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "cds",
"timestamp": 1672029506716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029511324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029503246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029502686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "cds",
"timestamp": 1672029506716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029511324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029515493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "cds",
"timestamp": 1672029516318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029511324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029516584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "cds",
"timestamp": 1672029517348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:41:34.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed2cad23-9ff6-4e97-84f8-d461f02c01f4
2022-12-26T04:41:34.461Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed2cad23-9ff6-4e97-84f8-d461f02c01f4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:41:34.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029516626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029511324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029517646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029516626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029519166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029516626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029518820,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:41:34.505Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed2cad23-9ff6-4e97-84f8-d461f02c01f4
2022-12-26T04:41:34.506Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed2cad23-9ff6-4e97-84f8-d461f02c01f4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:41:34.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029516626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029519834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029513816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029516626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029516626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029522538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029516626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029524471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029530339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029530395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:34.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029531433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029531400,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:41:34.618Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed2cad23-9ff6-4e97-84f8-d461f02c01f4
2022-12-26T04:41:34.619Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed2cad23-9ff6-4e97-84f8-d461f02c01f4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:41:34.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029532490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029534156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029534328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/vfwf7adde7b281b0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:34.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "aai-ml",
"timestamp": 1672029535162,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:41:34.732Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed2cad23-9ff6-4e97-84f8-d461f02c01f4
2022-12-26T04:41:34.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed2cad23-9ff6-4e97-84f8-d461f02c01f4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:41:34.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029535334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029536339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/resourceInstances/vfwf7adde7b281b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029537350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221226043725/1.0/artifacts/service-Vfw20221226043725-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:34.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029543246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029542686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "cds",
"timestamp": 1672029536716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029541324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029543246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029542686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "cds",
"timestamp": 1672029536716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029541324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029543246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "cds",
"timestamp": 1672029536716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029542686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029541324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029543246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "cds",
"timestamp": 1672029536716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029542686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029546626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029541324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029543246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "cds",
"timestamp": 1672029536716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029542686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029546626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029541324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029543246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "cds",
"timestamp": 1672029536716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029542686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029546626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029541324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "ves-openapi-manager",
"timestamp": 1672029543246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "cds",
"timestamp": 1672029536716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029542686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029546626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029541324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029546626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029550814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029551525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "cds",
"timestamp": 1672029551547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029546626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:41:34.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "cds",
"timestamp": 1672029552557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:41:34.902Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 572ae9e4-ac39-47ba-94b3-e179c67d1106
2022-12-26T04:41:34.903Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 572ae9e4-ac39-47ba-94b3-e179c67d1106 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:41:34.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029551885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029546626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029552936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029554380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:41:34.954Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:34.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:34.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029553961,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:41:34.972Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 572ae9e4-ac39-47ba-94b3-e179c67d1106
2022-12-26T04:41:34.972Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 572ae9e4-ac39-47ba-94b3-e179c67d1106 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:41:35.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672029554969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:35.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:35.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029556712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:35.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:35.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672029557716,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:41:35.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 572ae9e4-ac39-47ba-94b3-e179c67d1106
2022-12-26T04:41:35.045Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 572ae9e4-ac39-47ba-94b3-e179c67d1106 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:41:35.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029559278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:41:35.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:41:35.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:41:35.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "aai-ml",
"timestamp": 1672029560282,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:41:35.098Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 572ae9e4-ac39-47ba-94b3-e179c67d1106
2022-12-26T04:41:35.098Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 572ae9e4-ac39-47ba-94b3-e179c67d1106 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:41:58.539Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:41:58.560Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:41:58.566Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:41:58.567Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T04:41:58.567Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T04:41:58.568Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T04:41:58.568Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:41:58.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:41:58.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:41:58.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:41:58.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:41:58.570Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:41:58.579Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T04:42:28.581Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-26T04:42:28.600Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed2cad23-9ff6-4e97-84f8-d461f02c01f4 and serviceModelVersionId: cac1759d-5893-4d1d-b646-56ec15e8bc48
2022-12-26T04:42:28.600Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf038ef8-ddae-48f6-ba2e-5cce8f16ce94
2022-12-26T04:42:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:42:33.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:42:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:43.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:42:49.376Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0
2022-12-26T04:42:49.569Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T04:42:50.391Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-26T04:42:50.403Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0|INFO|500||Invoke
2022-12-26T04:42:50.572Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-26T04:42:50.817Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0|INFO|500||InvokeReturn
2022-12-26T04:42:50.822Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf038ef8-ddae-48f6-ba2e-5cce8f16ce94/model-vers/model-ver/cac1759d-5893-4d1d-b646-56ec15e8bc48?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 04:42:49 GMT], content-length=[0], vertex-id=[319600], x-aai-txid=[0-aai-resources-221226-04:42:49:957-75285], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T04:42:50.824Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-26T04:42:50.832Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T04:42:50.833Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:42:50.848Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T04:42:50.850Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed2cad23-9ff6-4e97-84f8-d461f02c01f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T04:42:50.852Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T04:42:50.854Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:50.858Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:50.858Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029770851,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:42:50.958Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:42:50.959Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:42:50.960Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:50.972Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:42:50.973Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-26T04:42:51.878Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:42:51.879Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:42:51.879Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:56.410Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:42:56.411Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:42:56.411Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"572ae9e4-ac39-47ba-94b3-e179c67d1106","serviceName":"basic_onboard_aQDTjT","serviceVersion":"1.0","serviceUUID":"c137e62f-f1b4-485f-bbfc-c29297db3e4c","serviceDescription":"service","serviceInvariantUUID":"8e32166d-63b5-40cc-b399-d44b702ce398","resources":[{"resourceInstanceName":"basic_onboard_aQDTjT 0","resourceName":"basic_onboard_aQDTjT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"64424bbb-f1d6-4596-8c7d-d8079c94ff6f","resourceInvariantUUID":"b553e985-a60d-44b7-956e-59e2b911530e","resourceCustomizationUUID":"798a4a10-b1bd-4a20-b74c-515e907fc9d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml","artifactChecksum":"NDhiNGJlN2FjMzBlYWE0OTVlZTI3ODU3MjUyYzBlNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7675fa4a-8058-4205-a309-cdd829b9d2d9","artifactVersion":"1"},{"artifactName":"basic_onboard_aqdtjt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json","artifactChecksum":"YTJjMDlmMDE0ZWJmYTQ5NmY0Y2U2N2Q3NWU2OTgwNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb8ef2d9-1cd1-4be3-93ea-519a501b054e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac0dd1d8-86c7-4273-a9bc-088f46f355a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da4b7fe2-ce53-4a49-b42a-06ba4aed0489","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f399ba4-76e9-4a46-a413-32a5caf0c4b7","artifactVersion":"2","generatedFromUUID":"ac0dd1d8-86c7-4273-a9bc-088f46f355a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAqdtjt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml","artifactChecksum":"YmVjNmI5MDI3YmYxYjM2NzdkNWZjMjM1N2ZiYmFlNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2207ea19-2525-4af5-8318-8853cb502577","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAqdtjt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar","artifactChecksum":"ZjQ5N2EyOTQ1YWM5ZDI3YzMxZGY2OTdhOWNiNWMxYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b0e5a92-2090-4403-bdb8-be662ed36197","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:42:56.418Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:42:56.418Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:56.421Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:56.422Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:42:56.522Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:42:56.523Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:42:56.523Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:56.541Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:42:56.542Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:42:57.422Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:42:57.424Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:57.426Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:57.426Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "NOTIFIED"
}
2022-12-26T04:42:57.526Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:42:57.528Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:42:57.528Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:57.544Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:42:57.545Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:42:58.426Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:42:58.427Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:58.429Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:58.429Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-26T04:42:58.530Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:42:58.531Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:42:58.531Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:58.544Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:42:58.547Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:42:59.430Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:42:59.432Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:42:59.434Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:42:59.434Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:42:59.535Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:42:59.536Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:42:59.537Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:42:59.548Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:42:59.549Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:00.440Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:43:00.441Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:00.444Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:00.444Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-26T04:43:00.548Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-26T04:43:00.558Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:00.558Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:00.579Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:00.579Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:01.445Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:43:01.446Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:01.449Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:01.449Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:43:01.549Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:01.550Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:01.550Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:01.565Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:01.566Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:02.450Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:43:02.451Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:02.453Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:02.454Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:43:02.554Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:02.555Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:02.556Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:02.567Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:02.568Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:03.457Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"serviceName": "basic_onboard_aQDTjT",
"serviceVersion": "1.0",
"serviceUUID": "c137e62f-f1b4-485f-bbfc-c29297db3e4c",
"serviceDescription": "service",
"serviceInvariantUUID": "8e32166d-63b5-40cc-b399-d44b702ce398",
"resources": [
{
"resourceInstanceName": "basic_onboard_aQDTjT 0",
"resourceCustomizationUUID": "798a4a10-b1bd-4a20-b74c-515e907fc9d7",
"resourceName": "basic_onboard_aQDTjT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "64424bbb-f1d6-4596-8c7d-d8079c94ff6f",
"resourceInvariantUUID": "b553e985-a60d-44b7-956e-59e2b911530e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_aqdtjt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"artifactChecksum": "YTJjMDlmMDE0ZWJmYTQ5NmY0Y2U2N2Q3NWU2OTgwNmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb8ef2d9-1cd1-4be3-93ea-519a501b054e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ac0dd1d8-86c7-4273-a9bc-088f46f355a3",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f399ba4-76e9-4a46-a413-32a5caf0c4b7",
"generatedFromUUID": "ac0dd1d8-86c7-4273-a9bc-088f46f355a3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1f399ba4-76e9-4a46-a413-32a5caf0c4b7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAqdtjt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"artifactChecksum": "ZjQ5N2EyOTQ1YWM5ZDI3YzMxZGY2OTdhOWNiNWMxYzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7b0e5a92-2090-4403-bdb8-be662ed36197"
}
],
"workloadContext": "Production"
}
2022-12-26T04:43:03.457Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:43:03.457Z|ed2cad23-9ff6-4e97-84f8-d461f02c01f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c137e62f-f1b4-485f-bbfc-c29297db3e4c ASDC
2022-12-26T04:43:03.458Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:572ae9e4-ac39-47ba-94b3-e179c67d1106
ServiceName:basic_onboard_aQDTjT
ServiceVersion:1.0
ServiceUUID:c137e62f-f1b4-485f-bbfc-c29297db3e4c
ServiceInvariantUUID:8e32166d-63b5-40cc-b399-d44b702ce398
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAqdtjt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
ArtifactUUID:7b0e5a92-2090-4403-bdb8-be662ed36197
ArtifactChecksum:ZjQ5N2EyOTQ1YWM5ZDI3YzMxZGY2OTdhOWNiNWMxYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aQDTjT 0
ResourceCustomizationUUID:798a4a10-b1bd-4a20-b74c-515e907fc9d7
ResourceInvariantUUID:b553e985-a60d-44b7-956e-59e2b911530e
ResourceName:basic_onboard_aQDTjT
ResourceType:VF
ResourceUUID:64424bbb-f1d6-4596-8c7d-d8079c94ff6f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_aqdtjt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
ArtifactUUID:eb8ef2d9-1cd1-4be3-93ea-519a501b054e
ArtifactChecksum:YTJjMDlmMDE0ZWJmYTQ5NmY0Y2U2N2Q3NWU2OTgwNmM=
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/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac0dd1d8-86c7-4273-a9bc-088f46f355a3
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/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
ArtifactUUID:1f399ba4-76e9-4a46-a413-32a5caf0c4b7
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/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
ArtifactUUID:1f399ba4-76e9-4a46-a413-32a5caf0c4b7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-26T04:43:03.459Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c137e62f-f1b4-485f-bbfc-c29297db3e4c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-26T04:43:03.510Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:43:03.511Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:43:03.511Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:43:03.512Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b0e5a92-2090-4403-bdb8-be662ed36197 from URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:03.512Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:43:03.512Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:03.695Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:43:03.699Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar 7b0e5a92-2090-4403-bdb8-be662ed36197 75302
2022-12-26T04:43:03.700Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar ASDC sendASDCNotification
2022-12-26T04:43:03.700Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:03.700Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:43:03.701Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:03.703Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:03.704Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029783700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:43:03.804Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:03.805Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:03.805Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:03.818Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:03.819Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:04.704Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:43:04.707Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:43:04.707Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7b0e5a92-2090-4403-bdb8-be662ed36197, URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar to file: /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:04.718Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:04.719Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:04.719Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:05.031Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15885617342163683118/Definitions/service-BasicOnboardAqdtjt-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-26T04:43:07.311Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||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-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||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-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aQDTjT 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-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.312Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.313Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||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-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:07.313Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:43:07.313Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.313Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.314Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.314Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:43:07.314Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:43:07.315Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.315Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.315Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.315Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:43:07.316Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:43:07.316Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.316Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.316Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.317Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is not matching search criteria
2022-12-26T04:43:07.317Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-26T04:43:07.317Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.318Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:43:07.319Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.319Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.319Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:07.320Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.320Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.320Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:07.321Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.321Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:07.321Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:07.322Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.322Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is not matching search criteria
2022-12-26T04:43:07.322Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-26T04:43:07.323Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-26T04:43:07.323Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d86d158-15c3-42b5-b2aa-ea9a4ccb3c88
2022-12-26T04:43:07.323Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.323Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.324Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.324Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.324Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.324Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.325Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:07.325Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:07.325Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_aQDTjT
Description:service
Model UUID:c137e62f-f1b4-485f-bbfc-c29297db3e4c
Model Version:NULL
Model InvariantUuid:8e32166d-63b5-40cc-b399-d44b702ce398
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_aQDTjT
Model UUID:a8ea8e70-8cfb-416a-9fe2-0684a132976a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b553e985-a60d-44b7-956e-59e2b911530e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:798a4a10-b1bd-4a20-b74c-515e907fc9d7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bf0c5887-b926-466c-aac2-a3ff138aaea6
ModelName:BasicOnboardAqdtjt..base_ubuntu18..module-0
ModelUuid:1bd6d97c-4421-49f2-aa52-19938c27ab89
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3d86d158-15c3-42b5-b2aa-ea9a4ccb3c88
ModelInvariantUuid:a6b8d7e0-1543-4acd-b290-1b45f0a08b4d
ModelName:basic_onboard_aQDTjT-nodes.ubuntu18Cvfc
ModelUuid:244dea14-d504-4161-b5e2-070dbae4f6f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ea5d91f4-fbc3-4f03-903a-68b887942314
ModelInvariantUuid:fb4bca3f-0ae1-430b-8370-75943c49dfe4
ModelName:BasicOnboardAqdtjt.compute.nodes.heat.ubuntu18
ModelUuid:04bafbba-6d58-4fc3-bf0c-989812c4625f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-26T04:43:07.343Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 64424bbb-f1d6-4596-8c7d-d8079c94ff6f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:43:07.347Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||basic_onboard_aQDTjT 0
2022-12-26T04:43:07.347Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 64424bbb-f1d6-4596-8c7d-d8079c94ff6f
2022-12-26T04:43:07.347Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb8ef2d9-1cd1-4be3-93ea-519a501b054e from URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
2022-12-26T04:43:07.348Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:43:07.348Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
2022-12-26T04:43:07.427Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:43:07.428Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json eb8ef2d9-1cd1-4be3-93ea-519a501b054e 798
2022-12-26T04:43:07.428Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json ASDC sendASDCNotification
2022-12-26T04:43:07.428Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
2022-12-26T04:43:07.429Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:43:07.429Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:07.432Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:07.432Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029787428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:43:07.532Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:07.533Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:07.533Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:07.548Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:07.548Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:08.432Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAqdtjt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bf0c5887-b926-466c-aac2-a3ff138aaea6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1bd6d97c-4421-49f2-aa52-19938c27ab89",
"vfModuleModelCustomizationUUID": "da611a75-7c73-4cac-99c9-f94a0c5f56f7",
"isBase": true,
"artifacts": [
"ac0dd1d8-86c7-4273-a9bc-088f46f355a3",
"1f399ba4-76e9-4a46-a413-32a5caf0c4b7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-26T04:43:08.439Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAqdtjt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1bd6d97c-4421-49f2-aa52-19938c27ab89
VfModuleModelInvariantUUID:bf0c5887-b926-466c-aac2-a3ff138aaea6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac0dd1d8-86c7-4273-a9bc-088f46f355a3
,
1f399ba4-76e9-4a46-a413-32a5caf0c4b7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-26T04:43:08.444Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAqdtjt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bf0c5887-b926-466c-aac2-a3ff138aaea6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1bd6d97c-4421-49f2-aa52-19938c27ab89",
"vfModuleModelCustomizationUUID": "da611a75-7c73-4cac-99c9-f94a0c5f56f7",
"isBase": true,
"artifacts": [
"ac0dd1d8-86c7-4273-a9bc-088f46f355a3",
"1f399ba4-76e9-4a46-a413-32a5caf0c4b7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-26T04:43:08.444Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAqdtjt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1bd6d97c-4421-49f2-aa52-19938c27ab89
VfModuleModelInvariantUUID:bf0c5887-b926-466c-aac2-a3ff138aaea6
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac0dd1d8-86c7-4273-a9bc-088f46f355a3
,
1f399ba4-76e9-4a46-a413-32a5caf0c4b7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-26T04:43:08.445Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac0dd1d8-86c7-4273-a9bc-088f46f355a3 from URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
2022-12-26T04:43:08.445Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:43:08.446Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
2022-12-26T04:43:08.499Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:43:08.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml ac0dd1d8-86c7-4273-a9bc-088f46f355a3 5033
2022-12-26T04:43:08.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-26T04:43:08.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
2022-12-26T04:43:08.501Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:43:08.501Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:08.519Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:08.519Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029788500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:43:08.612Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-12-26T04:43:08.614Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:08.614Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:08.626Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:08.627Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:09.520Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1f399ba4-76e9-4a46-a413-32a5caf0c4b7 from URL: /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
2022-12-26T04:43:09.521Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:43:09.522Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
2022-12-26T04:43:09.566Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:43:09.567Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env 1f399ba4-76e9-4a46-a413-32a5caf0c4b7 909
2022-12-26T04:43:09.567Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-26T04:43:09.567Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
2022-12-26T04:43:09.567Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:43:09.568Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:09.570Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:09.570Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029789567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:43:09.670Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:09.672Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:09.672Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:09.682Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:09.683Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:10.571Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c137e62f-f1b4-485f-bbfc-c29297db3e4c
2022-12-26T04:43:10.572Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aQDTjT 0 64424bbb-f1d6-4596-8c7d-d8079c94ff6f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:43:10.590Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36e1a79b, org.onap.sdc.toscaparser.api.parameters.Input@8d564a4, org.onap.sdc.toscaparser.api.parameters.Input@530298b, org.onap.sdc.toscaparser.api.parameters.Input@13f65c61, org.onap.sdc.toscaparser.api.parameters.Input@2890fcfb]
2022-12-26T04:43:10.592Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 798a4a10-b1bd-4a20-b74c-515e907fc9d7
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 798a4a10-b1bd-4a20-b74c-515e907fc9d7 matches Tosca VF Customization UUID: 798a4a10-b1bd-4a20-b74c-515e907fc9d7
2022-12-26T04:43:10.593Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 798a4a10-b1bd-4a20-b74c-515e907fc9d7 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-26T04:43:10.600Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.600Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 798a4a10-b1bd-4a20-b74c-515e907fc9d7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e8f1149
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-26T04:43:10.601Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da611a75-7c73-4cac-99c9-f94a0c5f56f7
2022-12-26T04:43:10.602Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da611a75-7c73-4cac-99c9-f94a0c5f56f7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-26T04:43:10.619Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.620Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:10.620Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:10.620Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.620Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is not matching search criteria
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-26T04:43:10.621Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-26T04:43:10.622Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3d86d158-15c3-42b5-b2aa-ea9a4ccb3c88
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-26T04:43:10.635Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_aQDTjT 0 is matching search criteria
2022-12-26T04:43:10.636Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_aQDTjT 0] matching following query criteria: sdcType=VF, customizationUUID=798a4a10-b1bd-4a20-b74c-515e907fc9d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:43:10.639Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.639Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.639Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c137e62f-f1b4-485f-bbfc-c29297db3e4c: basic_onboard_aQDTjT
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.640Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_aQDTjT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:43:10.641Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_aQDTjT
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:43:10.759Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aQDTjT 64424bbb-f1d6-4596-8c7d-d8079c94ff6f 1 ASDC deployResourceStructure
2022-12-26T04:43:10.760Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json ASDC sendASDCNotification
2022-12-26T04:43:10.760Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json
2022-12-26T04:43:10.760Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:43:10.761Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:10.764Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:10.765Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029790760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-26T04:43:10.867Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-26T04:43:10.868Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:10.869Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:10.888Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:10.889Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:11.767Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-26T04:43:11.768Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml
2022-12-26T04:43:11.768Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:43:11.768Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:11.771Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:11.771Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029791767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-26T04:43:11.875Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-26T04:43:11.876Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:11.876Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:11.891Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:11.891Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:43:12.772Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-26T04:43:12.773Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env
2022-12-26T04:43:12.773Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:43:12.774Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:12.776Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:12.776Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029792772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-26T04:43:12.879Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-26T04:43:12.880Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:12.881Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:12.896Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:12.897Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:13.790Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar ASDC sendASDCNotification
2022-12-26T04:43:13.794Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar
2022-12-26T04:43:13.794Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:43:13.794Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:13.797Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:13.797Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029793790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:43:13.897Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:13.898Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:13.898Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:13.915Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:13.916Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:43:14.798Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 572ae9e4-ac39-47ba-94b3-e179c67d1106
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:43:14.815Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 572ae9e4-ac39-47ba-94b3-e179c67d1106
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:43:14.822Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:43:14.822Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T04:43:14.822Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T04:43:14.822Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:43:14.823Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:43:14.833Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T04:43:33.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:43:33.892Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:43:33.892Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:34.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:34.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed2cad23-9ff6-4e97-84f8-d461f02c01f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029770851,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:43:34.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "NOTIFIED"
}
2022-12-26T04:43:34.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:43:34.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:43:34.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029771878,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029783700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029787428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029788500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029789567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:43:34.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029790760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/basic_onboard_aqdtjt0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029791767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029792772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/resourceInstances/basic_onboard_aqdtjt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-26T04:43:34.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:34.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-26T04:43:34.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029793790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAqdtjt/1.0/artifacts/service-BasicOnboardAqdtjt-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:43:34.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:43:44.834Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 572ae9e4-ac39-47ba-94b3-e179c67d1106 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-26T04:43:44.845Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 572ae9e4-ac39-47ba-94b3-e179c67d1106 and serviceModelVersionId: c137e62f-f1b4-485f-bbfc-c29297db3e4c
2022-12-26T04:43:44.846Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e32166d-63b5-40cc-b399-d44b702ce398
2022-12-26T04:43:44.847Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0
2022-12-26T04:43:44.859Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T04:43:44.943Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|INFO|500||Invoke
2022-12-26T04:43:44.944Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[572ae9e4-ac39-47ba-94b3-e179c67d1106], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[632ddc12-27b8-42f7-9d34-8e4bd11711cd], X-ECOMP-RequestID=[572ae9e4-ac39-47ba-94b3-e179c67d1106], X-TransactionId=[], X-ONAP-RequestID=[572ae9e4-ac39-47ba-94b3-e179c67d1106], Content-Type=[application/merge-patch+json]}
2022-12-26T04:43:44.982Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-26T04:43:45.090Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?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/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 04:43:44 GMT], content-length=[0], vertex-id=[204944], x-aai-txid=[0-aai-resources-221226-04:43:44:366-57170], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T04:43:45.093Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-26T04:43:45.098Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e32166d-63b5-40cc-b399-d44b702ce398/model-vers/model-ver/c137e62f-f1b4-485f-bbfc-c29297db3e4c?depth=0|INFO|500||InvokeReturn
2022-12-26T04:43:45.100Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T04:43:45.100Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:43:45.112Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T04:43:45.113Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 572ae9e4-ac39-47ba-94b3-e179c67d1106 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T04:43:45.113Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T04:43:45.119Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:43:45.123Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:43:45.124Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029825113,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:43:45.224Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:43:45.225Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:43:45.225Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:45.248Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:45.249Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-26T04:43:46.147Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:43:46.148Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:43:46.148Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:43:55.751Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:43:55.753Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:43:55.753Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:43:55.754Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:05.333Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:44:05.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:44:05.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:44:05.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:14.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:44:14.908Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:44:14.909Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:44:14.909Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:24.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:44:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:44:33.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:44:33.818Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:33.840Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:44:33.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:44:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:44:34.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:44:34.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-26T04:44:34.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "572ae9e4-ac39-47ba-94b3-e179c67d1106",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672029825113,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:44:34.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:44:43.415Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:45:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:45:33.820Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:45:33.821Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:45:33.841Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:45:33.843Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:45:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:45:43.412Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:45:43.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:46:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:46:33.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:46:33.818Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:46:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:46:33.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:46:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:46:43.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:46:43.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:47:33.816Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:47:33.817Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:47:33.817Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:47:33.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:47:33.841Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:47:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:47:43.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:47:43.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:48:33.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:48:33.817Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:48:33.817Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:48:33.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:48:33.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:48:33.846Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:48:43.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:48:43.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:49:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:49:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:49:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:49:33.840Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:49:33.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:49:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:49:43.407Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:49:43.416Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:50:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:50:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:50:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:50:33.841Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:50:33.842Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:50:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:50:43.414Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:50:43.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:51:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:51:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:51:33.819Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:51:33.840Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:51:33.841Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:51:33.841Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:51:43.404Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:51:43.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:52:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:52:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:52:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:52:33.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:52:33.843Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:52:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:52:43.383Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:52:43.407Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:53:33.816Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:53:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:53:33.818Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:53:33.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:53:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:34.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:53:34.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672030386626,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "cds",
"timestamp": 1672030391718,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672030386626,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "cds",
"timestamp": 1672030391718,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "cds",
"timestamp": 1672030397678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672030397590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:53:34.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:53:34.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "cds",
"timestamp": 1672030398702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:53:34.214Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
2022-12-26T04:53:34.216Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 642fe374-3c65-4a7d-bb01-b3d3016b2a8b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:53:34.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672030399311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:53:34.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:53:34.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1672030400314,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:53:34.264Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
2022-12-26T04:53:34.264Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 642fe374-3c65-4a7d-bb01-b3d3016b2a8b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:53:34.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030403246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030402686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030403246,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030402686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:53:34.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "aai-ml",
"timestamp": 1672030411324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "aai-ml",
"timestamp": 1672030411324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:53:34.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:53:34.473Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:53:34.475Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:53:34.475Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"642fe374-3c65-4a7d-bb01-b3d3016b2a8b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f16af691-0ae9-41fe-8e62-a463d68fb5ad","serviceDescription":"service","serviceInvariantUUID":"3661b63c-e048-4657-bc4f-73cd36d220ff","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"00bc6911-5d13-48f0-8242-cc7bc7083bcd","resourceInvariantUUID":"28d8d14b-1f33-46fc-8114-c02873e59d70","resourceCustomizationUUID":"45230dd4-2596-4496-9545-1311c97465cc","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":"ZjAyM2E3MDk1ZTJmYzM0NDU2NWE0YjY3ZmFkMWYyN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6ff7b7c-31ce-4493-ae87-1125c614a88f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDA2NmI5NDA1OTBiOGUwMDIxMjIyMGVlODM5MWY1ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"859e850c-ee85-4b27-a3f8-a0cd6482ff59","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:53:34.483Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:53:34.483Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:53:34.488Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:53:34.488Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030413816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:53:34.588Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:53:34.590Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:53:34.590Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:34.617Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:53:34.618Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:53:35.489Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:53:35.493Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:53:35.497Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:53:35.497Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030413816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:53:35.597Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:53:35.599Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:53:35.599Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:35.613Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:53:35.614Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:53:36.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f16af691-0ae9-41fe-8e62-a463d68fb5ad",
"serviceDescription": "service",
"serviceInvariantUUID": "3661b63c-e048-4657-bc4f-73cd36d220ff",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "45230dd4-2596-4496-9545-1311c97465cc",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "00bc6911-5d13-48f0-8242-cc7bc7083bcd",
"resourceInvariantUUID": "28d8d14b-1f33-46fc-8114-c02873e59d70",
"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": "MDA2NmI5NDA1OTBiOGUwMDIxMjIyMGVlODM5MWY1ODA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "859e850c-ee85-4b27-a3f8-a0cd6482ff59"
}
],
"workloadContext": "Production"
}
2022-12-26T04:53:36.500Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:53:36.501Z|572ae9e4-ac39-47ba-94b3-e179c67d1106|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f16af691-0ae9-41fe-8e62-a463d68fb5ad ASDC
2022-12-26T04:53:36.502Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:642fe374-3c65-4a7d-bb01-b3d3016b2a8b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f16af691-0ae9-41fe-8e62-a463d68fb5ad
ServiceInvariantUUID:3661b63c-e048-4657-bc4f-73cd36d220ff
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:859e850c-ee85-4b27-a3f8-a0cd6482ff59
ArtifactChecksum:MDA2NmI5NDA1OTBiOGUwMDIxMjIyMGVlODM5MWY1ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:45230dd4-2596-4496-9545-1311c97465cc
ResourceInvariantUUID:28d8d14b-1f33-46fc-8114-c02873e59d70
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:00bc6911-5d13-48f0-8242-cc7bc7083bcd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-26T04:53:36.502Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f16af691-0ae9-41fe-8e62-a463d68fb5ad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-26T04:53:36.555Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:53:36.557Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:53:36.557Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:53:36.557Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 859e850c-ee85-4b27-a3f8-a0cd6482ff59 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-26T04:53:36.557Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:53:36.558Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-26T04:53:36.653Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:53:36.657Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 859e850c-ee85-4b27-a3f8-a0cd6482ff59 57660
2022-12-26T04:53:36.657Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-26T04:53:36.657Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-26T04:53:36.657Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:53:36.658Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:53:36.661Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:53:36.661Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030416657,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:53:36.761Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:53:36.763Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:53:36.763Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:36.786Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:53:36.787Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:53:37.662Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:53:37.663Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:53:37.663Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 859e850c-ee85-4b27-a3f8-a0cd6482ff59, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:37.664Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-26T04:53:37.664Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:37.665Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:37.869Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6907846411187911692/Definitions/service-BasicNetwork-template.yml
2022-12-26T04:53:38.804Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:53:38.805Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:53:38.805Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.806Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-26T04:53:38.806Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.806Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.807Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.808Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.808Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.808Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.809Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.809Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-26T04:53:38.809Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:53:38.810Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.811Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.811Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-26T04:53:38.812Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:53:38.814Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:53:38.814Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.815Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.815Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-26T04:53:38.816Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:53:38.816Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:53:38.817Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.817Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.817Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.818Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.819Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.819Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.820Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.821Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.821Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.822Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.822Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f16af691-0ae9-41fe-8e62-a463d68fb5ad
Model Version:NULL
Model InvariantUuid:3661b63c-e048-4657-bc4f-73cd36d220ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:28d8d14b-1f33-46fc-8114-c02873e59d70
Model UUID:abcb4af0-2870-4ca2-a842-b018cd311c54
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:45230dd4-2596-4496-9545-1311c97465cc
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-26T04:53:38.854Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 00bc6911-5d13-48f0-8242-cc7bc7083bcd
2022-12-26T04:53:38.855Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||No resources found for Service: f16af691-0ae9-41fe-8e62-a463d68fb5ad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:53:38.864Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||
2022-12-26T04:53:38.865Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-26T04:53:38.867Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f16af691-0ae9-41fe-8e62-a463d68fb5ad
2022-12-26T04:53:38.867Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f16af691-0ae9-41fe-8e62-a463d68fb5ad
2022-12-26T04:53:38.867Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-26T04:53:38.868Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:53:38.875Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6797584c, org.onap.sdc.toscaparser.api.parameters.Input@4ca2ff57, org.onap.sdc.toscaparser.api.parameters.Input@517ffa43, org.onap.sdc.toscaparser.api.parameters.Input@32be4d3, org.onap.sdc.toscaparser.api.parameters.Input@5e2399c2]
2022-12-26T04:53:38.877Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.878Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.878Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.878Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.879Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f16af691-0ae9-41fe-8e62-a463d68fb5ad: Generic NeutronNet
2022-12-26T04:53:38.879Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.879Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.880Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.880Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-26T04:53:38.938Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.939Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.939Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.940Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.940Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:53:38.940Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:53:38.941Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-26T04:53:39.071Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-26T04:53:39.072Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-26T04:53:39.073Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-26T04:53:39.073Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-26T04:53:39.074Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:53:39.077Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:53:39.077Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030419072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:53:39.177Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:53:39.179Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:53:39.179Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:53:39.191Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:53:39.192Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:53:40.078Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:53:40.098Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:53:40.103Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:53:40.103Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:53:40.104Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:54:10.104Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:54:10.129Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:54:10.140Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:54:10.141Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:54:10.142Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:54:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:54:33.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:54:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:54:33.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:54:33.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:54:33.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "aai-ml",
"timestamp": 1672030414058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:54:33.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:54:40.143Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:54:40.173Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:54:40.189Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:54:40.189Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:54:40.189Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:55:10.190Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:55:10.206Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:55:10.212Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:55:10.212Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:55:10.213Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:55:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:55:33.841Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:55:33.842Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:55:33.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:55:33.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:55:33.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030413816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:55:33.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:55:40.213Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:55:40.224Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:55:40.227Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:55:40.227Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:55:40.228Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:56:10.230Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:56:10.295Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:56:10.315Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:56:10.316Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-26T04:56:10.316Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-26T04:56:33.840Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:56:33.842Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:56:33.843Z||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 AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:56:33.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:56:33.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030413816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:56:33.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030416657,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:56:33.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "aai-ml",
"timestamp": 1672030418073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:56:33.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "aai-ml",
"timestamp": 1672030419078,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:56:33.914Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
2022-12-26T04:56:33.914Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 642fe374-3c65-4a7d-bb01-b3d3016b2a8b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:56:33.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030419072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-26T04:56:33.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030463246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030462693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030463246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030462693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030463246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030462693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030463246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030462693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "cds",
"timestamp": 1672030466716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030463246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030462693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "cds",
"timestamp": 1672030466716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030463246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030462693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "cds",
"timestamp": 1672030466716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030463246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030462693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "cds",
"timestamp": 1672030466716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030463246,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1672030462693,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "cds",
"timestamp": 1672030466716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "aai-ml",
"timestamp": 1672030471324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030472045,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:56:33.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "cds",
"timestamp": 1672030466716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "aai-ml",
"timestamp": 1672030471324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1672030473218,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-26T04:56:33.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-26T04:56:33.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "cds",
"timestamp": 1672030466716,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:56:33.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-26T04:56:40.316Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:56:40.353Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-26T04:56:40.361Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:56:40.362Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:56:40.363Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:56:40.363Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-26T04:56:40.363Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-26T04:56:40.370Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-26T04:57:10.371Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-26T04:57:10.381Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 642fe374-3c65-4a7d-bb01-b3d3016b2a8b and serviceModelVersionId: f16af691-0ae9-41fe-8e62-a463d68fb5ad
2022-12-26T04:57:10.382Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3661b63c-e048-4657-bc4f-73cd36d220ff
2022-12-26T04:57:10.384Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0
2022-12-26T04:57:10.392Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-26T04:57:10.465Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|INFO|500||Invoke
2022-12-26T04:57:10.465Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[642fe374-3c65-4a7d-bb01-b3d3016b2a8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3af6f7cc-a14a-4d6e-8317-16011d88ea33], X-ECOMP-RequestID=[642fe374-3c65-4a7d-bb01-b3d3016b2a8b], X-TransactionId=[], X-ONAP-RequestID=[642fe374-3c65-4a7d-bb01-b3d3016b2a8b], Content-Type=[application/merge-patch+json]}
2022-12-26T04:57:10.507Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-26T04:57:10.600Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?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/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0 has http status code:200 and response headers:{date=[Mon, 26 Dec 2022 04:57:09 GMT], content-length=[0], vertex-id=[209072], x-aai-txid=[2-aai-resources-221226-04:57:09:889-39639], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-26T04:57:10.601Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-26T04:57:10.602Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3661b63c-e048-4657-bc4f-73cd36d220ff/model-vers/model-ver/f16af691-0ae9-41fe-8e62-a463d68fb5ad?depth=0|INFO|500||InvokeReturn
2022-12-26T04:57:10.602Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-26T04:57:10.602Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:57:10.614Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-26T04:57:10.614Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 642fe374-3c65-4a7d-bb01-b3d3016b2a8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-26T04:57:10.615Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-26T04:57:10.616Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:10.619Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:10.619Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "642fe374-3c65-4a7d-bb01-b3d3016b2a8b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030630615,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-26T04:57:10.719Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:10.721Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:10.721Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:10.748Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:10.750Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-26T04:57:11.632Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-26T04:57:11.634Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-26T04:57:11.634Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:16.216Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:16.217Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-26T04:57:16.217Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"825491f0-aa82-47b6-8829-a6df093e76b5","serviceName":"Demo_pNF_H8SP8ZvCU0A3ecswJzij","serviceVersion":"1.0","serviceUUID":"09f8260f-ba39-433e-9d34-ae7dc9621f40","serviceDescription":"catalog service description","serviceInvariantUUID":"73bf163a-9b53-4e42-8f3c-81088f6a8ed9","resources":[{"resourceInstanceName":"pNF 552e8b4f-0390 0","resourceName":"pNF 552e8b4f-0390","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9a27ec03-953a-40d9-8169-7b00671c3299","resourceInvariantUUID":"ac8e030e-2a01-4012-801b-44c72e2b5a08","resourceCustomizationUUID":"af1bd24a-0889-45f3-95b0-e5d3ce59149a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml","artifactChecksum":"ZmMzYmI0NTgwMjQyOTFlOGJlYTgyNmJlODA1NDVkMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82a2a8a3-5a29-4ff5-a077-c0148ee1d26d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar","artifactChecksum":"MjFjODA0MGE0Mzc5YjdiOWIwNTE4YjMyM2JjMDQ0MWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8cbbc49-3c43-4ce0-9908-8fa217d6c7c8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5061a61f-f844-4f2f-875b-78e6c2c81a20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml","artifactChecksum":"MmRhZmRkYmRlMDBjMTNhOWRkZGY1MmVhN2NhMmIxNDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f6d5041-5207-4994-bb29-6d331628eb09","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb669587-8e01-4bcd-a35d-6607487fb111","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b95cc6f8-740d-46b7-8190-7a83266c9ac2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml","artifactChecksum":"N2U5ZDQwYjcwZjQ3ODY5ZjAxMDE4ODA4MGExNTBiMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47b02917-bae4-46b6-9dbb-16c4e7577a9f","artifactVersion":"1"},{"artifactName":"service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar","artifactChecksum":"MjlhMjRlNmI1YTAwMzM3ZGFjMmJlYjRhOTc4MGM5MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b4377cb-b299-474b-bbb3-93dce76adaba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-26T04:57:16.220Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:16.221Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:16.223Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:16.223Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030631632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:57:16.324Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:57:16.325Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:16.326Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:16.339Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:16.340Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:17.224Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:17.225Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:17.228Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:17.228Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030631632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:57:17.328Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:57:17.329Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:17.329Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:17.338Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:17.339Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:57:18.229Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:18.231Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:18.233Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:18.233Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030631632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:57:18.334Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:18.335Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:18.335Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:18.347Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:18.348Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:19.234Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:19.235Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:19.237Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:19.237Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030631632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:57:19.337Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:19.338Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:19.339Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:19.373Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:19.374Z||pool-43-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:57:20.238Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:20.239Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:20.241Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:20.242Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030631632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:57:20.342Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:20.343Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:20.344Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:20.357Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:20.357Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:57:21.242Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:21.243Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:21.271Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:21.272Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030631632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/resourceInstances/pnf552e8b4f03900/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:57:21.350Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-12-26T04:57:21.351Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:21.351Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:21.367Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:21.368Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:22.273Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:22.275Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:22.279Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:22.279Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030631632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-26T04:57:22.379Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-26T04:57:22.380Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:22.380Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:22.394Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:22.395Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-26T04:57:23.280Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-26T04:57:23.281Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:23.285Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:23.285Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030631632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
"status": "NOTIFIED"
}
2022-12-26T04:57:23.385Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-26T04:57:23.386Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:23.386Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:23.398Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:23.399Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:24.287Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"serviceName": "Demo_pNF_H8SP8ZvCU0A3ecswJzij",
"serviceVersion": "1.0",
"serviceUUID": "09f8260f-ba39-433e-9d34-ae7dc9621f40",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "73bf163a-9b53-4e42-8f3c-81088f6a8ed9",
"resources": [
{
"resourceInstanceName": "pNF 552e8b4f-0390 0",
"resourceCustomizationUUID": "af1bd24a-0889-45f3-95b0-e5d3ce59149a",
"resourceName": "pNF 552e8b4f-0390",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9a27ec03-953a-40d9-8169-7b00671c3299",
"resourceInvariantUUID": "ac8e030e-2a01-4012-801b-44c72e2b5a08",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
"artifactChecksum": "MjlhMjRlNmI1YTAwMzM3ZGFjMmJlYjRhOTc4MGM5MjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b4377cb-b299-474b-bbb3-93dce76adaba"
}
],
"workloadContext": "Production"
}
2022-12-26T04:57:24.288Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-26T04:57:24.288Z|642fe374-3c65-4a7d-bb01-b3d3016b2a8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 09f8260f-ba39-433e-9d34-ae7dc9621f40 ASDC
2022-12-26T04:57:24.289Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:825491f0-aa82-47b6-8829-a6df093e76b5
ServiceName:Demo_pNF_H8SP8ZvCU0A3ecswJzij
ServiceVersion:1.0
ServiceUUID:09f8260f-ba39-433e-9d34-ae7dc9621f40
ServiceInvariantUUID:73bf163a-9b53-4e42-8f3c-81088f6a8ed9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
ArtifactUUID:2b4377cb-b299-474b-bbb3-93dce76adaba
ArtifactChecksum:MjlhMjRlNmI1YTAwMzM3ZGFjMmJlYjRhOTc4MGM5MjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 552e8b4f-0390 0
ResourceCustomizationUUID:af1bd24a-0889-45f3-95b0-e5d3ce59149a
ResourceInvariantUUID:ac8e030e-2a01-4012-801b-44c72e2b5a08
ResourceName:pNF 552e8b4f-0390
ResourceType:PNF
ResourceUUID:9a27ec03-953a-40d9-8169-7b00671c3299
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-26T04:57:24.290Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09f8260f-ba39-433e-9d34-ae7dc9621f40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-26T04:57:24.328Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b4377cb-b299-474b-bbb3-93dce76adaba from URL: /sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-26T04:57:24.329Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:24.421Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-26T04:57:24.427Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar 2b4377cb-b299-474b-bbb3-93dce76adaba 87784
2022-12-26T04:57:24.427Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar ASDC sendASDCNotification
2022-12-26T04:57:24.427Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:24.428Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-26T04:57:24.428Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-26T04:57:24.431Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-26T04:57:24.431Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "825491f0-aa82-47b6-8829-a6df093e76b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1672030644427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-26T04:57:24.532Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-26T04:57:24.534Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-26T04:57:24.540Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AnUIFQ9ypXBn4pBo) ...
2022-12-26T04:57:24.565Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-26T04:57:24.566Z||pool-48-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-12-26T04:57:25.432Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-26T04:57:25.434Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-26T04:57:25.434Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2b4377cb-b299-474b-bbb3-93dce76adaba, URL: /sdc/v1/catalog/services/DemoPnfH8sp8zvcu0a3ecswjzij/1.0/artifacts/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar to file: /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:25.434Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:25.435Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:25.435Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:25.695Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14358186382640477283/Definitions/service-DemoPnfH8sp8zvcu0a3ecswjzij-template.yml
2022-12-26T04:57:26.789Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.790Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||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-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||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-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 552e8b4f-0390 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH8sp8zvcu0a3ecswjzij-csar.csar
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.791Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Node template pNF 552e8b4f-0390 0 is matching search criteria
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 552e8b4f-0390 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Node template pNF 552e8b4f-0390 0 is matching search criteria
2022-12-26T04:57:26.792Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 552e8b4f-0390 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.793Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:57:26.794Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.794Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:57:26.794Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.794Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_H8SP8ZvCU0A3ecswJzij
Description:catalog service description
Model UUID:09f8260f-ba39-433e-9d34-ae7dc9621f40
Model Version:NULL
Model InvariantUuid:73bf163a-9b53-4e42-8f3c-81088f6a8ed9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-26T04:57:26.804Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9a27ec03-953a-40d9-8169-7b00671c3299
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:57:26.808Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||pNF 552e8b4f-0390 0
2022-12-26T04:57:26.809Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9a27ec03-953a-40d9-8169-7b00671c3299
2022-12-26T04:57:26.809Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 09f8260f-ba39-433e-9d34-ae7dc9621f40
2022-12-26T04:57:26.809Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 09f8260f-ba39-433e-9d34-ae7dc9621f40
2022-12-26T04:57:26.809Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 552e8b4f-0390 0 9a27ec03-953a-40d9-8169-7b00671c3299 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-26T04:57:26.818Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dca7be8, org.onap.sdc.toscaparser.api.parameters.Input@4d1c4f6c, org.onap.sdc.toscaparser.api.parameters.Input@18b64ff3, org.onap.sdc.toscaparser.api.parameters.Input@4fa423e3, org.onap.sdc.toscaparser.api.parameters.Input@1ff14c4]
2022-12-26T04:57:26.818Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-26T04:57:26.819Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_H8SP8ZvCU0A3ecswJzij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-26T04:57:26.819Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 09f8260f-ba39-433e-9d34-ae7dc9621f40: pNF 552e8b4f-0390
2022-12-26T04:57:26.819Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9a27ec03-953a-40d9-8169-7b00671c3299
2022-12-26T04:57:26.819Z|825491f0-aa82-47b6-8829-a6df093e76b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery