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-03-14T02:57:05.409Z||main|||||INFO|500||The following profiles are active: basic
2022-03-14T02:57:14.815Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-14T02:57:14.816Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-14T02:57:14.890Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-14T02:57:17.018Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-14T02:57:17.185Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-14T02:57:17.551Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-14T02:57:17.560Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-14T02:57:17.651Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-14T02:57:17.791Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-14T02:57:18.149Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-14T02:57:18.846Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-14T02:57:20.911Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-14T02:57:20.953Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-14T02:57:21.419Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-14T02:57:21.611Z||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-03-14T02:57:22.713Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-14T02:57:23.582Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-14T02:57:23.604Z||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$$e5540ea0.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-03-14T02:57:23.605Z||main|||||WARN|500||The sdc end point is not alive
2022-03-14T02:57:26.349Z||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-03-14T02:57:28.909Z||main|||||WARN|500||---
2022-03-14T02:57:28.910Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-14T02:57:28.910Z||main|||||WARN|500||---
2022-03-14T02:57:29.253Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-14T02:57:33.436Z||main|||||INFO|500||Started Application in 32.533 seconds (JVM running for 33.702)
2022-03-14T02:57:33.450Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-14T02:57:33.452Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-14T02:57:33.462Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-14T02:57:33.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-14T02:57:33.555Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9feb2f11-f84c-40cb-ae75-8edb1be49a94 url= /sdc/v1/artifactTypes
2022-03-14T02:57:33.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-14T02:57:33.828Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-14T02:57:33.848Z||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-03-14T02:57:33.867Z||scheduling-1|||||DEBUG|500||create keys
2022-03-14T02:57:33.874Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-14T02:57:34.546Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T02:57:34.563Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d582fbe1-3efb-48bd-a46c-e498c5911c1f url= /sdc/v1/registerForDistribution
2022-03-14T02:57:35.398Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d582fbe1-3efb-48bd-a46c-e498c5911c1f url= /sdc/v1/registerForDistribution
2022-03-14T02:57:35.399Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-14T02:57:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T02:57:35.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T02:57:35.414Z||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-03-14T02:57:35.415Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T02:57:35.415Z||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-03-14T02:57:35.415Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T02:57:35.418Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-14T02:57:47.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T02:57:47.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T02:58:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T02:58:35.411Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T02:58:35.413Z||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-03-14T02:58:35.413Z||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-03-14T02:58:35.413Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T02:58:35.413Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T02:58:44.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T02:58:44.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T02:59:35.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T02:59:35.409Z||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-03-14T02:59:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T02:59:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T02:59:35.412Z||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-03-14T02:59:35.413Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T02:59:44.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T02:59:44.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:00:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:00:35.409Z||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-03-14T03:00:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:00:35.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:00:35.413Z||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-03-14T03:00:35.413Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:00:44.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:00:44.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:01:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:01:35.409Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T03:01:35.409Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:01:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:01:35.416Z||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-03-14T03:01:35.416Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:01:44.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:01:44.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:02:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:02:35.408Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T03:02:35.409Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:02:35.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:02:35.411Z||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-03-14T03:02:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:02:44.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:02:44.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:03:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:03:35.409Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T03:03:35.410Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:03:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:03:35.411Z||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-03-14T03:03:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:03:44.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:03:44.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:04:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:04:35.409Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T03:04:35.409Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:04:35.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:04:35.411Z||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-03-14T03:04:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:04:44.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:04:44.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:05:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:05:35.410Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T03:05:35.410Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:05:35.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:05:35.412Z||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-03-14T03:05:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:05:44.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:05:44.990Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:06:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:06:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:06:35.412Z||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-03-14T03:06:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:06:35.414Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T03:06:35.415Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:06:44.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:06:44.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:07:18.667Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-14T03:07:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:07:35.409Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T03:07:35.409Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:07:35.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:07:35.411Z||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-03-14T03:07:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:07:44.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:07:44.961Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:08:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:08:35.410Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-14T03:08:35.410Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:08:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:08:35.411Z||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-03-14T03:08:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:08:44.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:08:44.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:09:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:09:35.410Z||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-03-14T03:09:35.410Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:09:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:09:35.412Z||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-03-14T03:09:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:09:44.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:09:44.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:10:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:10:35.409Z||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-03-14T03:10:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:10:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:10:35.412Z||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-03-14T03:10:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:10:44.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:10:44.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:11:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:11:35.409Z||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-03-14T03:11:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:11:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:11:35.411Z||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-03-14T03:11:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:11:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:11:44.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:12:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:12:35.409Z||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-03-14T03:12:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:12:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:12:35.411Z||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-03-14T03:12:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:12:44.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:12:44.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:13:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:13:35.408Z||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-03-14T03:13:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:13:35.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:13:35.412Z||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-03-14T03:13:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:13:44.954Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:13:44.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:14:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:14:35.408Z||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-03-14T03:14:35.408Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:14:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:14:35.411Z||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-03-14T03:14:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:14:44.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:14:44.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:15:35.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:15:35.409Z||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-03-14T03:15:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:15:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:15:35.412Z||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-03-14T03:15:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:15:44.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:15:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:16:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:16:35.409Z||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-03-14T03:16:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:16:35.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:16:35.411Z||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-03-14T03:16:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:16:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:16:44.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:17:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:17:35.408Z||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-03-14T03:17:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:17:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:17:35.412Z||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-03-14T03:17:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:17:44.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:17:44.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:18:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:18:35.409Z||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-03-14T03:18:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:18:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:18:35.411Z||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-03-14T03:18:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:18:44.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:18:44.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:19:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:19:35.409Z||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-03-14T03:19:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:19:35.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:19:35.412Z||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-03-14T03:19:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:19:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:19:44.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:20:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:20:35.409Z||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-03-14T03:20:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:20:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:20:35.411Z||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-03-14T03:20:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:20:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:20:44.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:21:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:21:35.408Z||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-03-14T03:21:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:21:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:21:35.411Z||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-03-14T03:21:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:21:44.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:21:44.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:22:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:22:35.408Z||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-03-14T03:22:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:22:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:22:35.411Z||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-03-14T03:22:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:22:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:22:44.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:23:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:23:35.409Z||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-03-14T03:23:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:23:35.410Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:23:35.411Z||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-03-14T03:23:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:23:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:23:44.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:24:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:24:35.409Z||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-03-14T03:24:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:24:35.410Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:24:35.411Z||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-03-14T03:24:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:24:44.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:24:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:25:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:25:35.408Z||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-03-14T03:25:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:25:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:25:35.411Z||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-03-14T03:25:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:25:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:25:44.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:26:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:26:35.408Z||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-03-14T03:26:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:26:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:26:35.411Z||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-03-14T03:26:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:26:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:26:44.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:27:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:27:35.408Z||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-03-14T03:27:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:27:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:27:35.411Z||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-03-14T03:27:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:27:44.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:27:44.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:28:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:28:35.409Z||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-03-14T03:28:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:28:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:28:35.411Z||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-03-14T03:28:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:28:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:28:44.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:29:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:29:35.409Z||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-03-14T03:29:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:29:35.410Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:29:35.411Z||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-03-14T03:29:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:29:44.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:29:44.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:30:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:30:35.410Z||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-03-14T03:30:35.410Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:30:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:30:35.411Z||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-03-14T03:30:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:30:44.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:30:44.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:31:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:31:35.409Z||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-03-14T03:31:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:31:35.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:31:35.412Z||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-03-14T03:31:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:31:44.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:31:44.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:32:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:32:35.409Z||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-03-14T03:32:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:32:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:32:35.411Z||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-03-14T03:32:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:32:44.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:32:44.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:33:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:33:35.409Z||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-03-14T03:33:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:33:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:33:35.411Z||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-03-14T03:33:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:33:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:33:44.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:34:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:34:35.409Z||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-03-14T03:34:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:34:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:34:35.411Z||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-03-14T03:34:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:34:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:34:44.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:35:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:35:35.408Z||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-03-14T03:35:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:35:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:35:35.411Z||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-03-14T03:35:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:35:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:35:44.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:36:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:36:35.408Z||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-03-14T03:36:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:36:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:36:35.411Z||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-03-14T03:36:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:36:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:36:44.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:37:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:37:35.408Z||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-03-14T03:37:35.408Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:37:35.410Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:37:35.411Z||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-03-14T03:37:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:37:44.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:37:44.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:38:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:38:35.408Z||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-03-14T03:38:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:38:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:38:35.411Z||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-03-14T03:38:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:38:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:38:44.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:39:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:39:35.408Z||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-03-14T03:39:35.408Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:39:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:39:35.411Z||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-03-14T03:39:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:39:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:39:44.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:40:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:40:35.408Z||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-03-14T03:40:35.408Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:40:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:40:35.411Z||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-03-14T03:40:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:40:44.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:40:44.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:41:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:41:35.409Z||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-03-14T03:41:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:41:35.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:41:35.412Z||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-03-14T03:41:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:41:44.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:41:44.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:42:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:42:35.408Z||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-03-14T03:42:35.408Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:42:35.410Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:42:35.411Z||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-03-14T03:42:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:42:44.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:42:44.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:43:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:43:35.408Z||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-03-14T03:43:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:43:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:43:35.411Z||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-03-14T03:43:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:43:44.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:43:44.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:44:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:44:35.408Z||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-03-14T03:44:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:44:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:44:35.411Z||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-03-14T03:44:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:44:44.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:44:44.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:45:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:45:35.409Z||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-03-14T03:45:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:45:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:45:35.411Z||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-03-14T03:45:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:45:44.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:45:44.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:46:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:46:35.408Z||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-03-14T03:46:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:46:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:46:35.411Z||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-03-14T03:46:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:46:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:46:44.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:47:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:47:35.409Z||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-03-14T03:47:35.410Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:47:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:47:35.411Z||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-03-14T03:47:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:47:44.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:47:44.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:48:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:48:35.409Z||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-03-14T03:48:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:48:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:48:35.411Z||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-03-14T03:48:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:48:44.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:48:44.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:49:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:49:35.409Z||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-03-14T03:49:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:49:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:49:35.411Z||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-03-14T03:49:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:49:44.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:49:44.956Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:50:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:50:35.409Z||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-03-14T03:50:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:50:35.410Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:50:35.411Z||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-03-14T03:50:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:50:44.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:50:44.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:51:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:51:35.409Z||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-03-14T03:51:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:51:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:51:35.411Z||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-03-14T03:51:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:51:44.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:51:44.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:52:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:52:35.409Z||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-03-14T03:52:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:52:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:52:35.411Z||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-03-14T03:52:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:52:44.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:52:44.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:53:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:53:35.408Z||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-03-14T03:53:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:53:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:53:35.411Z||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-03-14T03:53:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:53:44.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:53:44.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:54:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:54:35.408Z||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-03-14T03:54:35.408Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:54:35.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:54:35.412Z||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-03-14T03:54:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:54:44.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:54:44.961Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:55:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:55:35.408Z||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-03-14T03:55:35.408Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:55:35.411Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:55:35.411Z||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-03-14T03:55:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:55:44.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:55:44.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:56:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:56:35.409Z||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-03-14T03:56:35.410Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:56:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:56:35.411Z||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-03-14T03:56:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:56:44.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:56:44.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:57:35.409Z||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-03-14T03:57:35.409Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:57:35.411Z||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-03-14T03:57:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:44.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:45.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:45.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-14T03:57:45.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"96440fc6-6d2b-419f-ba45-a9e98e1a9730","serviceName":"vFW 2022-03-14 03-55-46","serviceVersion":"1.0","serviceUUID":"704855a7-bacb-4b7d-83c9-74c5f579238d","serviceDescription":"catalog service description","serviceInvariantUUID":"5217b353-dd0c-49d5-961a-02e3cf933524","resources":[{"resourceInstanceName":"vFW 6dae7ec4-0d7e 0","resourceName":"vFW 6dae7ec4-0d7e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35696a26-72c6-41dc-847f-c636c044cdf3","resourceInvariantUUID":"73352b4f-3b33-4b14-8c0f-800a462e7e69","resourceCustomizationUUID":"bdeb9b35-b611-48e6-a0c7-495c0e9f9dda","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml","artifactChecksum":"NjYwYzQ1ZjYyMDU0NGQxMjZiYWJjYTRiZTExYzczN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07994c94-d14e-43ec-a919-da5fbb1e60c9","artifactVersion":"1"},{"artifactName":"vfw6dae7ec40d7e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json","artifactChecksum":"ZDEwMDZkZmIwNDg5YjY1ZWNkZTk4YzU3MWUyNTVmNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97dd0d1a-6351-40e1-9aff-c58399840862","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6413b59-05c5-48ef-bee0-d073b94639fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml","artifactChecksum":"NjVjMzM2ZTQ4MzczNGYxODE1N2ZiMDQ2ZjcxMWJjZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7e3d109-24c8-46d5-b04b-9bbdf508aacf","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0a36ec1-b7f1-4f2e-9d99-891f9aacca98","artifactVersion":"2","generatedFromUUID":"c6413b59-05c5-48ef-bee0-d073b94639fb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314035546-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml","artifactChecksum":"ZjY0ZmQxMWM4NjdlZWQ3OGFjZTg5N2RiNDkwNDg5YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41223e03-6096-41e3-9c14-2e2ee5431c05","artifactVersion":"1"},{"artifactName":"service-Vfw20220314035546-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar","artifactChecksum":"MGI1ZWE5MmRjYWFiNmJjMzYwODkyMzg0YTdlYjUwN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91bb8dd0-cf6b-41be-a4cb-beda940ae825","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T03:57:45.323Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T03:57:45.328Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:45.336Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:45.337Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:57:45.437Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-14T03:57:45.442Z||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-03-14T03:57:45.442Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:45.456Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:45.457Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:57:46.342Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T03:57:46.343Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:46.345Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:46.345Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T03:57:46.446Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:57:46.446Z||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-03-14T03:57:46.447Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:46.458Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:46.459Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-14T03:57:47.346Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T03:57:47.347Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:47.350Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:47.350Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T03:57:47.450Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 60 ms
2022-03-14T03:57:47.451Z||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-03-14T03:57:47.451Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:47.461Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:47.462Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:57:48.390Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T03:57:48.391Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:48.393Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:48.393Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:57:48.493Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:57:48.494Z||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-03-14T03:57:48.494Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:48.507Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:48.508Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:57:49.394Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T03:57:49.395Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:49.397Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:49.397Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T03:57:49.497Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:57:49.498Z||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-03-14T03:57:49.498Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:49.511Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:49.512Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-14T03:57:50.398Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T03:57:50.399Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:50.401Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:50.401Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:57:50.502Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T03:57:50.503Z||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-03-14T03:57:50.503Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:50.515Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:50.516Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:57:51.402Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T03:57:51.403Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:51.405Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:51.405Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T03:57:51.506Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:57:51.507Z||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-03-14T03:57:51.507Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:51.519Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:51.519Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:57:52.408Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"serviceName": "vFW 2022-03-14 03-55-46",
"serviceVersion": "1.0",
"serviceUUID": "704855a7-bacb-4b7d-83c9-74c5f579238d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5217b353-dd0c-49d5-961a-02e3cf933524",
"resources": [
{
"resourceInstanceName": "vFW 6dae7ec4-0d7e 0",
"resourceCustomizationUUID": "bdeb9b35-b611-48e6-a0c7-495c0e9f9dda",
"resourceName": "vFW 6dae7ec4-0d7e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "35696a26-72c6-41dc-847f-c636c044cdf3",
"resourceInvariantUUID": "73352b4f-3b33-4b14-8c0f-800a462e7e69",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6dae7ec40d7e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"artifactChecksum": "ZDEwMDZkZmIwNDg5YjY1ZWNkZTk4YzU3MWUyNTVmNzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "97dd0d1a-6351-40e1-9aff-c58399840862",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c6413b59-05c5-48ef-bee0-d073b94639fb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d0a36ec1-b7f1-4f2e-9d99-891f9aacca98",
"generatedFromUUID": "c6413b59-05c5-48ef-bee0-d073b94639fb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d0a36ec1-b7f1-4f2e-9d99-891f9aacca98",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220314035546-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"artifactChecksum": "MGI1ZWE5MmRjYWFiNmJjMzYwODkyMzg0YTdlYjUwN2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91bb8dd0-cf6b-41be-a4cb-beda940ae825"
}
],
"workloadContext": "Production"
}
2022-03-14T03:57:52.409Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T03:57:52.410Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 704855a7-bacb-4b7d-83c9-74c5f579238d ASDC
2022-03-14T03:57:52.499Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:96440fc6-6d2b-419f-ba45-a9e98e1a9730
ServiceName:vFW 2022-03-14 03-55-46
ServiceVersion:1.0
ServiceUUID:704855a7-bacb-4b7d-83c9-74c5f579238d
ServiceInvariantUUID:5217b353-dd0c-49d5-961a-02e3cf933524
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220314035546-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar
ArtifactUUID:91bb8dd0-cf6b-41be-a4cb-beda940ae825
ArtifactChecksum:MGI1ZWE5MmRjYWFiNmJjMzYwODkyMzg0YTdlYjUwN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6dae7ec4-0d7e 0
ResourceCustomizationUUID:bdeb9b35-b611-48e6-a0c7-495c0e9f9dda
ResourceInvariantUUID:73352b4f-3b33-4b14-8c0f-800a462e7e69
ResourceName:vFW 6dae7ec4-0d7e
ResourceType:VF
ResourceUUID:35696a26-72c6-41dc-847f-c636c044cdf3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6dae7ec40d7e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json
ArtifactUUID:97dd0d1a-6351-40e1-9aff-c58399840862
ArtifactChecksum:ZDEwMDZkZmIwNDg5YjY1ZWNkZTk4YzU3MWUyNTVmNzM=
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/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml
ArtifactUUID:c6413b59-05c5-48ef-bee0-d073b94639fb
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/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env
ArtifactUUID:d0a36ec1-b7f1-4f2e-9d99-891f9aacca98
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/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env
ArtifactUUID:d0a36ec1-b7f1-4f2e-9d99-891f9aacca98
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-14T03:57:52.499Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 704855a7-bacb-4b7d-83c9-74c5f579238d 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-03-14T03:57:52.670Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T03:57:52.671Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T03:57:52.671Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T03:57:52.672Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 91bb8dd0-cf6b-41be-a4cb-beda940ae825 from URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:52.672Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T03:57:52.672Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:52.822Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T03:57:52.841Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar 91bb8dd0-cf6b-41be-a4cb-beda940ae825 98918
2022-03-14T03:57:52.850Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar ASDC sendASDCNotification
2022-03-14T03:57:52.850Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:52.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T03:57:52.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:52.853Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:52.853Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230272841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:57:52.953Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:57:52.954Z||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-03-14T03:57:52.954Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:52.968Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:52.968Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:57:53.853Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T03:57:53.855Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T03:57:53.855Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 91bb8dd0-cf6b-41be-a4cb-beda940ae825, URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar to file: /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:53.856Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314035546-csar.csar
2022-03-14T03:57:53.912Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:53.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:54.362Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5759466806973528771/Definitions/service-Vfw20220314035546-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_vlan_requirements" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" 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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-14T03:57:56.893Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T03:57:56.896Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6dae7ec4-0d7e 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-Vfw20220314035546-csar.csar
2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-14T03:57:56.903Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.904Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:57:56.906Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:57:56.907Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-14T03:57:56.908Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T03:57:56.909Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.909Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:57:56.909Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:57:56.909Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-14T03:57:56.910Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T03:57:56.910Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.910Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria
2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.915Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T03:57:56.915Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria
2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91b55e5d-464b-461a-bb41-b0fe420c50ed
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14dcfede-fdf1-492f-b752-451693119c61
2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria
2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a49fe91f-fdf4-4366-9d1d-2e4be35a3900
2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-14 03-55-46
Description:catalog service description
Model UUID:704855a7-bacb-4b7d-83c9-74c5f579238d
Model Version:NULL
Model InvariantUuid:5217b353-dd0c-49d5-961a-02e3cf933524
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6dae7ec4-0d7e
Model UUID:45df5acd-5c1d-4b52-9b5e-fbd913e26c29
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73352b4f-3b33-4b14-8c0f-800a462e7e69
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bdeb9b35-b611-48e6-a0c7-495c0e9f9dda
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:afd0c3af-d196-4a55-820d-8c2e8c350ecc
ModelName:Vfw6dae7ec40d7e..base_vfw..module-0
ModelUuid:151c6ee1-c6c7-449f-8207-e50d99bd22f3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:91b55e5d-464b-461a-bb41-b0fe420c50ed
ModelInvariantUuid:f93bc320-89ee-4e7c-8ea3-ca731ff3fb7e
ModelName:vFW 6dae7ec4-0d7e-nodes.vfwCvfc
ModelUuid:dfd33cfc-922e-4e4c-888d-fd84c210b1f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:76c7367e-4ffe-4051-93a2-549e183f48c7
ModelInvariantUuid:09452fb5-f0a6-40db-ae30-a6eb88800e02
ModelName:Vfw6dae7ec40d7e.compute.nodes.heat.vfw
ModelUuid:880fe34d-b285-415a-9d02-5f4b05c23120
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:14dcfede-fdf1-492f-b752-451693119c61
ModelInvariantUuid:e96959b7-7e85-4f07-a51a-d743741d6495
ModelName:vFW 6dae7ec4-0d7e-nodes.vsnCvfc
ModelUuid:a71008a7-e734-420d-8523-ace41de388ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:85e2de9d-2b48-47bf-841a-3d0fe96727f3
ModelInvariantUuid:0af53b4c-2341-408e-ad39-4dbce1e64d16
ModelName:Vfw6dae7ec40d7e.compute.nodes.heat.vsn
ModelUuid:c6ce186f-dea5-4776-8c59-c8a3db1221e1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a49fe91f-fdf4-4366-9d1d-2e4be35a3900
ModelInvariantUuid:46fddbdd-79f1-49ac-b530-f15a02e94d74
ModelName:vFW 6dae7ec4-0d7e-nodes.vpgCvfc
ModelUuid:d3682973-0754-4eef-b1fa-2932472f6553
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:87de1e1f-ffdd-44ee-b0a6-778bea7b9bee
ModelInvariantUuid:446a3832-6a5c-4a50-bee7-0d81badc28f8
ModelName:Vfw6dae7ec40d7e.compute.nodes.heat.vpg
ModelUuid:f9cd7111-8eb1-42c6-85e4-97510c39656b
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-03-14T03:57:56.948Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 35696a26-72c6-41dc-847f-c636c044cdf3
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-03-14T03:57:57.043Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||vFW 6dae7ec4-0d7e 0
2022-03-14T03:57:57.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35696a26-72c6-41dc-847f-c636c044cdf3
2022-03-14T03:57:57.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97dd0d1a-6351-40e1-9aff-c58399840862 from URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json
2022-03-14T03:57:57.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T03:57:57.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json
2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json 97dd0d1a-6351-40e1-9aff-c58399840862 785
2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json ASDC sendASDCNotification
2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json
2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T03:57:57.222Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:57.224Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:57.224Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230277221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:57:57.324Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:57:57.325Z||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-03-14T03:57:57.325Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:57.337Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:57.338Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:57:58.225Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6dae7ec40d7e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "afd0c3af-d196-4a55-820d-8c2e8c350ecc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "151c6ee1-c6c7-449f-8207-e50d99bd22f3",
"vfModuleModelCustomizationUUID": "76769bdd-0492-4052-808a-1fa7eef23222",
"isBase": true,
"artifacts": [
"c6413b59-05c5-48ef-bee0-d073b94639fb",
"d0a36ec1-b7f1-4f2e-9d99-891f9aacca98"
],
"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-03-14T03:57:58.240Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6dae7ec40d7e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:151c6ee1-c6c7-449f-8207-e50d99bd22f3
VfModuleModelInvariantUUID:afd0c3af-d196-4a55-820d-8c2e8c350ecc
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6413b59-05c5-48ef-bee0-d073b94639fb
,
d0a36ec1-b7f1-4f2e-9d99-891f9aacca98
}
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-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6dae7ec40d7e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "afd0c3af-d196-4a55-820d-8c2e8c350ecc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "151c6ee1-c6c7-449f-8207-e50d99bd22f3",
"vfModuleModelCustomizationUUID": "76769bdd-0492-4052-808a-1fa7eef23222",
"isBase": true,
"artifacts": [
"c6413b59-05c5-48ef-bee0-d073b94639fb",
"d0a36ec1-b7f1-4f2e-9d99-891f9aacca98"
],
"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-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6dae7ec40d7e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:151c6ee1-c6c7-449f-8207-e50d99bd22f3
VfModuleModelInvariantUUID:afd0c3af-d196-4a55-820d-8c2e8c350ecc
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6413b59-05c5-48ef-bee0-d073b94639fb
,
d0a36ec1-b7f1-4f2e-9d99-891f9aacca98
}
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-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c6413b59-05c5-48ef-bee0-d073b94639fb from URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml
2022-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml
2022-03-14T03:57:58.324Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T03:57:58.325Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml c6413b59-05c5-48ef-bee0-d073b94639fb 20368
2022-03-14T03:57:58.326Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-14T03:57:58.326Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml
2022-03-14T03:57:58.326Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T03:57:58.326Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:58.328Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:58.328Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230278326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:57:58.428Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:57:58.429Z||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-03-14T03:57:58.430Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:58.444Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:58.444Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:57:59.329Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d0a36ec1-b7f1-4f2e-9d99-891f9aacca98 from URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env
2022-03-14T03:57:59.330Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T03:57:59.330Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env
2022-03-14T03:57:59.381Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T03:57:59.381Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env d0a36ec1-b7f1-4f2e-9d99-891f9aacca98 2098
2022-03-14T03:57:59.382Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-14T03:57:59.382Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env
2022-03-14T03:57:59.382Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T03:57:59.382Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:57:59.385Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:57:59.385Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230279381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:57:59.485Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:57:59.486Z||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-03-14T03:57:59.486Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:57:59.499Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:57:59.500Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:58:00.386Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 704855a7-bacb-4b7d-83c9-74c5f579238d
2022-03-14T03:58:00.387Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6dae7ec4-0d7e 0 35696a26-72c6-41dc-847f-c636c044cdf3 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-03-14T03:58:00.426Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ba8fb12, org.onap.sdc.toscaparser.api.parameters.Input@7021d63e, org.onap.sdc.toscaparser.api.parameters.Input@7e6b6840, org.onap.sdc.toscaparser.api.parameters.Input@188e40d6, org.onap.sdc.toscaparser.api.parameters.Input@543248be]
2022-03-14T03:58:00.429Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.430Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:58:00.430Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-14T03:58:00.430Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= bdeb9b35-b611-48e6-a0c7-495c0e9f9dda
2022-03-14T03:58:00.430Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdeb9b35-b611-48e6-a0c7-495c0e9f9dda matches Tosca VF Customization UUID: bdeb9b35-b611-48e6-a0c7-495c0e9f9dda
2022-03-14T03:58:00.431Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: bdeb9b35-b611-48e6-a0c7-495c0e9f9dda 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-03-14T03:58:00.437Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.437Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:58:00.438Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id bdeb9b35-b611-48e6-a0c7-495c0e9f9dda: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-14T03:58:00.438Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54f26cae
2022-03-14T03:58:00.439Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.439Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T03:58:00.439Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76769bdd-0492-4052-808a-1fa7eef23222
2022-03-14T03:58:00.440Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76769bdd-0492-4052-808a-1fa7eef23222
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-03-14T03:58:00.444Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.445Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:58:00.445Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T03:58:00.445Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.445Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria
2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91b55e5d-464b-461a-bb41-b0fe420c50ed
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-03-14T03:58:00.454Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria
2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-14T03:58:00.457Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-14T03:58:00.457Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:58:00.457Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14dcfede-fdf1-492f-b752-451693119c61
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-03-14T03:58:00.459Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.459Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:58:00.460Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T03:58:00.461Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.461Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria
2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a49fe91f-fdf4-4366-9d1d-2e4be35a3900
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-03-14T03:58:00.465Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.465Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:58:00.465Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T03:58:00.466Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.466Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria
2022-03-14T03:58:00.466Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=bdeb9b35-b611-48e6-a0c7-495c0e9f9dda
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-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 704855a7-bacb-4b7d-83c9-74c5f579238d: vFW 6dae7ec4-0d7e
2022-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T03:58:00.470Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-14 03-55-46
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-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6dae7ec4-0d7e 35696a26-72c6-41dc-847f-c636c044cdf3 1 ASDC deployResourceStructure
2022-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json ASDC sendASDCNotification
2022-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json
2022-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:58:00.762Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:58:00.762Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230280760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:00.862Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:58:00.864Z||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-03-14T03:58:00.864Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:58:00.876Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:58:00.877Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:58:01.763Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-14T03:58:01.764Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml
2022-03-14T03:58:01.764Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T03:58:01.765Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:58:01.767Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:58:01.767Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230281763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:01.867Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:58:01.868Z||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-03-14T03:58:01.868Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:58:01.882Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:58:01.883Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:58:02.768Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-14T03:58:02.769Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env
2022-03-14T03:58:02.769Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T03:58:02.769Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:58:02.771Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:58:02.772Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230282768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:02.871Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T03:58:02.872Z||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-03-14T03:58:02.872Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:58:02.886Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:58:02.886Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-14T03:58:03.773Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar ASDC sendASDCNotification
2022-03-14T03:58:03.774Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar
2022-03-14T03:58:03.774Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T03:58:03.774Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:58:03.778Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:58:03.778Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230283773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:03.878Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T03:58:03.879Z||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-03-14T03:58:03.879Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:58:03.892Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:58:03.892Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T03:58:04.780Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730
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-03-14T03:58:04.810Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730
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-03-14T03:58:04.813Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T03:58:04.813Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T03:58:04.813Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T03:58:34.813Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730
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-03-14T03:58:34.826Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730
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-03-14T03:58:34.829Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T03:58:34.829Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T03:58:34.829Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T03:58:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:58:35.411Z||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-03-14T03:58:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:58:36.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:58:36.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230261923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "dcae-sch",
"timestamp": 1647230260373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "cds",
"timestamp": 1647230258029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230262404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "cds",
"timestamp": 1647230258029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230261923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "dcae-sch",
"timestamp": 1647230260373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230262404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "dcae-sch",
"timestamp": 1647230260373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "cds",
"timestamp": 1647230258029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230261923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230262404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "dcae-sch",
"timestamp": 1647230260373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230261923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "cds",
"timestamp": 1647230258029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230262404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "dcae-sch",
"timestamp": 1647230260373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230261923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "cds",
"timestamp": 1647230258029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230262404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230268947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230269385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "dcae-sch",
"timestamp": 1647230260373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230261923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "cds",
"timestamp": 1647230258029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230262404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230268947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230269385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "dcae-sch",
"timestamp": 1647230260373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230261923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "cds",
"timestamp": 1647230258029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230262404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230255408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230268947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230269385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230268947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230272703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230272722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "cds",
"timestamp": 1647230272727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230272841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230269385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230268947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "cds",
"timestamp": 1647230273743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-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-03-14T03:58:36.095Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730
2022-03-14T03:58:36.095Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:58:36.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230273915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230269385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230273870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230268947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230269385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230275107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230273870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230268947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230269385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230276156,
"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-03-14T03:58:36.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730
2022-03-14T03:58:36.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:58:36.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230273870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230276838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230277160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:36.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230277221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230277246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230277495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:36.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230273870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230278253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:36.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230278326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230278500,
"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-03-14T03:58:36.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730
2022-03-14T03:58:36.134Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:58:36.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230273870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "policy-id",
"timestamp": 1647230279258,
"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-03-14T03:58:36.151Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730
2022-03-14T03:58:36.152Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-14T03:58:36.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230279381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230273870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230273870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230280760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:36.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230281763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230281614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230282768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230281614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230283773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230281614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230281614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230281614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230281614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T03:58:36.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230281614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T03:58:36.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230289405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:36.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "aai-ml",
"timestamp": 1647230290409,
"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-03-14T03:58:36.171Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730
2022-03-14T03:58:36.171Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:58:36.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230302651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T03:58:36.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230303967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T03:58:36.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T03:58:36.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-14T03:58:36.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "clamp",
"timestamp": 1647230304970,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-14T03:58:36.187Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730
2022-03-14T03:58:36.187Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-14T03:59:04.830Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730
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-03-14T03:59:04.847Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730
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-03-14T03:59:04.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T03:59:04.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-14T03:59:04.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T03:59:04.853Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-03-14T03:59:04.860Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-14T03:59:34.860Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:59:34.871Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 and serviceModelVersionId: 704855a7-bacb-4b7d-83c9-74c5f579238d
2022-03-14T03:59:34.871Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5217b353-dd0c-49d5-961a-02e3cf933524
2022-03-14T03:59:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:59:35.412Z||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-03-14T03:59:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T03:59:44.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:59:46.714Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0
2022-03-14T03:59:46.798Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-14T03:59:47.239Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?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-03-14T03:59:47.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0|INFO|500||Invoke
2022-03-14T03:59:47.503Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-14T03:59:47.953Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0|INFO|500||InvokeReturn
2022-03-14T03:59:47.953Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-03:59:47:514-27371], vertex-id=[413944], Content-Length=[0], Date=[Mon, 14 Mar 2022 03:59:47 GMT], Content-Type=[application/json]}
2022-03-14T03:59:47.953Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-14T03:59:47.956Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-14T03:59:47.957Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-03-14T03:59:47.963Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-03-14T03:59:47.964Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96440fc6-6d2b-419f-ba45-a9e98e1a9730 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-14T03:59:47.965Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-14T03:59:47.965Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T03:59:47.967Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T03:59:47.967Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230387964,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T03:59:48.068Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T03:59:48.069Z||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-03-14T03:59:48.069Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T03:59:48.083Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:59:48.083Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-14T03:59:48.983Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:59:48.983Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T03:59:48.983Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T03:59:59.467Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T03:59:59.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T03:59:59.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T03:59:59.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:00:09.008Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:00:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:00:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:00:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:00:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:00:35.411Z||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-03-14T04:00:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:00:36.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:00:36.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-14T04:00:36.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230387964,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T04:00:36.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:00:44.944Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:01:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:01:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:01:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:01:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:01:35.411Z||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-03-14T04:01:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:01:44.956Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:01:44.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:02:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:02:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:02:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:02:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:02:35.411Z||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-03-14T04:02:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:02:44.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:02:44.956Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:03:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:03:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:03:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:03:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:03:35.411Z||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-03-14T04:03:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:03:44.950Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:03:44.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:04:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:04:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:04:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:04:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:04:35.411Z||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-03-14T04:04:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:04:44.957Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:04:44.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:05:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:05:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:05:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:05:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:05:35.411Z||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-03-14T04:05:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:05:44.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:05:44.964Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:06:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:06:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:06:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:06:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:06:35.411Z||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-03-14T04:06:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:06:44.955Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:06:44.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:07:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:07:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:07:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:07:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:07:35.411Z||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-03-14T04:07:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:07:44.949Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:07:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:08:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:08:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:08:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:08:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:08:35.411Z||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-03-14T04:08:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:08:44.954Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:08:44.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:09:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:09:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:35.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:09:35.411Z||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-03-14T04:09:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:36.038Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:36.039Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.039Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"122e1327-39be-4f2e-b86a-231262ddbb95","serviceName":"basic_onboard_vRmHVT","serviceVersion":"1.0","serviceUUID":"39999923-779b-4865-a109-604e16ca197c","serviceDescription":"service","serviceInvariantUUID":"ff3b866a-8912-4503-b289-a645e60b8882","resources":[{"resourceInstanceName":"basic_onboard_vRmHVT 0","resourceName":"basic_onboard_vRmHVT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d3eaefb-d150-499d-9b70-51a8ee415efc","resourceInvariantUUID":"fb0bf1f2-4e33-43f2-8589-22fd8fb9a550","resourceCustomizationUUID":"66e4a1e0-25ff-4848-beb3-6bce40da2f72","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml","artifactChecksum":"NTg5YmJiYzBkMjg1Y2MzZGY1ZDcyYjE2YjBmMGM3OGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a888e037-7ef4-4c63-b329-07ee156b606d","artifactVersion":"1"},{"artifactName":"basic_onboard_vrmhvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json","artifactChecksum":"YzdmZjNkOTQ5OWIwOTk5MTVhNWUwZjQ1Yjk1ZGMzMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7d6a698-7bec-4133-acd8-10aebf1b479b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47f27c44-9b92-45bb-b466-2c9824410b91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"375215fe-4a4f-4a8b-9a58-186c557098d3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"78fdc5bd-6241-450f-8c45-fb3a0bea0ae2","artifactVersion":"2","generatedFromUUID":"47f27c44-9b92-45bb-b466-2c9824410b91"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVrmhvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml","artifactChecksum":"OTg4OTNjN2EwYWE5MDk1M2U3OGUyOGJhZTJmYzA3MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b64eb578-65c0-4ab9-9c3f-90cea7915ef0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVrmhvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar","artifactChecksum":"ZjM2YTIxMTVmMTAyZGJkYTIyODFhMjA3MGZiZDY5YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"636ef57d-3bca-4f51-9211-8f6ed0c2ff25","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T04:09:36.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:36.042Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:09:36.042Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:36.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "dcae-sch",
"timestamp": 1647230940373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.044Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:36.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.045Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230941614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230941923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230941614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "dcae-sch",
"timestamp": 1647230940373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230941923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "dcae-sch",
"timestamp": 1647230940373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230941614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230941923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230941614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "dcae-sch",
"timestamp": 1647230940373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230941923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "cds",
"timestamp": 1647230948029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230941614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "dcae-sch",
"timestamp": 1647230940373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230941923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "cds",
"timestamp": 1647230948029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230949385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230941614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "dcae-sch",
"timestamp": 1647230940373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230941923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "cds",
"timestamp": 1647230948029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230949385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230941614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "dcae-sch",
"timestamp": 1647230940373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230941923,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "cds",
"timestamp": 1647230948029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230949385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230952238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "cds",
"timestamp": 1647230948029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230952404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230949385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230953444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "cds",
"timestamp": 1647230948029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230952404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230949385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230953870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230954645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "cds",
"timestamp": 1647230948029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230952404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230949385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230953870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230955673,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-14T04:09:36.072Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95
2022-03-14T04:09:36.072Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:09:36.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "cds",
"timestamp": 1647230955941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230952404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230949385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230953870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647230956676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "cds",
"timestamp": 1647230956947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-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-03-14T04:09:36.087Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95
2022-03-14T04:09:36.087Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:09:36.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230952404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230957344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:36.097Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230953870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230952404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230958348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230953870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230959043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:36.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230952404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "policy-id",
"timestamp": 1647230959350,
"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-03-14T04:09:36.105Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95
2022-03-14T04:09:36.105Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-14T04:09:36.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230953870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230958947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230960251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:36.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "ves-openapi-manager",
"timestamp": 1647230953870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230958947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230961051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:09:36.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230958947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "clamp",
"timestamp": 1647230962053,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-14T04:09:36.121Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95
2022-03-14T04:09:36.122Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-14T04:09:36.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230962490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:09:36.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230958947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647230963494,
"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-03-14T04:09:36.139Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95
2022-03-14T04:09:36.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:09:36.145Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-14T04:09:36.145Z||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-03-14T04:09:36.145Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:36.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230958947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230958947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:36.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230958947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:09:36.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230966713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:36.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230972696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:09:36.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:09:36.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-14T04:09:36.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "aai-ml",
"timestamp": 1647230973699,
"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-03-14T04:09:36.158Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95
2022-03-14T04:09:36.158Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:36.159Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 and ComponentName AAI
2022-03-14T04:09:36.159Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
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-03-14T04:09:37.045Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:09:37.046Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:37.047Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:37.047Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T04:09:37.148Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:37.149Z||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-03-14T04:09:37.149Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:37.161Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:37.162Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:38.048Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:09:38.049Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:38.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:38.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T04:09:38.151Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:38.152Z||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-03-14T04:09:38.152Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:38.165Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:38.165Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-14T04:09:39.052Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:09:39.054Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:39.056Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:39.056Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:39.157Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T04:09:39.157Z||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-03-14T04:09:39.158Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:39.171Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:39.171Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:40.057Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:09:40.058Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:40.060Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:40.060Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-14T04:09:40.160Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:40.161Z||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-03-14T04:09:40.161Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:40.174Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:40.175Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:41.060Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:09:41.062Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:41.064Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:41.064Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:09:41.165Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:41.165Z||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-03-14T04:09:41.166Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:41.178Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:41.179Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:42.065Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:09:42.066Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:42.068Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:42.068Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:09:42.168Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:42.169Z||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-03-14T04:09:42.169Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:42.183Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:42.183Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:43.069Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"serviceName": "basic_onboard_vRmHVT",
"serviceVersion": "1.0",
"serviceUUID": "39999923-779b-4865-a109-604e16ca197c",
"serviceDescription": "service",
"serviceInvariantUUID": "ff3b866a-8912-4503-b289-a645e60b8882",
"resources": [
{
"resourceInstanceName": "basic_onboard_vRmHVT 0",
"resourceCustomizationUUID": "66e4a1e0-25ff-4848-beb3-6bce40da2f72",
"resourceName": "basic_onboard_vRmHVT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7d3eaefb-d150-499d-9b70-51a8ee415efc",
"resourceInvariantUUID": "fb0bf1f2-4e33-43f2-8589-22fd8fb9a550",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vrmhvt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"artifactChecksum": "YzdmZjNkOTQ5OWIwOTk5MTVhNWUwZjQ1Yjk1ZGMzMjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7d6a698-7bec-4133-acd8-10aebf1b479b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "47f27c44-9b92-45bb-b466-2c9824410b91",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "78fdc5bd-6241-450f-8c45-fb3a0bea0ae2",
"generatedFromUUID": "47f27c44-9b92-45bb-b466-2c9824410b91"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "78fdc5bd-6241-450f-8c45-fb3a0bea0ae2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVrmhvt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"artifactChecksum": "ZjM2YTIxMTVmMTAyZGJkYTIyODFhMjA3MGZiZDY5YTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "636ef57d-3bca-4f51-9211-8f6ed0c2ff25"
}
],
"workloadContext": "Production"
}
2022-03-14T04:09:43.070Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T04:09:43.070Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39999923-779b-4865-a109-604e16ca197c ASDC
2022-03-14T04:09:43.070Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:122e1327-39be-4f2e-b86a-231262ddbb95
ServiceName:basic_onboard_vRmHVT
ServiceVersion:1.0
ServiceUUID:39999923-779b-4865-a109-604e16ca197c
ServiceInvariantUUID:ff3b866a-8912-4503-b289-a645e60b8882
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVrmhvt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar
ArtifactUUID:636ef57d-3bca-4f51-9211-8f6ed0c2ff25
ArtifactChecksum:ZjM2YTIxMTVmMTAyZGJkYTIyODFhMjA3MGZiZDY5YTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vRmHVT 0
ResourceCustomizationUUID:66e4a1e0-25ff-4848-beb3-6bce40da2f72
ResourceInvariantUUID:fb0bf1f2-4e33-43f2-8589-22fd8fb9a550
ResourceName:basic_onboard_vRmHVT
ResourceType:VF
ResourceUUID:7d3eaefb-d150-499d-9b70-51a8ee415efc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vrmhvt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json
ArtifactUUID:a7d6a698-7bec-4133-acd8-10aebf1b479b
ArtifactChecksum:YzdmZjNkOTQ5OWIwOTk5MTVhNWUwZjQ1Yjk1ZGMzMjE=
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/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:47f27c44-9b92-45bb-b466-2c9824410b91
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/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env
ArtifactUUID:78fdc5bd-6241-450f-8c45-fb3a0bea0ae2
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/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env
ArtifactUUID:78fdc5bd-6241-450f-8c45-fb3a0bea0ae2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-14T04:09:43.071Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39999923-779b-4865-a109-604e16ca197c 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-03-14T04:09:43.103Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 636ef57d-3bca-4f51-9211-8f6ed0c2ff25 from URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:43.241Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T04:09:43.247Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar 636ef57d-3bca-4f51-9211-8f6ed0c2ff25 71548
2022-03-14T04:09:43.247Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar ASDC sendASDCNotification
2022-03-14T04:09:43.247Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:43.247Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T04:09:43.248Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:43.249Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:43.249Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230983247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:43.350Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T04:09:43.351Z||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-03-14T04:09:43.351Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:43.363Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:43.363Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:44.250Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T04:09:44.251Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T04:09:44.251Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 636ef57d-3bca-4f51-9211-8f6ed0c2ff25, URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar to file: /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:44.257Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:44.258Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:44.258Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:44.524Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7677315441641647113/Definitions/service-BasicOnboardVrmhvt-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-14T04:09:45.770Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T04:09:45.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-14T04:09:45.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vRmHVT 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria
2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria
2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is not matching search criteria
2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria
2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria
2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria
2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is not matching search criteria
2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69e2c779-a942-401e-acff-2dbae4ea1d9f
2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vRmHVT
Description:service
Model UUID:39999923-779b-4865-a109-604e16ca197c
Model Version:NULL
Model InvariantUuid:ff3b866a-8912-4503-b289-a645e60b8882
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vRmHVT
Model UUID:e5d1cc51-bf13-409d-be2d-37f8d980d177
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb0bf1f2-4e33-43f2-8589-22fd8fb9a550
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:66e4a1e0-25ff-4848-beb3-6bce40da2f72
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:215adfbe-40a1-4e05-b529-9bb10c8cc73f
ModelName:BasicOnboardVrmhvt..base_ubuntu18..module-0
ModelUuid:cb3ba1a5-db57-41cd-a02a-53820aff79d2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:69e2c779-a942-401e-acff-2dbae4ea1d9f
ModelInvariantUuid:1c48cb04-7f37-44af-aa97-020f9339dbc9
ModelName:basic_onboard_vRmHVT-nodes.ubuntu18Cvfc
ModelUuid:8f5b6451-03d8-493e-a050-696ec5a14460
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2ff2a8fc-d321-4799-b114-1e6b547649d0
ModelInvariantUuid:d62cd018-91f4-44f4-b87e-2bdb26590c47
ModelName:BasicOnboardVrmhvt.compute.nodes.heat.ubuntu18
ModelUuid:2da36d95-ffdb-405e-81f1-cfc44440e1f4
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-03-14T04:09:45.801Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d3eaefb-d150-499d-9b70-51a8ee415efc
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-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||basic_onboard_vRmHVT 0
2022-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d3eaefb-d150-499d-9b70-51a8ee415efc
2022-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a7d6a698-7bec-4133-acd8-10aebf1b479b from URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json
2022-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json
2022-03-14T04:09:46.137Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json a7d6a698-7bec-4133-acd8-10aebf1b479b 798
2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json ASDC sendASDCNotification
2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json
2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:46.140Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:46.140Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230986138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:46.240Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:46.241Z||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-03-14T04:09:46.242Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:46.255Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:46.256Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:47.140Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVrmhvt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "215adfbe-40a1-4e05-b529-9bb10c8cc73f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb3ba1a5-db57-41cd-a02a-53820aff79d2",
"vfModuleModelCustomizationUUID": "80727850-5a34-4018-a3e8-72bf902baa7b",
"isBase": true,
"artifacts": [
"47f27c44-9b92-45bb-b466-2c9824410b91",
"78fdc5bd-6241-450f-8c45-fb3a0bea0ae2"
],
"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-03-14T04:09:47.145Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVrmhvt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb3ba1a5-db57-41cd-a02a-53820aff79d2
VfModuleModelInvariantUUID:215adfbe-40a1-4e05-b529-9bb10c8cc73f
VfModuleModelDescription:NULL
Artifacts UUID List:{
47f27c44-9b92-45bb-b466-2c9824410b91
,
78fdc5bd-6241-450f-8c45-fb3a0bea0ae2
}
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-03-14T04:09:47.148Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVrmhvt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "215adfbe-40a1-4e05-b529-9bb10c8cc73f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cb3ba1a5-db57-41cd-a02a-53820aff79d2",
"vfModuleModelCustomizationUUID": "80727850-5a34-4018-a3e8-72bf902baa7b",
"isBase": true,
"artifacts": [
"47f27c44-9b92-45bb-b466-2c9824410b91",
"78fdc5bd-6241-450f-8c45-fb3a0bea0ae2"
],
"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-03-14T04:09:47.148Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVrmhvt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cb3ba1a5-db57-41cd-a02a-53820aff79d2
VfModuleModelInvariantUUID:215adfbe-40a1-4e05-b529-9bb10c8cc73f
VfModuleModelDescription:NULL
Artifacts UUID List:{
47f27c44-9b92-45bb-b466-2c9824410b91
,
78fdc5bd-6241-450f-8c45-fb3a0bea0ae2
}
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-03-14T04:09:47.148Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 47f27c44-9b92-45bb-b466-2c9824410b91 from URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml
2022-03-14T04:09:47.148Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T04:09:47.149Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml
2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml 47f27c44-9b92-45bb-b466-2c9824410b91 5033
2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml
2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T04:09:47.346Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:47.347Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:47.347Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230987345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:47.448Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T04:09:47.448Z||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-03-14T04:09:47.449Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:47.462Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:47.462Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-14T04:09:48.348Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78fdc5bd-6241-450f-8c45-fb3a0bea0ae2 from URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env
2022-03-14T04:09:48.349Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T04:09:48.349Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env
2022-03-14T04:09:48.645Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T04:09:48.645Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env 78fdc5bd-6241-450f-8c45-fb3a0bea0ae2 909
2022-03-14T04:09:48.646Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-14T04:09:48.646Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env
2022-03-14T04:09:48.646Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T04:09:48.646Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:48.648Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:48.649Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230988646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:09:48.749Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:48.750Z||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-03-14T04:09:48.750Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:48.763Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:48.763Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:49.649Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 39999923-779b-4865-a109-604e16ca197c
2022-03-14T04:09:49.650Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vRmHVT 0 7d3eaefb-d150-499d-9b70-51a8ee415efc 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-03-14T04:09:49.666Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@411f3de, org.onap.sdc.toscaparser.api.parameters.Input@214e6428, org.onap.sdc.toscaparser.api.parameters.Input@475f058d, org.onap.sdc.toscaparser.api.parameters.Input@435b77ce, org.onap.sdc.toscaparser.api.parameters.Input@48dfe378]
2022-03-14T04:09:49.667Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 66e4a1e0-25ff-4848-beb3-6bce40da2f72
2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66e4a1e0-25ff-4848-beb3-6bce40da2f72 matches Tosca VF Customization UUID: 66e4a1e0-25ff-4848-beb3-6bce40da2f72
2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 66e4a1e0-25ff-4848-beb3-6bce40da2f72 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-03-14T04:09:49.670Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.670Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 66e4a1e0-25ff-4848-beb3-6bce40da2f72: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d02ef0e
2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80727850-5a34-4018-a3e8-72bf902baa7b
2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80727850-5a34-4018-a3e8-72bf902baa7b
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-03-14T04:09:49.673Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.673Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria
2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria
2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is not matching search criteria
2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-14T04:09:49.675Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69e2c779-a942-401e-acff-2dbae4ea1d9f
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-03-14T04:09:49.676Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria
2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria
2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=66e4a1e0-25ff-4848-beb3-6bce40da2f72
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-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 39999923-779b-4865-a109-604e16ca197c: basic_onboard_vRmHVT
2022-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_vRmHVT
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-03-14T04:09:49.763Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vRmHVT 7d3eaefb-d150-499d-9b70-51a8ee415efc 1 ASDC deployResourceStructure
2022-03-14T04:09:49.764Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json ASDC sendASDCNotification
2022-03-14T04:09:49.764Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json
2022-03-14T04:09:49.764Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T04:09:49.764Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:49.766Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:49.766Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230989764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T04:09:49.867Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:49.867Z||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-03-14T04:09:49.867Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:49.881Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:49.881Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-14T04:09:50.767Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-14T04:09:50.768Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml
2022-03-14T04:09:50.768Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T04:09:50.768Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:50.770Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:50.770Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230990767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T04:09:50.870Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:50.871Z||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-03-14T04:09:50.871Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:50.884Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:50.885Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:51.770Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-14T04:09:51.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env
2022-03-14T04:09:51.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T04:09:51.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:51.773Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:51.773Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230991770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-14T04:09:51.873Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:51.874Z||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-03-14T04:09:51.875Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:51.888Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:51.889Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:52.774Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar ASDC sendASDCNotification
2022-03-14T04:09:52.774Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar
2022-03-14T04:09:52.775Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T04:09:52.775Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:09:52.778Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:09:52.778Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230992774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:09:52.878Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:09:52.879Z||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-03-14T04:09:52.879Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:09:52.895Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:09:52.896Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:09:53.779Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 122e1327-39be-4f2e-b86a-231262ddbb95
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-03-14T04:09:53.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 122e1327-39be-4f2e-b86a-231262ddbb95
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-03-14T04:09:53.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T04:09:53.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-14T04:09:53.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-14T04:09:53.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:09:53.796Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-03-14T04:09:53.801Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-14T04:10:23.801Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:10:23.806Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 122e1327-39be-4f2e-b86a-231262ddbb95 and serviceModelVersionId: 39999923-779b-4865-a109-604e16ca197c
2022-03-14T04:10:23.806Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff3b866a-8912-4503-b289-a645e60b8882
2022-03-14T04:10:23.807Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0
2022-03-14T04:10:23.812Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-14T04:10:23.849Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|INFO|500||Invoke
2022-03-14T04:10:23.849Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[122e1327-39be-4f2e-b86a-231262ddbb95], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe9d22f8-6648-46c6-b002-45a54aa793c3], X-ECOMP-RequestID=[122e1327-39be-4f2e-b86a-231262ddbb95], X-TransactionId=[], X-ONAP-RequestID=[122e1327-39be-4f2e-b86a-231262ddbb95], Content-Type=[application/merge-patch+json]}
2022-03-14T04:10:23.870Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-14T04:10:24.026Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?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/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-04:10:23:878-9348], vertex-id=[172248], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:10:23 GMT], Content-Type=[application/json]}
2022-03-14T04:10:24.026Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-14T04:10:24.027Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|INFO|500||InvokeReturn
2022-03-14T04:10:24.027Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-14T04:10:24.027Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-03-14T04:10:24.032Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-03-14T04:10:24.032Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 122e1327-39be-4f2e-b86a-231262ddbb95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-14T04:10:24.032Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-14T04:10:24.032Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:10:24.035Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:10:24.035Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231024032,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T04:10:24.135Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:10:24.136Z||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-03-14T04:10:24.136Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:10:24.150Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:10:24.150Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-14T04:10:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:10:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:10:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:10:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:10:35.411Z||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-03-14T04:10:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:10:35.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:10:35.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:10:35.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:10:35.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:10:44.948Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:11:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:11:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:11:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:11:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:11:35.411Z||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-03-14T04:11:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:11:35.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:11:35.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "NOTIFIED"
}
2022-03-14T04:11:35.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:11:35.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-14T04:11:35.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:11:35.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-14T04:11:35.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230975408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230983247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230986138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:11:35.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230987345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230988646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230989764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230990767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230991770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647230992774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231024032,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T04:11:35.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:11:44.955Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:12:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:12:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:12:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:12:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:12:35.411Z||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-03-14T04:12:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:12:44.955Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:12:44.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:13:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:13:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:13:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:13:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:13:35.411Z||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-03-14T04:13:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:13:44.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:13:44.957Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:14:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:14:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:14:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:14:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:14:35.411Z||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-03-14T04:14:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:14:44.952Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:14:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:15:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:15:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:15:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:15:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:15:35.411Z||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-03-14T04:15:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:15:44.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:15:44.956Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:16:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:16:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:16:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:16:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:16:35.411Z||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-03-14T04:16:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:16:44.953Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:16:44.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:17:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:17:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:17:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:17:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:17:35.411Z||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-03-14T04:17:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:17:44.953Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:17:44.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:18:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:18:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:18:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:18:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:18:35.411Z||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-03-14T04:18:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:18:44.954Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:18:44.956Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:19:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:19:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:19:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:19:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:19:35.411Z||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-03-14T04:19:35.411Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:19:42.078Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:19:42.079Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-14T04:19:42.079Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"195fc6b6-edc7-45cb-8352-c073814ba74b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5623e62c-28f1-463f-b6f9-f1b0b919cef4","serviceDescription":"service","serviceInvariantUUID":"20043c39-e884-43ca-9e07-434804484be0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4d17c44a-608b-4387-8b81-66c4b1d469f3","resourceInvariantUUID":"aa87e649-0e54-4097-ad69-37a96d46ddf6","resourceCustomizationUUID":"72947d77-517e-4a9e-ad95-4a8e80224be2","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":"YzJkZmVhMzc0NmU5NTI4NWFhMjcyM2ZkZDVjYjdiNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe389c3d-ba70-46a9-9999-ec083e2ce85d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDFmMjZlMjdiM2NlM2IxM2Y1N2Y5ODFiNDYyNGE3OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36fc4e10-8e97-4d1c-86de-25debbf5819a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T04:19:42.083Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:19:42.083Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:19:42.086Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:19:42.086Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231575408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:19:42.186Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:19:42.187Z||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-03-14T04:19:42.187Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:19:42.204Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:19:42.204Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-14T04:19:42.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:19:42.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:19:42.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647231573870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:19:42.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:19:42.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:19:42.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "cds",
"timestamp": 1647231578028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:19:42.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:19:43.086Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:19:43.087Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:19:43.089Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:19:43.089Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231575408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:19:43.189Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:19:43.190Z||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-03-14T04:19:43.190Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:19:43.202Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:19:43.202Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:19:44.090Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "5623e62c-28f1-463f-b6f9-f1b0b919cef4",
"serviceDescription": "service",
"serviceInvariantUUID": "20043c39-e884-43ca-9e07-434804484be0",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "72947d77-517e-4a9e-ad95-4a8e80224be2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4d17c44a-608b-4387-8b81-66c4b1d469f3",
"resourceInvariantUUID": "aa87e649-0e54-4097-ad69-37a96d46ddf6",
"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": "MDFmMjZlMjdiM2NlM2IxM2Y1N2Y5ODFiNDYyNGE3OTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "36fc4e10-8e97-4d1c-86de-25debbf5819a"
}
],
"workloadContext": "Production"
}
2022-03-14T04:19:44.091Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T04:19:44.091Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5623e62c-28f1-463f-b6f9-f1b0b919cef4 ASDC
2022-03-14T04:19:44.091Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:195fc6b6-edc7-45cb-8352-c073814ba74b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5623e62c-28f1-463f-b6f9-f1b0b919cef4
ServiceInvariantUUID:20043c39-e884-43ca-9e07-434804484be0
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:36fc4e10-8e97-4d1c-86de-25debbf5819a
ArtifactChecksum:MDFmMjZlMjdiM2NlM2IxM2Y1N2Y5ODFiNDYyNGE3OTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:72947d77-517e-4a9e-ad95-4a8e80224be2
ResourceInvariantUUID:aa87e649-0e54-4097-ad69-37a96d46ddf6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4d17c44a-608b-4387-8b81-66c4b1d469f3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-14T04:19:44.091Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5623e62c-28f1-463f-b6f9-f1b0b919cef4 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-03-14T04:19:44.120Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 36fc4e10-8e97-4d1c-86de-25debbf5819a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-14T04:19:44.548Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 36fc4e10-8e97-4d1c-86de-25debbf5819a 52484
2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:19:44.554Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:19:44.555Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231584552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:19:44.655Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:19:44.656Z||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-03-14T04:19:44.656Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:19:44.667Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:19:44.668Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:19:45.555Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T04:19:45.556Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T04:19:45.556Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 36fc4e10-8e97-4d1c-86de-25debbf5819a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-14T04:19:45.557Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-14T04:19:45.557Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-14T04:19:45.557Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-14T04:19:45.630Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1494865414459935031/Definitions/service-BasicNetwork-template.yml
2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:5623e62c-28f1-463f-b6f9-f1b0b919cef4
Model Version:NULL
Model InvariantUuid:20043c39-e884-43ca-9e07-434804484be0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:aa87e649-0e54-4097-ad69-37a96d46ddf6
Model UUID:77547879-4c08-4a09-991b-af9560b5a8d4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:72947d77-517e-4a9e-ad95-4a8e80224be2
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-03-14T04:19:46.031Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 4d17c44a-608b-4387-8b81-66c4b1d469f3
2022-03-14T04:19:46.032Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||No resources found for Service: 5623e62c-28f1-463f-b6f9-f1b0b919cef4
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-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||
2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 5623e62c-28f1-463f-b6f9-f1b0b919cef4
2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5623e62c-28f1-463f-b6f9-f1b0b919cef4
2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.039Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41641efc, org.onap.sdc.toscaparser.api.parameters.Input@31038396, org.onap.sdc.toscaparser.api.parameters.Input@6ed34c5a, org.onap.sdc.toscaparser.api.parameters.Input@3b3af56e, org.onap.sdc.toscaparser.api.parameters.Input@5a488f0b]
2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5623e62c-28f1-463f-b6f9-f1b0b919cef4: Generic NeutronNet
2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.041Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.041Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.041Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.061Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.061Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:19:46.127Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-14T04:19:46.127Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-14T04:19:46.128Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-14T04:19:46.128Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-14T04:19:46.128Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:19:46.129Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:19:46.129Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231586127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:19:46.230Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-14T04:19:46.231Z||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-03-14T04:19:46.231Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:19:46.242Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:19:46.242Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:19:47.130Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:19:47.143Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:19:47.146Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T04:19:47.146Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T04:19:47.146Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T04:20:17.146Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:20:17.158Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:20:17.160Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T04:20:17.160Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T04:20:17.160Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T04:20:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:20:35.412Z||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-03-14T04:20:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:20:35.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:20:35.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:20:35.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231575408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:20:35.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:20:47.160Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:20:47.173Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:20:47.175Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T04:20:47.175Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T04:20:47.175Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T04:21:17.175Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:21:17.184Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:21:17.187Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T04:21:17.187Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T04:21:17.187Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T04:21:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:21:35.412Z||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-03-14T04:21:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:21:35.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:21:35.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:21:35.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "dcae-sch",
"timestamp": 1647231580373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:21:35.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:21:47.187Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:21:47.200Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:21:47.202Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T04:21:47.202Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T04:21:47.203Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T04:22:17.203Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:22:17.216Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:22:17.219Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T04:22:17.219Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-14T04:22:17.219Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-14T04:22:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:22:35.412Z||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-03-14T04:22:35.412Z||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 80cEBAVjOkqwydiB) ...
2022-03-14T04:22:35.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:22:35.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647231581923,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:22:35.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647231582404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:22:35.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647231573870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:22:35.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "cds",
"timestamp": 1647231578028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:22:35.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "dcae-sch",
"timestamp": 1647231580373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:22:35.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231575408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:22:35.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647231581923,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:22:35.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647231582404,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:22:35.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231584552,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:22:35.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "cds",
"timestamp": 1647231584553,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:22:35.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647231585258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:22:35.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "cds",
"timestamp": 1647231585559,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-14T04:22:35.453Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b
2022-03-14T04:22:35.453Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:22:35.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231586127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:22:35.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647231586718,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:22:35.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647231587723,
"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-03-14T04:22:35.473Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b
2022-03-14T04:22:35.473Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:22:35.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "aai-ml",
"timestamp": 1647231588947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "policy-id",
"timestamp": 1647231589385,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "aai-ml",
"timestamp": 1647231588947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "policy-id",
"timestamp": 1647231589385,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "aai-ml",
"timestamp": 1647231591843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "policy-id",
"timestamp": 1647231592607,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:22:35.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "policy-id",
"timestamp": 1647231593612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:22:35.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "policy-id",
"timestamp": 1647231594614,
"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-03-14T04:22:35.488Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b
2022-03-14T04:22:35.488Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:22:35.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "aai-ml",
"timestamp": 1647231595599,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:22:35.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "aai-ml",
"timestamp": 1647231596602,
"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-03-14T04:22:35.502Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b
2022-03-14T04:22:35.503Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:22:35.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "clamp",
"timestamp": 1647231601614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:22:35.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "clamp",
"timestamp": 1647231601614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:22:35.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-14T04:22:35.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "clamp",
"timestamp": 1647231610751,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:22:35.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "clamp",
"timestamp": 1647231612155,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-14T04:22:35.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-14T04:22:35.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-14T04:22:35.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "clamp",
"timestamp": 1647231613158,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-14T04:22:35.521Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b
2022-03-14T04:22:35.521Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-14T04:22:47.220Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:22:47.233Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b
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-03-14T04:22:47.239Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:22:47.245Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-14T04:23:17.245Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:23:17.253Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 195fc6b6-edc7-45cb-8352-c073814ba74b and serviceModelVersionId: 5623e62c-28f1-463f-b6f9-f1b0b919cef4
2022-03-14T04:23:17.253Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20043c39-e884-43ca-9e07-434804484be0
2022-03-14T04:23:17.254Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0
2022-03-14T04:23:17.261Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-14T04:23:17.295Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|INFO|500||Invoke
2022-03-14T04:23:17.296Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[195fc6b6-edc7-45cb-8352-c073814ba74b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c7edf61-5f16-4528-ba74-f82745580f88], X-ECOMP-RequestID=[195fc6b6-edc7-45cb-8352-c073814ba74b], X-TransactionId=[], X-ONAP-RequestID=[195fc6b6-edc7-45cb-8352-c073814ba74b], Content-Type=[application/merge-patch+json]}
2022-03-14T04:23:17.314Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-14T04:23:17.541Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?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/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-04:23:17:323-1620], vertex-id=[176344], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:23:17 GMT], Content-Type=[application/json]}
2022-03-14T04:23:17.541Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-14T04:23:17.542Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|INFO|500||InvokeReturn
2022-03-14T04:23:17.542Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-14T04:23:17.542Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:23:17.547Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||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-03-14T04:23:17.548Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 195fc6b6-edc7-45cb-8352-c073814ba74b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-14T04:23:17.548Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-14T04:23:17.548Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:17.550Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:17.550Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231797548,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-14T04:23:17.650Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:17.651Z||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-03-14T04:23:17.652Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:17.667Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:17.668Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-14T04:23:18.562Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-14T04:23:18.562Z|195fc6b6-edc7-45cb-8352-c073814ba74b|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-03-14T04:23:18.562Z|195fc6b6-edc7-45cb-8352-c073814ba74b|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 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:22.909Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:22.910Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-14T04:23:22.911Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696","serviceName":"Demo_pNF_BsMvu96quHMEvtKXQTYx","serviceVersion":"1.0","serviceUUID":"3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8","serviceDescription":"catalog service description","serviceInvariantUUID":"e20868b9-c69d-47b8-bf04-e4948254a50d","resources":[{"resourceInstanceName":"pNF 55854a70-00e4 0","resourceName":"pNF 55854a70-00e4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"181068d7-5138-4f11-b554-e620cdff2b45","resourceInvariantUUID":"93de5ca5-eb97-4fc8-97b8-4937ab912191","resourceCustomizationUUID":"4b5e05e4-8d6d-4125-b598-4efd26f39e60","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml","artifactChecksum":"MjY1YzZlN2IxMTQ3ZDhkYzVlYTFiM2U1OGJhZjQzY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b1e00ff-4512-49d7-9cc7-ba0f6e9c6906","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar","artifactChecksum":"MjdjZDZkOWY3OTIzNDkzN2QxMThiYjgyODE2ZmU4NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c100cbd0-401d-429b-982a-e8062f528fc3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1ff7bc0-8cf0-4b2b-b865-0011e1bbaf1b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml","artifactChecksum":"MTJmYmE0YTljY2I1NTk0OGY1YTRmMjliZjY2MDM5YTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c007e742-2c61-4538-a1ec-cd8f8237623d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"114f8593-47ab-44ac-a466-35a7d1628c7a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"120b7bbb-063f-4aa3-807a-16bd14f7704b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml","artifactChecksum":"ODIzNDAzMzYwZDQzYTY2ZWQyMDFkYmQ1YTQyNTc5NzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75d49940-231d-42f7-996d-ca4d14925a36","artifactVersion":"1"},{"artifactName":"service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar","artifactChecksum":"MDZkZjZmMzkzNDU3NDBkOTY4Y2ZjMTRlYWJjODc1ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ae96521-aa3e-4479-b4be-a5ff38dd8815","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-14T04:23:22.913Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:23:22.913Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:22.916Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:22.916Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231798562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:23:23.016Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:23.017Z||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-03-14T04:23:23.017Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:23.028Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:23.029Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:23:23.916Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:23:23.918Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:23.921Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:23.921Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231798562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:23:24.021Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:24.022Z||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-03-14T04:23:24.022Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:24.036Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:24.036Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:23:24.921Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:23:24.922Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:24.924Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:24.925Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231798562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:23:25.025Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:25.026Z||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-03-14T04:23:25.026Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:25.038Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:25.039Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:23:25.925Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:23:25.926Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:25.929Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:25.929Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231798562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:23:26.029Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:26.030Z||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-03-14T04:23:26.030Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:26.042Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:26.042Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:23:26.929Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:23:26.930Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:26.932Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:26.932Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231798562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:23:27.032Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:27.033Z||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-03-14T04:23:27.033Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:27.046Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:27.047Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:23:27.932Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:23:27.933Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:27.935Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:27.935Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231798562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:23:28.035Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:28.036Z||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-03-14T04:23:28.036Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:28.050Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:28.050Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:23:28.936Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:23:28.937Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:28.939Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:28.940Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231798562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-14T04:23:29.040Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:29.041Z||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-03-14T04:23:29.041Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:29.053Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:29.053Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:23:29.940Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-14T04:23:29.941Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:29.943Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:29.943Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231798562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar",
"status": "NOTIFIED"
}
2022-03-14T04:23:30.043Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:30.044Z||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-03-14T04:23:30.044Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:30.056Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:30.057Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:23:30.945Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"serviceName": "Demo_pNF_BsMvu96quHMEvtKXQTYx",
"serviceVersion": "1.0",
"serviceUUID": "3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e20868b9-c69d-47b8-bf04-e4948254a50d",
"resources": [
{
"resourceInstanceName": "pNF 55854a70-00e4 0",
"resourceCustomizationUUID": "4b5e05e4-8d6d-4125-b598-4efd26f39e60",
"resourceName": "pNF 55854a70-00e4",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "181068d7-5138-4f11-b554-e620cdff2b45",
"resourceInvariantUUID": "93de5ca5-eb97-4fc8-97b8-4937ab912191",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar",
"artifactChecksum": "MDZkZjZmMzkzNDU3NDBkOTY4Y2ZjMTRlYWJjODc1ZTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5ae96521-aa3e-4479-b4be-a5ff38dd8815"
}
],
"workloadContext": "Production"
}
2022-03-14T04:23:30.945Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-14T04:23:30.945Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8 ASDC
2022-03-14T04:23:30.945Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696
ServiceName:Demo_pNF_BsMvu96quHMEvtKXQTYx
ServiceVersion:1.0
ServiceUUID:3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8
ServiceInvariantUUID:e20868b9-c69d-47b8-bf04-e4948254a50d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
ArtifactUUID:5ae96521-aa3e-4479-b4be-a5ff38dd8815
ArtifactChecksum:MDZkZjZmMzkzNDU3NDBkOTY4Y2ZjMTRlYWJjODc1ZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 55854a70-00e4 0
ResourceCustomizationUUID:4b5e05e4-8d6d-4125-b598-4efd26f39e60
ResourceInvariantUUID:93de5ca5-eb97-4fc8-97b8-4937ab912191
ResourceName:pNF 55854a70-00e4
ResourceType:PNF
ResourceUUID:181068d7-5138-4f11-b554-e620cdff2b45
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-03-14T04:23:30.945Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8 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-03-14T04:23:30.974Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ae96521-aa3e-4479-b4be-a5ff38dd8815 from URL: /sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:31.112Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 5ae96521-aa3e-4479-b4be-a5ff38dd8815 82628
2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar ASDC sendASDCNotification
2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-14T04:23:31.120Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-14T04:23:31.120Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647231811118,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-14T04:23:31.220Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-14T04:23:31.221Z||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-03-14T04:23:31.221Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ...
2022-03-14T04:23:31.234Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-14T04:23:31.234Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-14T04:23:32.121Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-14T04:23:32.122Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-14T04:23:32.122Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5ae96521-aa3e-4479-b4be-a5ff38dd8815, URL: /sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar to file: /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.123Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.123Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.123Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.205Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9729953387018438442/Definitions/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml
2022-03-14T04:23:32.771Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-14T04:23:32.771Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-14T04:23:32.771Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 55854a70-00e4 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-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||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-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||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-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||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-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||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-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||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-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Node template pNF 55854a70-00e4 0 is matching search criteria
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 55854a70-00e4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Node template pNF 55854a70-00e4 0 is matching search criteria
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 55854a70-00e4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_BsMvu96quHMEvtKXQTYx
Description:catalog service description
Model UUID:3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8
Model Version:NULL
Model InvariantUuid:e20868b9-c69d-47b8-bf04-e4948254a50d
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-03-14T04:23:32.780Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 181068d7-5138-4f11-b554-e620cdff2b45
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-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||pNF 55854a70-00e4 0
2022-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 181068d7-5138-4f11-b554-e620cdff2b45
2022-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8
2022-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8
2022-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 55854a70-00e4 0 181068d7-5138-4f11-b554-e620cdff2b45 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-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37ea30ca, org.onap.sdc.toscaparser.api.parameters.Input@291d8a7, org.onap.sdc.toscaparser.api.parameters.Input@22324154, org.onap.sdc.toscaparser.api.parameters.Input@10f341d6, org.onap.sdc.toscaparser.api.parameters.Input@76795f62]
2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8: pNF 55854a70-00e4
2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Processing PNF resource: 181068d7-5138-4f11-b554-e620cdff2b45
2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery