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-06-19T05:32:43.665Z||main|||||INFO|500||The following profiles are active: basic
2022-06-19T05:33:09.153Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-19T05:33:09.163Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-19T05:33:09.482Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-19T05:33:17.969Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-19T05:33:18.848Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-19T05:33:20.003Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-19T05:33:20.054Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-19T05:33:20.379Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-19T05:33:21.219Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-19T05:33:22.978Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-19T05:33:27.688Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-19T05:33:32.274Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-19T05:33:32.378Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-19T05:33:33.371Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-19T05:33:33.835Z||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-06-19T05:33:36.319Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-19T05:33:38.525Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-19T05:33:38.587Z||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$$2538ded1.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-06-19T05:33:38.589Z||main|||||WARN|500||The sdc end point is not alive
2022-06-19T05:33:44.472Z||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-06-19T05:33:49.925Z||main|||||WARN|500||---
2022-06-19T05:33:49.926Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-19T05:33:49.926Z||main|||||WARN|500||---
2022-06-19T05:33:50.706Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-19T05:34:00.058Z||main|||||INFO|500||Started Application in 82.548 seconds (JVM running for 87.065)
2022-06-19T05:34:00.069Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T05:34:00.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T05:34:00.121Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T05:34:00.179Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T05:34:00.291Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54b4ef0a-2624-4f98-a065-f48129c39665 url= /sdc/v1/artifactTypes
2022-06-19T05:34:00.292Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T05:34:00.900Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-19T05:34:00.955Z||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-06-19T05:34:00.996Z||scheduling-1|||||DEBUG|500||create keys
2022-06-19T05:34:01.021Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-19T05:34:01.090Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:34:01.131Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8675dd0a-2e88-4025-9763-ab813f1f0b84 url= /sdc/v1/registerForDistribution
2022-06-19T05:34:01.355Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8675dd0a-2e88-4025-9763-ab813f1f0b84 url= /sdc/v1/registerForDistribution
2022-06-19T05:34:01.356Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-19T05:34:01.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:34:01.397Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-19T05:34:01.400Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:34:01.442Z||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-06-19T05:34:01.443Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:34:01.442Z||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-06-19T05:34:01.444Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:34:12.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:34:12.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:35:01.368Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:35:01.371Z||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-06-19T05:35:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:35:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:35:01.389Z||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-06-19T05:35:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:35:11.034Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:35:11.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:36:01.369Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:36:01.370Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:36:01.371Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:36:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:36:01.388Z||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-06-19T05:36:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:36:10.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:36:10.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:37:01.369Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:37:01.374Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:37:01.374Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:37:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:37:01.389Z||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-06-19T05:37:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:37:11.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:37:11.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:38:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:38:01.371Z||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-06-19T05:38:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:38:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:38:01.389Z||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-06-19T05:38:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:38:10.938Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:38:10.945Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:39:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:39:01.370Z||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-06-19T05:39:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:39:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:39:01.389Z||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-06-19T05:39:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:39:10.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:39:11.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:40:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:40:01.370Z||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-06-19T05:40:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:40:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:40:01.388Z||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-06-19T05:40:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:40:10.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:40:11.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:41:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:41:01.370Z||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-06-19T05:41:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:41:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:41:01.391Z||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-06-19T05:41:01.392Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:41:10.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:41:10.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:42:01.369Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:42:01.371Z||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-06-19T05:42:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:42:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:42:01.389Z||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-06-19T05:42:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:42:10.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:42:10.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:42:50.991Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-19T05:43:01.368Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:43:01.370Z||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-06-19T05:43:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:43:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:43:01.389Z||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-06-19T05:43:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:43:10.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:43:10.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:44:01.368Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:44:01.370Z||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-06-19T05:44:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:44:01.388Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:44:01.390Z||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-06-19T05:44:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:44:10.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:44:10.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:45:01.368Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:45:01.370Z||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-06-19T05:45:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:45:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:45:01.389Z||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-06-19T05:45:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:45:10.951Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:45:10.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:46:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:46:01.370Z||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-06-19T05:46:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:46:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:46:01.389Z||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-06-19T05:46:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:46:10.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:46:10.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:47:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:47:01.371Z||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-06-19T05:47:01.375Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:47:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:47:01.388Z||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-06-19T05:47:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:47:10.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:47:10.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:48:01.372Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:48:01.383Z||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-06-19T05:48:01.384Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:48:01.390Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:48:01.391Z||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-06-19T05:48:01.392Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:48:10.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:48:11.034Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:49:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:49:01.370Z||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-06-19T05:49:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:49:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:49:01.388Z||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-06-19T05:49:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:49:10.983Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:49:11.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:50:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:50:01.370Z||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-06-19T05:50:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:50:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:50:01.388Z||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-06-19T05:50:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:50:11.011Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:50:11.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:51:01.372Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:51:01.374Z||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-06-19T05:51:01.375Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:51:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:51:01.389Z||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-06-19T05:51:01.402Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:51:10.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:51:10.981Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:52:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:52:01.370Z||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-06-19T05:52:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:52:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:52:01.389Z||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-06-19T05:52:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:52:10.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:52:10.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:53:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:53:01.371Z||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-06-19T05:53:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:53:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:53:01.388Z||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-06-19T05:53:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:53:10.939Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:53:10.986Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:54:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:54:01.373Z||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-06-19T05:54:01.374Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:54:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:54:01.389Z||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-06-19T05:54:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:54:10.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:54:10.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:55:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:55:01.372Z||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-06-19T05:55:01.373Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:55:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:55:01.389Z||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-06-19T05:55:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:55:10.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:55:10.998Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:56:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:56:01.370Z||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-06-19T05:56:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:56:01.388Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:56:01.396Z||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-06-19T05:56:01.397Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:56:10.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:56:10.998Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:57:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:57:01.370Z||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-06-19T05:57:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:57:01.389Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:57:01.391Z||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-06-19T05:57:01.391Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:57:10.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:57:10.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:58:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:58:01.372Z||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-06-19T05:58:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:58:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:58:01.388Z||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-06-19T05:58:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:58:10.948Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:58:10.947Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:59:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:59:01.373Z||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-06-19T05:59:01.374Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:59:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:59:01.389Z||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-06-19T05:59:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T05:59:10.943Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T05:59:11.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:00:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:00:01.371Z||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-06-19T06:00:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:00:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:00:01.388Z||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-06-19T06:00:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:00:10.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:00:10.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:01:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:01:01.370Z||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-06-19T06:01:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:01:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:01:01.388Z||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-06-19T06:01:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:01:10.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:01:10.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:02:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:02:01.370Z||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-06-19T06:02:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:02:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:02:01.388Z||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-06-19T06:02:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:02:10.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:02:10.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:03:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:03:01.370Z||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-06-19T06:03:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:03:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:03:01.389Z||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-06-19T06:03:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:03:10.942Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:03:10.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:04:01.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:04:01.371Z||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-06-19T06:04:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:04:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:04:01.389Z||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-06-19T06:04:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:04:10.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:04:10.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:05:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:05:01.373Z||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-06-19T06:05:01.374Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:05:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:05:01.388Z||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-06-19T06:05:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:05:10.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:05:10.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:06:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:06:01.370Z||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-06-19T06:06:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:06:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:06:01.390Z||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-06-19T06:06:01.391Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:06:10.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:06:10.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:07:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:07:01.370Z||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-06-19T06:07:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:07:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:07:01.389Z||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-06-19T06:07:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:07:10.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:07:11.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:08:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:08:01.370Z||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-06-19T06:08:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:08:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:08:01.388Z||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-06-19T06:08:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:08:10.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:08:10.956Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:09:01.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:09:01.371Z||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-06-19T06:09:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:09:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:09:01.388Z||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-06-19T06:09:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:09:10.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:09:10.943Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:10:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:10:01.369Z||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-06-19T06:10:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:10:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:10:01.388Z||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-06-19T06:10:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:10:10.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:10:10.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:11:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:11:01.373Z||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-06-19T06:11:01.374Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:11:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:11:01.388Z||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-06-19T06:11:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:11:10.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:11:11.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:12:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:12:01.370Z||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-06-19T06:12:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:12:01.387Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:12:01.388Z||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-06-19T06:12:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:12:10.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:12:10.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:13:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:13:01.371Z||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-06-19T06:13:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:13:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:13:01.389Z||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-06-19T06:13:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:13:10.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:13:11.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:14:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:14:01.370Z||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-06-19T06:14:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:14:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:14:01.388Z||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-06-19T06:14:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:14:10.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:14:10.978Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:15:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:15:01.370Z||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-06-19T06:15:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:15:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:15:01.388Z||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-06-19T06:15:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:15:10.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:15:10.984Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:16:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:16:01.370Z||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-06-19T06:16:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:16:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:16:01.388Z||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-06-19T06:16:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:16:10.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:16:10.997Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:17:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:17:01.372Z||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-06-19T06:17:01.373Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:17:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:17:01.388Z||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-06-19T06:17:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:17:10.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:17:11.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:18:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:18:01.371Z||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-06-19T06:18:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:18:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:18:01.389Z||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-06-19T06:18:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:18:10.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:18:10.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:19:01.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:19:01.371Z||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-06-19T06:19:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:19:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:19:01.388Z||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-06-19T06:19:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:19:10.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:19:11.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:20:01.370Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:20:01.371Z||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-06-19T06:20:01.372Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:20:01.387Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:20:01.388Z||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-06-19T06:20:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:20:11.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:20:11.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:21:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:21:01.370Z||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-06-19T06:21:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:21:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:21:01.388Z||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-06-19T06:21:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:21:10.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:21:10.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:22:01.369Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:22:01.372Z||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-06-19T06:22:01.373Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:22:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:22:01.388Z||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-06-19T06:22:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:22:10.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:22:11.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:23:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:23:01.370Z||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-06-19T06:23:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:23:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:23:01.388Z||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-06-19T06:23:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:23:11.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:23:11.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:01.368Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:24:01.370Z||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-06-19T06:24:01.371Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:01.388Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:24:01.390Z||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-06-19T06:24:01.391Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:01.548Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:01.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619817345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619817345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619817345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-19T06:24:01.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619821504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619821263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619817345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "cds",
"timestamp": 1655619823115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619821504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619821263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619817345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "cds",
"timestamp": 1655619823115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619821504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619821263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619817345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "cds",
"timestamp": 1655619823115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619821504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619821263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619817345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:24:01.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "cds",
"timestamp": 1655619823115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619821504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619821263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619826537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:01.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:01.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "cds",
"timestamp": 1655619823115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619821504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619821263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619826319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619827552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:24:01.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:01.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "cds",
"timestamp": 1655619823115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619821504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:01.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619821263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:24:01.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619826319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "NOTIFIED"
}
2022-06-19T06:24:01.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:01.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:01.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "policy-id",
"timestamp": 1655619828558,
"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=?
2022-06-19T06:24:02.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:02.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"88288b81-4e6d-4773-9302-070a0e3b873e","serviceName":"vFW 2022-06-19 06-22-14","serviceVersion":"1.0","serviceUUID":"688b5adb-057b-47a4-9898-56206ae8c9b2","serviceDescription":"catalog service description","serviceInvariantUUID":"73f82dec-fbbb-46c0-ad97-a78e37913efd","resources":[{"resourceInstanceName":"vFW d8649879-39d6 0","resourceName":"vFW d8649879-39d6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e8e089e-da3a-4370-9ea1-c7d58778d753","resourceInvariantUUID":"2dc2df27-f4d7-4fbf-a353-c1edb8092540","resourceCustomizationUUID":"31cb9074-f282-43a9-88fc-f2214a21483c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml","artifactChecksum":"OWVkNjJkZmY0MjI4ZDY1YTQyYTljZmIyODhkOGMzNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba0b91fd-b53c-40af-a3d2-ab20217ecacf","artifactVersion":"1"},{"artifactName":"vfwd864987939d60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json","artifactChecksum":"MzA3ODlhYjRlMzQ1NGY5YjM0NzllYjJiNzA0YTJmZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"620f08ec-4259-436f-95fd-5df0f7b8f745","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1de8a29f-0a93-4a40-9fcf-a383691395ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg0OTViZmRlYzA1NzgzNDYxMjcwMjc5ZGNlNWIwMTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e03f0ae0-61d3-4e34-97d0-dc580fbb4bbc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4c6776ef-2c0f-4947-969d-b7e7966f4ae7","artifactVersion":"2","generatedFromUUID":"1de8a29f-0a93-4a40-9fcf-a383691395ce"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220619062214-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml","artifactChecksum":"YTRkN2FmMGYxYTQ1ZmM3ZGU1N2Y2NWI0YTAwZGY4NjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e839fac6-343c-4f88-bec1-0b8e9d65a257","artifactVersion":"1"},{"artifactName":"service-Vfw20220619062214-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar","artifactChecksum":"Njg5YWVjNzJmYTI5ZTgyMGRhZDA1ZjAxOTQ0MTYwNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"615d1b65-c7bd-4880-a5a8-a87c9077ea52","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:24:02.053Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:02.065Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:02.091Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:02.091Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:24:02.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:24:02.204Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e and ComponentName POLICY
2022-06-19T06:24:02.204Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-19T06:24:02.215Z||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-06-19T06:24:02.216Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
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=?
2022-06-19T06:24:02.250Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:02.252Z||pool-3-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:24:02.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "cds",
"timestamp": 1655619823115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:24:02.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619826319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-19T06:24:02.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619829129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "cds",
"timestamp": 1655619831041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619826319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "cds",
"timestamp": 1655619832074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-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-06-19T06:24:02.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:24:02.337Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:24:02.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619826319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-19T06:24:02.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619826319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619826319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619832743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619832743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619834229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619832743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619835311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619832743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619836377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619837717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619832743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619837474,
"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-06-19T06:24:02.381Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:24:02.382Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:24:02.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619837717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "NOTIFIED"
}
2022-06-19T06:24:02.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619832743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619838479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:02.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619837717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619832743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:24:02.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619837717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:02.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:24:02.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:24:02.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619840670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:02.430Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:24:03.105Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:03.106Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:03.114Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:03.114Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "NOTIFIED"
}
2022-06-19T06:24:03.215Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:24:03.216Z||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-06-19T06:24:03.217Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:03.255Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:03.256Z||pool-4-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:04.118Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:04.119Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:04.130Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:04.130Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-19T06:24:04.231Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:04.232Z||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-06-19T06:24:04.233Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:04.250Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:04.252Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:05.131Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:05.133Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:05.136Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:05.136Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:05.238Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:24:05.240Z||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-06-19T06:24:05.240Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:05.293Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:05.295Z||pool-6-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:06.137Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:06.139Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:06.144Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:06.144Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-19T06:24:06.244Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:06.247Z||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-06-19T06:24:06.247Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:06.289Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:06.290Z||pool-7-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:07.145Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:07.147Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:07.152Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:07.152Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:24:07.251Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:07.253Z||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-06-19T06:24:07.254Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:07.273Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:07.274Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:08.158Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:24:08.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:08.175Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:08.176Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:24:08.275Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:08.277Z||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-06-19T06:24:08.277Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:08.296Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:08.297Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:09.188Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"serviceName": "vFW 2022-06-19 06-22-14",
"serviceVersion": "1.0",
"serviceUUID": "688b5adb-057b-47a4-9898-56206ae8c9b2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "73f82dec-fbbb-46c0-ad97-a78e37913efd",
"resources": [
{
"resourceInstanceName": "vFW d8649879-39d6 0",
"resourceCustomizationUUID": "31cb9074-f282-43a9-88fc-f2214a21483c",
"resourceName": "vFW d8649879-39d6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0e8e089e-da3a-4370-9ea1-c7d58778d753",
"resourceInvariantUUID": "2dc2df27-f4d7-4fbf-a353-c1edb8092540",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd864987939d60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"artifactChecksum": "MzA3ODlhYjRlMzQ1NGY5YjM0NzllYjJiNzA0YTJmZjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "620f08ec-4259-436f-95fd-5df0f7b8f745",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1de8a29f-0a93-4a40-9fcf-a383691395ce",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4c6776ef-2c0f-4947-969d-b7e7966f4ae7",
"generatedFromUUID": "1de8a29f-0a93-4a40-9fcf-a383691395ce"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4c6776ef-2c0f-4947-969d-b7e7966f4ae7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220619062214-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"artifactChecksum": "Njg5YWVjNzJmYTI5ZTgyMGRhZDA1ZjAxOTQ0MTYwNDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "615d1b65-c7bd-4880-a5a8-a87c9077ea52"
}
],
"workloadContext": "Production"
}
2022-06-19T06:24:09.193Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:24:09.196Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 688b5adb-057b-47a4-9898-56206ae8c9b2 ASDC
2022-06-19T06:24:09.529Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:88288b81-4e6d-4773-9302-070a0e3b873e
ServiceName:vFW 2022-06-19 06-22-14
ServiceVersion:1.0
ServiceUUID:688b5adb-057b-47a4-9898-56206ae8c9b2
ServiceInvariantUUID:73f82dec-fbbb-46c0-ad97-a78e37913efd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220619062214-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
ArtifactUUID:615d1b65-c7bd-4880-a5a8-a87c9077ea52
ArtifactChecksum:Njg5YWVjNzJmYTI5ZTgyMGRhZDA1ZjAxOTQ0MTYwNDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d8649879-39d6 0
ResourceCustomizationUUID:31cb9074-f282-43a9-88fc-f2214a21483c
ResourceInvariantUUID:2dc2df27-f4d7-4fbf-a353-c1edb8092540
ResourceName:vFW d8649879-39d6
ResourceType:VF
ResourceUUID:0e8e089e-da3a-4370-9ea1-c7d58778d753
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd864987939d60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
ArtifactUUID:620f08ec-4259-436f-95fd-5df0f7b8f745
ArtifactChecksum:MzA3ODlhYjRlMzQ1NGY5YjM0NzllYjJiNzA0YTJmZjg=
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/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
ArtifactUUID:1de8a29f-0a93-4a40-9fcf-a383691395ce
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/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
ArtifactUUID:4c6776ef-2c0f-4947-969d-b7e7966f4ae7
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/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
ArtifactUUID:4c6776ef-2c0f-4947-969d-b7e7966f4ae7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-19T06:24:09.537Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 688b5adb-057b-47a4-9898-56206ae8c9b2 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-06-19T06:24:09.719Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:24:09.723Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:24:09.726Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:24:09.727Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 615d1b65-c7bd-4880-a5a8-a87c9077ea52 from URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:09.728Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:24:09.731Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:09.863Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:24:09.909Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar 615d1b65-c7bd-4880-a5a8-a87c9077ea52 99069
2022-06-19T06:24:09.913Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar ASDC sendASDCNotification
2022-06-19T06:24:09.914Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:09.917Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:24:09.918Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:09.928Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:09.928Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619849911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:10.022Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-19T06:24:10.023Z||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-06-19T06:24:10.024Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:10.050Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:10.051Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:24:10.931Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:24:10.933Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:24:10.934Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 615d1b65-c7bd-4880-a5a8-a87c9077ea52, URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar to file: /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:10.936Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220619062214-csar.csar
2022-06-19T06:24:11.132Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:11.133Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:12.628Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11297510430393782945/Definitions/service-Vfw20220619062214-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_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
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
2022-06-19T06:24:19.669Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:24:19.685Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:24:19.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-19T06:24:19.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d8649879-39d6 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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.690Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.690Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-Vfw20220619062214-csar.csar
2022-06-19T06:24:19.690Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:24:19.704Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.711Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.720Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.721Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:24:19.724Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:24:19.728Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.728Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.729Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.729Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:24:19.729Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:24:19.730Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.730Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.738Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.739Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:19.740Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:19.740Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:19.741Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.741Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.741Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:19.742Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.742Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:19.742Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:19.743Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:19.743Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.743Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.744Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:19.744Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.744Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:19.744Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.745Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T06:24:19.745Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.746Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:24:19.749Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.749Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.750Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:19.750Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.751Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.751Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:19.751Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.752Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:19.752Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:19.753Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.753Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:19.753Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:19.754Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-19T06:24:19.754Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:19.754Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:19.754Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:19.755Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.755Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.755Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:19.756Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.756Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:19.756Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.757Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a42d02f2-b990-438e-bde2-5d63a3215b42
2022-06-19T06:24:19.757Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.758Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:19.758Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:19.758Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:19.759Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.759Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.759Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:19.760Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.760Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:19.760Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-19T06:24:19.760Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:19.761Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.761Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:19.762Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.762Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6cfc3d68-1183-457e-b0be-993c1d7a0b5e
2022-06-19T06:24:19.763Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.763Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:19.764Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:19.764Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:19.764Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.765Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.765Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:19.765Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.766Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:19.766Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:19.766Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:19.767Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:19.767Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:19.767Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-19T06:24:19.768Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5901dd56-ac23-417a-a843-1747deff40cb
2022-06-19T06:24:19.768Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.775Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.775Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.776Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.776Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.776Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.777Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:19.777Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:19.778Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-19 06-22-14
Description:catalog service description
Model UUID:688b5adb-057b-47a4-9898-56206ae8c9b2
Model Version:NULL
Model InvariantUuid:73f82dec-fbbb-46c0-ad97-a78e37913efd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d8649879-39d6
Model UUID:9ec53a75-34b6-4779-b291-5e67f5a7bd6f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2dc2df27-f4d7-4fbf-a353-c1edb8092540
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:31cb9074-f282-43a9-88fc-f2214a21483c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c1aac476-fb5d-47bf-83c5-7d0b2f553790
ModelName:VfwD864987939d6..base_vfw..module-0
ModelUuid:ffa44f05-b38e-49f8-8b78-baff13776458
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a42d02f2-b990-438e-bde2-5d63a3215b42
ModelInvariantUuid:00f9c9e0-fd42-49c0-bdb7-f086109d864a
ModelName:vFW d8649879-39d6-nodes.vfwCvfc
ModelUuid:08507506-201e-4d18-add8-0a5a733b9120
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c3869f61-4c60-48ba-b69d-a843a427bbde
ModelInvariantUuid:19fb5f02-f285-4126-acef-5ec30bbcb5a1
ModelName:VfwD864987939d6.compute.nodes.heat.vfw
ModelUuid:16fb7dca-cf98-4d82-8384-7c3e992cc621
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6cfc3d68-1183-457e-b0be-993c1d7a0b5e
ModelInvariantUuid:a9b65416-9c67-46f7-81fe-bf34eef094e6
ModelName:vFW d8649879-39d6-nodes.vsnCvfc
ModelUuid:6035a52b-6e0e-4cdb-a11f-761aad41494b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dea15bd2-e0da-4308-9c53-bb7c96ff3747
ModelInvariantUuid:994f5f15-fa67-4a6f-9f69-c1a57d4e692b
ModelName:VfwD864987939d6.compute.nodes.heat.vsn
ModelUuid:8fbb06c3-0ef5-43fa-89c7-386489edeb89
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5901dd56-ac23-417a-a843-1747deff40cb
ModelInvariantUuid:f69302cc-51bd-4fba-8479-dff88a2fb649
ModelName:vFW d8649879-39d6-nodes.vpgCvfc
ModelUuid:d8ff57bd-a798-424f-90d0-0c370fa480cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cd1635d3-0b66-4aaa-bbe0-6834d2b7071c
ModelInvariantUuid:5fd657c2-3162-4277-8d77-9f7906e9ab97
ModelName:VfwD864987939d6.compute.nodes.heat.vpg
ModelUuid:b2805837-1b05-4d5f-bcd3-30309bb0dcc4
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-06-19T06:24:19.797Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e8e089e-da3a-4370-9ea1-c7d58778d753
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-06-19T06:24:19.981Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||vFW d8649879-39d6 0
2022-06-19T06:24:19.993Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e8e089e-da3a-4370-9ea1-c7d58778d753
2022-06-19T06:24:19.994Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 620f08ec-4259-436f-95fd-5df0f7b8f745 from URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
2022-06-19T06:24:19.994Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:24:19.994Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
2022-06-19T06:24:20.079Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:24:20.080Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json 620f08ec-4259-436f-95fd-5df0f7b8f745 785
2022-06-19T06:24:20.080Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json ASDC sendASDCNotification
2022-06-19T06:24:20.080Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
2022-06-19T06:24:20.080Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:24:20.081Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:20.085Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:20.085Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619860080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:20.185Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:24:20.191Z||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-06-19T06:24:20.191Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:20.218Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:20.219Z||pool-11-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:21.091Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD864987939d6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1aac476-fb5d-47bf-83c5-7d0b2f553790",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ffa44f05-b38e-49f8-8b78-baff13776458",
"vfModuleModelCustomizationUUID": "d6b73ee6-30de-4294-84ce-8df676e6f0a0",
"isBase": true,
"artifacts": [
"1de8a29f-0a93-4a40-9fcf-a383691395ce",
"4c6776ef-2c0f-4947-969d-b7e7966f4ae7"
],
"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-06-19T06:24:21.116Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD864987939d6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffa44f05-b38e-49f8-8b78-baff13776458
VfModuleModelInvariantUUID:c1aac476-fb5d-47bf-83c5-7d0b2f553790
VfModuleModelDescription:NULL
Artifacts UUID List:{
1de8a29f-0a93-4a40-9fcf-a383691395ce
,
4c6776ef-2c0f-4947-969d-b7e7966f4ae7
}
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-06-19T06:24:21.125Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD864987939d6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1aac476-fb5d-47bf-83c5-7d0b2f553790",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ffa44f05-b38e-49f8-8b78-baff13776458",
"vfModuleModelCustomizationUUID": "d6b73ee6-30de-4294-84ce-8df676e6f0a0",
"isBase": true,
"artifacts": [
"1de8a29f-0a93-4a40-9fcf-a383691395ce",
"4c6776ef-2c0f-4947-969d-b7e7966f4ae7"
],
"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-06-19T06:24:21.125Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD864987939d6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffa44f05-b38e-49f8-8b78-baff13776458
VfModuleModelInvariantUUID:c1aac476-fb5d-47bf-83c5-7d0b2f553790
VfModuleModelDescription:NULL
Artifacts UUID List:{
1de8a29f-0a93-4a40-9fcf-a383691395ce
,
4c6776ef-2c0f-4947-969d-b7e7966f4ae7
}
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-06-19T06:24:21.126Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1de8a29f-0a93-4a40-9fcf-a383691395ce from URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
2022-06-19T06:24:21.126Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:24:21.126Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
2022-06-19T06:24:21.211Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:24:21.214Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml 1de8a29f-0a93-4a40-9fcf-a383691395ce 20368
2022-06-19T06:24:21.214Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-19T06:24:21.214Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
2022-06-19T06:24:21.214Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:24:21.215Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:21.218Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:21.218Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619861214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:21.318Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:24:21.320Z||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-06-19T06:24:21.320Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:21.339Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:21.340Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:22.221Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4c6776ef-2c0f-4947-969d-b7e7966f4ae7 from URL: /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
2022-06-19T06:24:22.222Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:24:22.223Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
2022-06-19T06:24:22.435Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:24:22.436Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env 4c6776ef-2c0f-4947-969d-b7e7966f4ae7 2098
2022-06-19T06:24:22.437Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-19T06:24:22.437Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
2022-06-19T06:24:22.438Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:24:22.439Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:22.443Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:22.444Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619862437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:24:22.544Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:24:22.546Z||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-06-19T06:24:22.546Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:22.567Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:22.568Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:23.445Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 688b5adb-057b-47a4-9898-56206ae8c9b2
2022-06-19T06:24:23.446Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d8649879-39d6 0 0e8e089e-da3a-4370-9ea1-c7d58778d753 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-06-19T06:24:23.554Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a493b5, org.onap.sdc.toscaparser.api.parameters.Input@11e7f800, org.onap.sdc.toscaparser.api.parameters.Input@101303b9, org.onap.sdc.toscaparser.api.parameters.Input@45b77126, org.onap.sdc.toscaparser.api.parameters.Input@65ae6b1e]
2022-06-19T06:24:23.568Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.569Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.569Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-19T06:24:23.572Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 31cb9074-f282-43a9-88fc-f2214a21483c
2022-06-19T06:24:23.572Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31cb9074-f282-43a9-88fc-f2214a21483c matches Tosca VF Customization UUID: 31cb9074-f282-43a9-88fc-f2214a21483c
2022-06-19T06:24:23.573Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 31cb9074-f282-43a9-88fc-f2214a21483c 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-06-19T06:24:23.597Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.598Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.601Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 31cb9074-f282-43a9-88fc-f2214a21483c: {\"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-06-19T06:24:23.601Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2717a8d0
2022-06-19T06:24:23.601Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.608Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:24:23.610Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d6b73ee6-30de-4294-84ce-8df676e6f0a0
2022-06-19T06:24:23.613Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d6b73ee6-30de-4294-84ce-8df676e6f0a0
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-06-19T06:24:23.625Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.626Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.627Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.628Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.628Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.629Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.629Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.630Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:23.630Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:23.630Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-19T06:24:23.631Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:23.631Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:23.631Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:23.632Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.632Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.632Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:23.633Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.633Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:23.633Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.634Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a42d02f2-b990-438e-bde2-5d63a3215b42
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-06-19T06:24:23.648Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.649Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.650Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.650Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.651Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:23.651Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:23.651Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:23.652Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.652Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.652Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:23.652Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.653Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:23.653Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-19T06:24:23.653Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T06:24:23.654Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.654Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T06:24:23.654Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.655Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6cfc3d68-1183-457e-b0be-993c1d7a0b5e
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-06-19T06:24:23.664Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.673Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.673Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.684Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.684Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is not matching search criteria
2022-06-19T06:24:23.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T06:24:23.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T06:24:23.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.686Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T06:24:23.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.687Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T06:24:23.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T06:24:23.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T06:24:23.688Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T06:24:23.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T06:24:23.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-19T06:24:23.689Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5901dd56-ac23-417a-a843-1747deff40cb
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-06-19T06:24:23.694Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.695Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.695Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:24:23.696Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.696Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Node template vFW d8649879-39d6 0 is matching search criteria
2022-06-19T06:24:23.696Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW d8649879-39d6 0] matching following query criteria: sdcType=VF, customizationUUID=31cb9074-f282-43a9-88fc-f2214a21483c
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-06-19T06:24:23.705Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.706Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.706Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 688b5adb-057b-47a4-9898-56206ae8c9b2: vFW d8649879-39d6
2022-06-19T06:24:23.707Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.707Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.708Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.708Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.708Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.709Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.709Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.709Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.710Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:24:23.710Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-19 06-22-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:24:23.710Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-19 06-22-14
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-06-19T06:24:24.501Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d8649879-39d6 0e8e089e-da3a-4370-9ea1-c7d58778d753 1 ASDC deployResourceStructure
2022-06-19T06:24:24.503Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json ASDC sendASDCNotification
2022-06-19T06:24:24.503Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json
2022-06-19T06:24:24.503Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:24:24.504Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:24.507Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:24.507Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619864503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T06:24:24.608Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:24.609Z||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-06-19T06:24:24.610Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:24.638Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:24.639Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:25.509Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-19T06:24:25.509Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml
2022-06-19T06:24:25.509Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:24:25.510Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:25.515Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:25.515Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619865508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-19T06:24:25.613Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T06:24:25.615Z||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-06-19T06:24:25.615Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:25.635Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:25.636Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:26.517Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-19T06:24:26.517Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env
2022-06-19T06:24:26.517Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:24:26.518Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:26.521Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:26.521Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619866516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-19T06:24:26.621Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:24:26.623Z||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-06-19T06:24:26.623Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:26.643Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:26.644Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:24:27.522Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar ASDC sendASDCNotification
2022-06-19T06:24:27.523Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar
2022-06-19T06:24:27.523Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:24:27.524Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:24:27.527Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:24:27.528Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619867522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:24:27.627Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:24:27.629Z||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-06-19T06:24:27.629Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:24:27.650Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:24:27.651Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:24:28.529Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:24:28.565Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:24:28.570Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:24:28.571Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:24:28.571Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:24:58.572Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:24:58.591Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:24:58.597Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:24:58.598Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:24:58.598Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:25:01.387Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:25:01.389Z||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-06-19T06:25:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:25:01.445Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:25:01.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-19T06:25:01.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619837717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:25:01.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-19T06:25:28.599Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:25:28.628Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:25:28.634Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:25:28.634Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:25:28.635Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:25:58.635Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:25:58.666Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:25:58.675Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:25:58.675Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T06:25:58.675Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T06:26:01.387Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:26:01.388Z||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-06-19T06:26:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:26:01.941Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:26:01.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:01.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:01.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619837717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:01.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:01.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "NOTIFIED"
}
2022-06-19T06:26:01.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:01.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619837717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:26:01.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:01.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-19T06:26:01.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:01.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:01.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:01.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-19T06:26:01.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:01.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619846379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:01.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:01.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:01.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:01.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:01.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619847384,
"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-06-19T06:26:01.987Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:26:01.988Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:26:02.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619841368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619849911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619846319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619841505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619846319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619841505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "cds",
"timestamp": 1655619853115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619846319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619841505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "cds",
"timestamp": 1655619853115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619855593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619846319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619841505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "cds",
"timestamp": 1655619853115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619846319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619841505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "cds",
"timestamp": 1655619853115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619846319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619857639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619841505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "cds",
"timestamp": 1655619853115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619846319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "clamp",
"timestamp": 1655619858645,
"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-06-19T06:26:02.078Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:26:02.078Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:26:02.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "ves-openapi-manager",
"timestamp": 1655619841505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "cds",
"timestamp": 1655619853115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619857345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619857942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619858144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "cds",
"timestamp": 1655619853115,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619857345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "aai-ml",
"timestamp": 1655619858947,
"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-06-19T06:26:02.148Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88288b81-4e6d-4773-9302-070a0e3b873e
2022-06-19T06:26:02.149Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:26:02.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619859214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619860080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "cds",
"timestamp": 1655619860961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619857345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619860313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619859950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619861214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "cds",
"timestamp": 1655619861968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:26:02.260Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.260Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619857345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619861349,
"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-06-19T06:26:02.313Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.314Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619859950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619857345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619862437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655619862353,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619859950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619857345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619862743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619859950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619857345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619864503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/vfwd864987939d60_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619862743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619859950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619865508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619865244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619862743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619859950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619866516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/resourceInstances/vfwd864987939d60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619866247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619862743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619859950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619867717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655619867522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619062214/1.0/artifacts/service-Vfw20220619062214-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "policy-id",
"timestamp": 1655619867250,
"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-06-19T06:26:02.392Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.392Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619862743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619867717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619867786,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619862743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619867717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619862743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619867717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619870557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619867717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619867717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619872986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619867717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655619873991,
"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-06-19T06:26:02.467Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.467Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619882643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:26:02.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619881079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "aai-ml",
"timestamp": 1655619882083,
"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-06-19T06:26:02.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.533Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:02.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619885623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:26:02.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:26:02.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:26:02.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "clamp",
"timestamp": 1655619886627,
"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-06-19T06:26:02.598Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9bc08253-eb11-4d01-92f0-fd5c28071515
2022-06-19T06:26:02.598Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:26:28.680Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:26:28.720Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e
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-06-19T06:26:28.733Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:26:28.734Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T06:26:28.734Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T06:26:28.734Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T06:26:28.734Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:26:28.735Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-06-19T06:26:28.769Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T06:26:58.770Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88288b81-4e6d-4773-9302-070a0e3b873e 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-06-19T06:26:58.799Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88288b81-4e6d-4773-9302-070a0e3b873e and serviceModelVersionId: 688b5adb-057b-47a4-9898-56206ae8c9b2
2022-06-19T06:26:58.800Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73f82dec-fbbb-46c0-ad97-a78e37913efd
2022-06-19T06:27:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:27:01.388Z||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-06-19T06:27:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:11.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:27.411Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0
2022-06-19T06:27:27.655Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T06:27:28.729Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|INFO|500||Invoke
2022-06-19T06:27:28.741Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88288b81-4e6d-4773-9302-070a0e3b873e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0604fc7-227a-4608-9360-ade1c06d6ee8], X-ECOMP-RequestID=[88288b81-4e6d-4773-9302-070a0e3b873e], X-TransactionId=[], X-ONAP-RequestID=[88288b81-4e6d-4773-9302-070a0e3b873e], Content-Type=[application/merge-patch+json]}
2022-06-19T06:27:28.967Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-19T06:27:29.377Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?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/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-06:27:29:908-8739], vertex-id=[196776], Content-Length=[0], Date=[Sun, 19 Jun 2022 06:27:29 GMT], Content-Type=[application/json]}
2022-06-19T06:27:29.381Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T06:27:29.382Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f82dec-fbbb-46c0-ad97-a78e37913efd/model-vers/model-ver/688b5adb-057b-47a4-9898-56206ae8c9b2?depth=0|INFO|500||InvokeReturn
2022-06-19T06:27:29.393Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T06:27:29.395Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-06-19T06:27:29.427Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||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-06-19T06:27:29.429Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88288b81-4e6d-4773-9302-070a0e3b873e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T06:27:29.431Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T06:27:29.432Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:29.438Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:29.439Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620049429,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:27:29.538Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:27:29.540Z||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-06-19T06:27:29.540Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:29.560Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:29.562Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 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-06-19T06:27:30.468Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:27:30.469Z|88288b81-4e6d-4773-9302-070a0e3b873e|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-06-19T06:27:30.470Z|88288b81-4e6d-4773-9302-070a0e3b873e|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:34.970Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:34.971Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T06:27:34.971Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9bc08253-eb11-4d01-92f0-fd5c28071515","serviceName":"basic_onboard_REELPN","serviceVersion":"1.0","serviceUUID":"6ec8be8a-79ab-43a8-bd6d-3a647295b07e","serviceDescription":"service","serviceInvariantUUID":"ff821b4b-cab6-45f5-aa71-5ac01a285fd5","resources":[{"resourceInstanceName":"basic_onboard_REELPN 0","resourceName":"basic_onboard_REELPN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0c33144-68b3-4d17-bcb1-e0b0053aa278","resourceInvariantUUID":"43545188-7bce-42d0-b610-d89da56a2e58","resourceCustomizationUUID":"8ac7a8ae-841b-4283-b9f2-2c2c55a466ae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml","artifactChecksum":"ODM0MzgzYjZlYzI1NzgxODYzZWNkYTM5Y2MzMzEzNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b35228a-fbed-4550-aa35-8ae13a8bdf19","artifactVersion":"1"},{"artifactName":"basic_onboard_reelpn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json","artifactChecksum":"ZWI0NWIxZmI4ZTQxYTQ5ZDA1MjcwY2NiZmE5ZGJlNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08bb08a7-95d4-4453-b5b3-4ed9377c7a72","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0a189f7f-4da5-43a4-8415-9e0f28daa928","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f33a9bc3-3aaf-404f-82ee-0d1396b613ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f274ce83-5be9-4746-9e94-7ab035c6d304","artifactVersion":"2","generatedFromUUID":"0a189f7f-4da5-43a4-8415-9e0f28daa928"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardReelpn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml","artifactChecksum":"NzVhNWJlNDc0ZGI5YzdlNzM0NWE1NWYwN2M4NTE3MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87c06d95-7c6d-434c-aaca-78c94bb05423","artifactVersion":"1"},{"artifactName":"service-BasicOnboardReelpn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar","artifactChecksum":"MjM4ODMzNjljODM4ZmViYTFiOWZkMjg4Nzk2ODBiMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c709a8e6-72eb-4c0b-a0cc-36681aa1e67b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:27:34.976Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:34.976Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:34.980Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:34.980Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:27:35.080Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:27:35.082Z||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-06-19T06:27:35.082Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:35.118Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:35.119Z||pool-19-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:35.981Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:35.982Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:35.989Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:35.989Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T06:27:36.089Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:27:36.090Z||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-06-19T06:27:36.090Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:36.113Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:36.115Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:36.991Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:36.992Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:36.996Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:36.997Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-19T06:27:37.110Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-06-19T06:27:37.111Z||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-06-19T06:27:37.111Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:37.133Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:37.134Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:37.997Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:38.000Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:38.004Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:38.004Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:27:38.105Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:27:38.106Z||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-06-19T06:27:38.106Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:38.130Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:38.131Z||pool-22-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:39.006Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:39.007Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:39.012Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:39.012Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-19T06:27:39.112Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-19T06:27:39.114Z||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-06-19T06:27:39.114Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:39.174Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:39.175Z||pool-23-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:40.018Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:40.019Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:40.024Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:40.025Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:27:40.130Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-19T06:27:40.131Z||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-06-19T06:27:40.131Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:40.158Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:40.159Z||pool-24-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:41.025Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:27:41.027Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:41.036Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:41.037Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:27:41.135Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-19T06:27:41.136Z||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-06-19T06:27:41.136Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:41.192Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:41.193Z||pool-25-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:42.042Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"serviceName": "basic_onboard_REELPN",
"serviceVersion": "1.0",
"serviceUUID": "6ec8be8a-79ab-43a8-bd6d-3a647295b07e",
"serviceDescription": "service",
"serviceInvariantUUID": "ff821b4b-cab6-45f5-aa71-5ac01a285fd5",
"resources": [
{
"resourceInstanceName": "basic_onboard_REELPN 0",
"resourceCustomizationUUID": "8ac7a8ae-841b-4283-b9f2-2c2c55a466ae",
"resourceName": "basic_onboard_REELPN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a0c33144-68b3-4d17-bcb1-e0b0053aa278",
"resourceInvariantUUID": "43545188-7bce-42d0-b610-d89da56a2e58",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_reelpn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"artifactChecksum": "ZWI0NWIxZmI4ZTQxYTQ5ZDA1MjcwY2NiZmE5ZGJlNmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "08bb08a7-95d4-4453-b5b3-4ed9377c7a72",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0a189f7f-4da5-43a4-8415-9e0f28daa928",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f274ce83-5be9-4746-9e94-7ab035c6d304",
"generatedFromUUID": "0a189f7f-4da5-43a4-8415-9e0f28daa928"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f274ce83-5be9-4746-9e94-7ab035c6d304",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardReelpn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"artifactChecksum": "MjM4ODMzNjljODM4ZmViYTFiOWZkMjg4Nzk2ODBiMmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c709a8e6-72eb-4c0b-a0cc-36681aa1e67b"
}
],
"workloadContext": "Production"
}
2022-06-19T06:27:42.043Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:27:42.043Z|88288b81-4e6d-4773-9302-070a0e3b873e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ec8be8a-79ab-43a8-bd6d-3a647295b07e ASDC
2022-06-19T06:27:42.045Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9bc08253-eb11-4d01-92f0-fd5c28071515
ServiceName:basic_onboard_REELPN
ServiceVersion:1.0
ServiceUUID:6ec8be8a-79ab-43a8-bd6d-3a647295b07e
ServiceInvariantUUID:ff821b4b-cab6-45f5-aa71-5ac01a285fd5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardReelpn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
ArtifactUUID:c709a8e6-72eb-4c0b-a0cc-36681aa1e67b
ArtifactChecksum:MjM4ODMzNjljODM4ZmViYTFiOWZkMjg4Nzk2ODBiMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_REELPN 0
ResourceCustomizationUUID:8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
ResourceInvariantUUID:43545188-7bce-42d0-b610-d89da56a2e58
ResourceName:basic_onboard_REELPN
ResourceType:VF
ResourceUUID:a0c33144-68b3-4d17-bcb1-e0b0053aa278
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_reelpn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
ArtifactUUID:08bb08a7-95d4-4453-b5b3-4ed9377c7a72
ArtifactChecksum:ZWI0NWIxZmI4ZTQxYTQ5ZDA1MjcwY2NiZmE5ZGJlNmU=
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/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0a189f7f-4da5-43a4-8415-9e0f28daa928
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/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
ArtifactUUID:f274ce83-5be9-4746-9e94-7ab035c6d304
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/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
ArtifactUUID:f274ce83-5be9-4746-9e94-7ab035c6d304
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-19T06:27:42.046Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ec8be8a-79ab-43a8-bd6d-3a647295b07e 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-06-19T06:27:42.155Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:27:42.156Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:27:42.158Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:27:42.159Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c709a8e6-72eb-4c0b-a0cc-36681aa1e67b from URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:42.159Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:27:42.160Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:42.757Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:27:42.763Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar c709a8e6-72eb-4c0b-a0cc-36681aa1e67b 71586
2022-06-19T06:27:42.763Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar ASDC sendASDCNotification
2022-06-19T06:27:42.764Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:42.764Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:27:42.765Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:42.842Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:42.843Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620062763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:27:42.870Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 26 ms
2022-06-19T06:27:42.871Z||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-06-19T06:27:42.871Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:42.943Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:42.943Z||pool-26-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:43.844Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:27:43.846Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:27:43.847Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c709a8e6-72eb-4c0b-a0cc-36681aa1e67b, URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar to file: /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:43.847Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:43.849Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:43.849Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:44.167Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12713778639805285276/Definitions/service-BasicOnboardReelpn-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-06-19T06:27:46.802Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_REELPN 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-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.804Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:27:46.805Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is not matching search criteria
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-19T06:27:46.806Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.807Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:46.808Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is not matching search criteria
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=40537ceb-66d1-47d9-bc7c-ba500d516783
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.809Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:46.810Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_REELPN
Description:service
Model UUID:6ec8be8a-79ab-43a8-bd6d-3a647295b07e
Model Version:NULL
Model InvariantUuid:ff821b4b-cab6-45f5-aa71-5ac01a285fd5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_REELPN
Model UUID:e61cfb0b-7096-4a12-9e24-93ab230660f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:43545188-7bce-42d0-b610-d89da56a2e58
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ab0101e8-fa4d-4449-b8a7-e9401c1be672
ModelName:BasicOnboardReelpn..base_ubuntu18..module-0
ModelUuid:18c66448-5b06-4116-a8f1-1359b85d6636
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:40537ceb-66d1-47d9-bc7c-ba500d516783
ModelInvariantUuid:204aa7e6-7ba4-41b5-abf1-08a2cf704509
ModelName:basic_onboard_REELPN-nodes.ubuntu18Cvfc
ModelUuid:2689f008-7812-4efb-a9eb-4727f713fd38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6c2925ac-c81e-4c09-92d8-7257a777caf4
ModelInvariantUuid:218a10a2-105c-4247-b86f-40a9a3f3205b
ModelName:BasicOnboardReelpn.compute.nodes.heat.ubuntu18
ModelUuid:b175ec96-7ac8-4dcd-9322-611798be84e6
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-06-19T06:27:46.827Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a0c33144-68b3-4d17-bcb1-e0b0053aa278
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-06-19T06:27:46.839Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||basic_onboard_REELPN 0
2022-06-19T06:27:46.839Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0c33144-68b3-4d17-bcb1-e0b0053aa278
2022-06-19T06:27:46.840Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 08bb08a7-95d4-4453-b5b3-4ed9377c7a72 from URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
2022-06-19T06:27:46.841Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:27:46.842Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
2022-06-19T06:27:46.955Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:27:46.955Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json 08bb08a7-95d4-4453-b5b3-4ed9377c7a72 798
2022-06-19T06:27:46.956Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json ASDC sendASDCNotification
2022-06-19T06:27:46.957Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
2022-06-19T06:27:46.957Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:27:46.957Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:46.961Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:46.966Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620066956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:27:47.062Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-19T06:27:47.064Z||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-06-19T06:27:47.064Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:47.083Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:47.084Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:47.967Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardReelpn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ab0101e8-fa4d-4449-b8a7-e9401c1be672",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "18c66448-5b06-4116-a8f1-1359b85d6636",
"vfModuleModelCustomizationUUID": "671491ab-2a84-4f19-9425-c9ca6301d26e",
"isBase": true,
"artifacts": [
"0a189f7f-4da5-43a4-8415-9e0f28daa928",
"f274ce83-5be9-4746-9e94-7ab035c6d304"
],
"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-06-19T06:27:47.975Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardReelpn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18c66448-5b06-4116-a8f1-1359b85d6636
VfModuleModelInvariantUUID:ab0101e8-fa4d-4449-b8a7-e9401c1be672
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a189f7f-4da5-43a4-8415-9e0f28daa928
,
f274ce83-5be9-4746-9e94-7ab035c6d304
}
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-06-19T06:27:47.981Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardReelpn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ab0101e8-fa4d-4449-b8a7-e9401c1be672",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "18c66448-5b06-4116-a8f1-1359b85d6636",
"vfModuleModelCustomizationUUID": "671491ab-2a84-4f19-9425-c9ca6301d26e",
"isBase": true,
"artifacts": [
"0a189f7f-4da5-43a4-8415-9e0f28daa928",
"f274ce83-5be9-4746-9e94-7ab035c6d304"
],
"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-06-19T06:27:47.982Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardReelpn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:18c66448-5b06-4116-a8f1-1359b85d6636
VfModuleModelInvariantUUID:ab0101e8-fa4d-4449-b8a7-e9401c1be672
VfModuleModelDescription:NULL
Artifacts UUID List:{
0a189f7f-4da5-43a4-8415-9e0f28daa928
,
f274ce83-5be9-4746-9e94-7ab035c6d304
}
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-06-19T06:27:47.982Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a189f7f-4da5-43a4-8415-9e0f28daa928 from URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
2022-06-19T06:27:47.983Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:27:47.983Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
2022-06-19T06:27:48.087Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:27:48.088Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml 0a189f7f-4da5-43a4-8415-9e0f28daa928 5033
2022-06-19T06:27:48.090Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-19T06:27:48.090Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
2022-06-19T06:27:48.091Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:27:48.091Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:48.095Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:48.095Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620068089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:27:48.195Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:27:48.196Z||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-06-19T06:27:48.196Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:48.230Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:48.232Z||pool-28-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:49.102Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f274ce83-5be9-4746-9e94-7ab035c6d304 from URL: /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
2022-06-19T06:27:49.103Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:27:49.104Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
2022-06-19T06:27:49.176Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:27:49.177Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env f274ce83-5be9-4746-9e94-7ab035c6d304 909
2022-06-19T06:27:49.178Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-19T06:27:49.178Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
2022-06-19T06:27:49.179Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:27:49.179Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:49.184Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:49.184Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620069178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:27:49.284Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:27:49.286Z||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-06-19T06:27:49.286Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:49.314Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:49.315Z||pool-29-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:50.187Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6ec8be8a-79ab-43a8-bd6d-3a647295b07e
2022-06-19T06:27:50.188Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_REELPN 0 a0c33144-68b3-4d17-bcb1-e0b0053aa278 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-06-19T06:27:50.230Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47665d87, org.onap.sdc.toscaparser.api.parameters.Input@366f6fad, org.onap.sdc.toscaparser.api.parameters.Input@4168a4cd, org.onap.sdc.toscaparser.api.parameters.Input@50fac77, org.onap.sdc.toscaparser.api.parameters.Input@70705334]
2022-06-19T06:27:50.233Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.234Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.234Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-19T06:27:50.235Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
2022-06-19T06:27:50.235Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae matches Tosca VF Customization UUID: 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
2022-06-19T06:27:50.235Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae 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-06-19T06:27:50.242Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.243Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.245Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8ac7a8ae-841b-4283-b9f2-2c2c55a466ae: {\"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-06-19T06:27:50.246Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4171b27b
2022-06-19T06:27:50.246Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.247Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T06:27:50.247Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 671491ab-2a84-4f19-9425-c9ca6301d26e
2022-06-19T06:27:50.248Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 671491ab-2a84-4f19-9425-c9ca6301d26e
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-06-19T06:27:50.259Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.264Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:50.269Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:50.271Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.272Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:50.272Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:50.273Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.273Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is not matching search criteria
2022-06-19T06:27:50.274Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-19T06:27:50.274Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T06:27:50.275Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=40537ceb-66d1-47d9-bc7c-ba500d516783
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-06-19T06:27:50.282Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.283Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:50.284Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T06:27:50.285Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.285Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_REELPN 0 is matching search criteria
2022-06-19T06:27:50.286Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_REELPN 0] matching following query criteria: sdcType=VF, customizationUUID=8ac7a8ae-841b-4283-b9f2-2c2c55a466ae
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-06-19T06:27:50.290Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.290Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.291Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6ec8be8a-79ab-43a8-bd6d-3a647295b07e: basic_onboard_REELPN
2022-06-19T06:27:50.291Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.292Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.292Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.292Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.293Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.293Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.294Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.294Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.295Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:27:50.295Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_REELPN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:27:50.297Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_REELPN
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-06-19T06:27:50.680Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_REELPN a0c33144-68b3-4d17-bcb1-e0b0053aa278 1 ASDC deployResourceStructure
2022-06-19T06:27:50.681Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json ASDC sendASDCNotification
2022-06-19T06:27:50.681Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json
2022-06-19T06:27:50.681Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:27:50.682Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:50.685Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:50.685Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620070681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T06:27:50.785Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:27:50.787Z||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-06-19T06:27:50.787Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:50.809Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:50.811Z||pool-30-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:27:51.694Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-19T06:27:51.695Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml
2022-06-19T06:27:51.695Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:27:51.695Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:51.699Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:51.699Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620071694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-19T06:27:51.799Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:27:51.801Z||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-06-19T06:27:51.802Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:51.839Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:51.840Z||pool-31-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:52.700Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-19T06:27:52.700Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env
2022-06-19T06:27:52.700Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:27:52.701Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:52.708Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:52.708Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620072700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-19T06:27:52.810Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-19T06:27:52.813Z||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-06-19T06:27:52.813Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:52.868Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:52.869Z||pool-32-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:53.710Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar ASDC sendASDCNotification
2022-06-19T06:27:53.710Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar
2022-06-19T06:27:53.710Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:27:53.711Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:27:53.715Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:27:53.715Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620073709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:27:53.815Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:27:53.817Z||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-06-19T06:27:53.817Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:27:53.862Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:27:53.863Z||pool-33-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:27:54.717Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bc08253-eb11-4d01-92f0-fd5c28071515
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-06-19T06:27:54.752Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bc08253-eb11-4d01-92f0-fd5c28071515
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-06-19T06:27:54.766Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:27:54.769Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T06:27:54.770Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T06:27:54.771Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T06:27:54.771Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:27:54.771Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:27:54.772Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-06-19T06:27:54.782Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T06:28:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:28:01.390Z||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-06-19T06:28:01.390Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:02.038Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:28:02.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88288b81-4e6d-4773-9302-070a0e3b873e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620049429,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:28:02.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:28:02.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-19T06:28:02.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T06:28:02.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:28:02.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620050468,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620062763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:28:02.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620066956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620068089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620069178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620070681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/basic_onboard_reelpn0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620071694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-19T06:28:02.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620072700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/resourceInstances/basic_onboard_reelpn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-19T06:28:02.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:02.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:28:02.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620073709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardReelpn/1.0/artifacts/service-BasicOnboardReelpn-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:28:02.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:28:24.783Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9bc08253-eb11-4d01-92f0-fd5c28071515 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-06-19T06:28:24.799Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9bc08253-eb11-4d01-92f0-fd5c28071515 and serviceModelVersionId: 6ec8be8a-79ab-43a8-bd6d-3a647295b07e
2022-06-19T06:28:24.800Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff821b4b-cab6-45f5-aa71-5ac01a285fd5
2022-06-19T06:28:24.803Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0
2022-06-19T06:28:24.819Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T06:28:24.942Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?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-06-19T06:28:24.945Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0|INFO|500||Invoke
2022-06-19T06:28:25.007Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-19T06:28:25.322Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0|INFO|500||InvokeReturn
2022-06-19T06:28:25.323Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff821b4b-cab6-45f5-aa71-5ac01a285fd5/model-vers/model-ver/6ec8be8a-79ab-43a8-bd6d-3a647295b07e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220619-06:28:25:953-74034], vertex-id=[159824], Content-Length=[0], Date=[Sun, 19 Jun 2022 06:28:25 GMT], Content-Type=[application/json]}
2022-06-19T06:28:25.324Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-19T06:28:25.324Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T06:28:25.324Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-06-19T06:28:25.343Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||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-06-19T06:28:25.344Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9bc08253-eb11-4d01-92f0-fd5c28071515 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T06:28:25.344Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T06:28:25.345Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:28:25.349Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:28:25.349Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620105344,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:28:25.450Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:28:25.455Z||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-06-19T06:28:25.455Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:25.531Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:28:25.532Z||pool-34-thread-1|||||INFO|500||cambria reply ok (81 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-06-19T06:28:26.433Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:28:26.435Z|9bc08253-eb11-4d01-92f0-fd5c28071515|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-06-19T06:28:26.436Z|9bc08253-eb11-4d01-92f0-fd5c28071515|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:36.027Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:28:36.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:28:36.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:28:36.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:45.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:28:45.592Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:28:45.594Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:28:45.594Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:28:55.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:29:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:29:01.370Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:29:01.370Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:29:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:29:01.388Z||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-06-19T06:29:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:29:02.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:29:02.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T06:29:02.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9bc08253-eb11-4d01-92f0-fd5c28071515",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620105344,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:29:02.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:29:10.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:30:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:30:01.371Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:30:01.371Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:30:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:30:01.388Z||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-06-19T06:30:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:30:10.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:30:10.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:31:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:31:01.372Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:31:01.372Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:31:01.387Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:31:01.388Z||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-06-19T06:31:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:31:10.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:31:10.979Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:32:01.368Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:32:01.370Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:32:01.370Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:32:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:32:01.388Z||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-06-19T06:32:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:32:10.995Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:32:10.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:33:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:33:01.369Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:33:01.370Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:33:01.387Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:33:01.388Z|9bc08253-eb11-4d01-92f0-fd5c28071515|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-06-19T06:33:01.389Z|9bc08253-eb11-4d01-92f0-fd5c28071515|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:33:10.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:33:10.964Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:34:01.368Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:34:01.369Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T06:34:01.370Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:34:01.387Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:34:01.388Z||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-06-19T06:34:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:34:10.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:34:10.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:35:01.369Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:35:01.374Z||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-06-19T06:35:01.375Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:35:01.387Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:35:01.388Z||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-06-19T06:35:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:35:10.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:35:10.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:36:01.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:36:01.370Z||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-06-19T06:36:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:36:01.387Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:36:01.388Z||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-06-19T06:36:01.388Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:36:11.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:36:11.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:37:01.368Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:37:01.370Z||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-06-19T06:37:01.370Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:37:01.389Z||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-06-19T06:37:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:02.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:37:02.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"89e1f896-c775-47a6-9258-25b3f17b75ec","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3c2de521-49bc-4412-80ee-c16609dca5ae","serviceDescription":"service","serviceInvariantUUID":"f0a828c9-ecc2-4091-8f27-2a4e1964d790","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f141a1d4-1ac3-4fb6-82d8-7c31b883eb06","resourceInvariantUUID":"b67fe4ff-a42d-4905-afd3-723d2157048d","resourceCustomizationUUID":"1bfd54df-5315-4e63-b124-63132313c3a8","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":"NTdhZTE4ZTVhYzUzODg1ZGYzNmVmZTMwM2U1MWQ0Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39e59777-6166-4812-9ee1-6e0d6ac62750","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTI4NjM4MjU5NDIwMmExNDZkN2U5NjFmNjU2YzQ3ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38922a38-5cd3-48b2-b523-29ba82226e48","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:37:02.044Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:37:02.045Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:02.051Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:02.051Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620621368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:37:02.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1655620601505,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "policy-id",
"timestamp": 1655620597345,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "aai-ml",
"timestamp": 1655620601263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "cds",
"timestamp": 1655620603116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "ves-openapi-manager",
"timestamp": 1655620601505,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "policy-id",
"timestamp": 1655620597345,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "aai-ml",
"timestamp": 1655620601263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:37:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "cds",
"timestamp": 1655620603116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:37:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "policy-id",
"timestamp": 1655620604323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "aai-ml",
"timestamp": 1655620604158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "cds",
"timestamp": 1655620605965,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "policy-id",
"timestamp": 1655620605332,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:37:02.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "cds",
"timestamp": 1655620606972,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T06:37:02.111Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89e1f896-c775-47a6-9258-25b3f17b75ec
2022-06-19T06:37:02.112Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e1f896-c775-47a6-9258-25b3f17b75ec 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-06-19T06:37:02.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "policy-id",
"timestamp": 1655620606335,
"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-06-19T06:37:02.146Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89e1f896-c775-47a6-9258-25b3f17b75ec
2022-06-19T06:37:02.147Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e1f896-c775-47a6-9258-25b3f17b75ec and ComponentName POLICY
2022-06-19T06:37:02.151Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:37:02.153Z||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-06-19T06:37:02.154Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
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-06-19T06:37:02.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655620606319,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655620606319,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:37:02.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "aai-ml",
"timestamp": 1655620612135,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:37:02.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "aai-ml",
"timestamp": 1655620613141,
"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-06-19T06:37:02.187Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89e1f896-c775-47a6-9258-25b3f17b75ec
2022-06-19T06:37:02.187Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e1f896-c775-47a6-9258-25b3f17b75ec and ComponentName AAI
2022-06-19T06:37:02.195Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:37:02.197Z||pool-35-thread-1|||||INFO|500||cambria reply ok (45 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-06-19T06:37:02.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655620612743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655620612743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:37:02.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655620615716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:37:02.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "clamp",
"timestamp": 1655620617717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:37:02.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655620617683,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "clamp",
"timestamp": 1655620617717,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:37:02.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:37:02.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:37:02.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655620618692,
"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-06-19T06:37:02.283Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89e1f896-c775-47a6-9258-25b3f17b75ec
2022-06-19T06:37:02.283Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e1f896-c775-47a6-9258-25b3f17b75ec 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-06-19T06:37:03.052Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:37:03.053Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:03.057Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:03.057Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620621368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:37:03.158Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T06:37:03.159Z||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-06-19T06:37:03.160Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:03.216Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:37:03.217Z||pool-36-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:37:04.059Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3c2de521-49bc-4412-80ee-c16609dca5ae",
"serviceDescription": "service",
"serviceInvariantUUID": "f0a828c9-ecc2-4091-8f27-2a4e1964d790",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "1bfd54df-5315-4e63-b124-63132313c3a8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f141a1d4-1ac3-4fb6-82d8-7c31b883eb06",
"resourceInvariantUUID": "b67fe4ff-a42d-4905-afd3-723d2157048d",
"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": "MTI4NjM4MjU5NDIwMmExNDZkN2U5NjFmNjU2YzQ3ZGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38922a38-5cd3-48b2-b523-29ba82226e48"
}
],
"workloadContext": "Production"
}
2022-06-19T06:37:04.060Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:37:04.060Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3c2de521-49bc-4412-80ee-c16609dca5ae ASDC
2022-06-19T06:37:04.061Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:89e1f896-c775-47a6-9258-25b3f17b75ec
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3c2de521-49bc-4412-80ee-c16609dca5ae
ServiceInvariantUUID:f0a828c9-ecc2-4091-8f27-2a4e1964d790
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:38922a38-5cd3-48b2-b523-29ba82226e48
ArtifactChecksum:MTI4NjM4MjU5NDIwMmExNDZkN2U5NjFmNjU2YzQ3ZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1bfd54df-5315-4e63-b124-63132313c3a8
ResourceInvariantUUID:b67fe4ff-a42d-4905-afd3-723d2157048d
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f141a1d4-1ac3-4fb6-82d8-7c31b883eb06
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-19T06:37:04.062Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c2de521-49bc-4412-80ee-c16609dca5ae 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-06-19T06:37:04.140Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:37:04.141Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-19T06:37:04.141Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-19T06:37:04.142Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 38922a38-5cd3-48b2-b523-29ba82226e48 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T06:37:04.142Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-19T06:37:04.143Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:04.357Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-19T06:37:04.366Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 38922a38-5cd3-48b2-b523-29ba82226e48 52511
2022-06-19T06:37:04.366Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:04.367Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:04.367Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:37:04.367Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:04.371Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:04.372Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620624366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:37:04.472Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:37:04.473Z||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-06-19T06:37:04.473Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:04.502Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:37:04.503Z||pool-37-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:37:05.373Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:37:05.375Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-19T06:37:05.375Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 38922a38-5cd3-48b2-b523-29ba82226e48, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:05.376Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-19T06:37:05.377Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:05.377Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:05.690Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8365261163802029751/Definitions/service-BasicNetwork-template.yml
2022-06-19T06:37:06.902Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.904Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.905Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.905Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.905Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.905Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.906Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.906Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.907Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-19T06:37:06.907Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.907Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.908Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-19T06:37:06.908Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-19T06:37:06.908Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:37:06.909Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.909Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.909Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-19T06:37:06.909Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-19T06:37:06.910Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:37:06.910Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.910Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.911Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.911Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.912Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.912Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.912Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.912Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.913Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.913Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.913Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3c2de521-49bc-4412-80ee-c16609dca5ae
Model Version:NULL
Model InvariantUuid:f0a828c9-ecc2-4091-8f27-2a4e1964d790
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b67fe4ff-a42d-4905-afd3-723d2157048d
Model UUID:50f1b6bd-0bab-43bc-8cee-fd505f9366d8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:1bfd54df-5315-4e63-b124-63132313c3a8
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-06-19T06:37:06.928Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: f141a1d4-1ac3-4fb6-82d8-7c31b883eb06
2022-06-19T06:37:06.929Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||No resources found for Service: 3c2de521-49bc-4412-80ee-c16609dca5ae
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-06-19T06:37:06.938Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||
2022-06-19T06:37:06.939Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-19T06:37:06.941Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3c2de521-49bc-4412-80ee-c16609dca5ae
2022-06-19T06:37:06.941Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3c2de521-49bc-4412-80ee-c16609dca5ae
2022-06-19T06:37:06.942Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-19T06:37:06.942Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:06.952Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1500f059, org.onap.sdc.toscaparser.api.parameters.Input@803d1b2, org.onap.sdc.toscaparser.api.parameters.Input@51d8fbd1, org.onap.sdc.toscaparser.api.parameters.Input@5429372e, org.onap.sdc.toscaparser.api.parameters.Input@463987ca]
2022-06-19T06:37:06.955Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.956Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.956Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.956Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.957Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3c2de521-49bc-4412-80ee-c16609dca5ae: Generic NeutronNet
2022-06-19T06:37:06.957Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.957Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:06.958Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:06.958Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:07.037Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:07.038Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:07.039Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:07.040Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:07.040Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:37:07.040Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:37:07.041Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:07.172Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-19T06:37:07.174Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:07.174Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:07.174Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T06:37:07.175Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:07.179Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:07.179Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620627174,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T06:37:07.279Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:37:07.280Z||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-06-19T06:37:07.280Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:07.298Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:37:07.299Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:37:08.180Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89e1f896-c775-47a6-9258-25b3f17b75ec
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-06-19T06:37:08.204Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89e1f896-c775-47a6-9258-25b3f17b75ec
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-06-19T06:37:08.212Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T06:37:08.212Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T06:37:08.212Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T06:37:08.213Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:08.228Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T06:37:38.229Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89e1f896-c775-47a6-9258-25b3f17b75ec 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-06-19T06:37:38.267Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89e1f896-c775-47a6-9258-25b3f17b75ec and serviceModelVersionId: 3c2de521-49bc-4412-80ee-c16609dca5ae
2022-06-19T06:37:38.268Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0a828c9-ecc2-4091-8f27-2a4e1964d790
2022-06-19T06:37:38.271Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0
2022-06-19T06:37:38.284Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T06:37:38.406Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?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-06-19T06:37:38.408Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0|INFO|500||Invoke
2022-06-19T06:37:38.466Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-19T06:37:38.737Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0|INFO|500||InvokeReturn
2022-06-19T06:37:38.738Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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/f0a828c9-ecc2-4091-8f27-2a4e1964d790/model-vers/model-ver/3c2de521-49bc-4412-80ee-c16609dca5ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-06:37:39:392-63668], vertex-id=[336120], Content-Length=[0], Date=[Sun, 19 Jun 2022 06:37:39 GMT], Content-Type=[application/json]}
2022-06-19T06:37:38.739Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-19T06:37:38.739Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T06:37:38.740Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:38.749Z|89e1f896-c775-47a6-9258-25b3f17b75ec|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-06-19T06:37:38.750Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89e1f896-c775-47a6-9258-25b3f17b75ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T06:37:38.751Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T06:37:38.751Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:37:38.754Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:37:38.755Z|89e1f896-c775-47a6-9258-25b3f17b75ec|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620658750,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T06:37:38.855Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:37:38.856Z||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-06-19T06:37:38.857Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:37:38.886Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:37:38.887Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T06:38:01.368Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:38:01.369Z|9bc08253-eb11-4d01-92f0-fd5c28071515|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-06-19T06:38:01.370Z|9bc08253-eb11-4d01-92f0-fd5c28071515|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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:01.387Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T06:38:01.389Z||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-06-19T06:38:01.389Z||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 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:01.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:01.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T06:38:01.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "89e1f896-c775-47a6-9258-25b3f17b75ec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620621368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:38:01.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-19T06:38:02.065Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:02.066Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T06:38:02.066Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"130d75f4-4214-469f-b503-e8c32502d3d9","serviceName":"Demo_pNF_qXl0Xe0mS2ohDKdegyn4","serviceVersion":"1.0","serviceUUID":"81acddc0-fa49-4db9-b011-5cec13528244","serviceDescription":"catalog service description","serviceInvariantUUID":"9257fe5b-eb64-4c7f-ad66-f1a8db7f613d","resources":[{"resourceInstanceName":"pNF 18f5e805-190e 0","resourceName":"pNF 18f5e805-190e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cd4a710e-e6ea-4f0f-995c-ab69f98038f5","resourceInvariantUUID":"3f84a610-781e-4a10-9e9b-22f1d4b0ff80","resourceCustomizationUUID":"0d87bd89-1324-4a40-8ce9-c94ffed819f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml","artifactChecksum":"MjRjOTIyNjIwYzNiNTliNTUxZGFmMTg5OTJlYmE5MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe89492f-fbb7-4489-9d66-2bf2d98863aa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar","artifactChecksum":"MmM0YWU3YmFhNDUyNzc0MGYxODAwYWZhYTI0Y2UxZDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a381c8f-7fcc-47c0-adce-809048bfc783","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a51c676-c7a8-4cc4-abd6-ed1b83e079d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml","artifactChecksum":"MTVmN2UyNDU4Yjc3YmM1YjI0MjhmZjNkMTJjMjBiODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0b39782-f298-4061-b9e6-06cb6a09a2f8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"615beb45-5648-4563-9885-badae1645e8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8167394-7e44-4013-a52e-8f5512f45dcb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml","artifactChecksum":"NTQ5YmI0NDE0NjhmMWVhN2VjOGQ3NmY4OWJhOTkzNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85d669da-f407-4e3f-aa29-a23d192820c2","artifactVersion":"1"},{"artifactName":"service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar","artifactChecksum":"YjEzMWYyOTkzMjlkNTM1YmI2ZTI3ZDRlZTc3NDUyZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba62d4e1-468d-4c13-ba43-36ed76a5b75c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T06:38:02.070Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:02.071Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:02.077Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:02.078Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620681368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:38:02.181Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-19T06:38:02.184Z||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-06-19T06:38:02.184Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:02.304Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:02.306Z||pool-40-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:38:03.082Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:03.083Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:03.106Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:03.106Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620681368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:38:03.213Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-19T06:38:03.215Z||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-06-19T06:38:03.216Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:03.304Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:03.307Z||pool-41-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:38:04.107Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:04.108Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:04.111Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:04.112Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620681368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:38:04.214Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:38:04.216Z||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-06-19T06:38:04.216Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:04.259Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:04.260Z||pool-42-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:05.117Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:05.118Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:05.129Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:05.130Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620681368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:38:05.229Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T06:38:05.232Z||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-06-19T06:38:05.232Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:05.388Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:05.389Z||pool-43-thread-1|||||INFO|500||cambria reply ok (160 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:38:06.131Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:06.134Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:06.140Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:06.140Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620681368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:38:06.239Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-19T06:38:06.241Z||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-06-19T06:38:06.242Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:06.312Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:06.314Z||pool-44-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:07.141Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:07.142Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:07.146Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:07.147Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620681368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/resourceInstances/pnf18f5e805190e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:38:07.256Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-19T06:38:07.258Z||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-06-19T06:38:07.258Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:07.299Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:07.300Z||pool-45-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-19T06:38:08.148Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:08.148Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:08.152Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:08.153Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620681368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T06:38:08.267Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-06-19T06:38:08.268Z||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-06-19T06:38:08.268Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:08.306Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:08.307Z||pool-46-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:09.155Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T06:38:09.156Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:09.159Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:09.160Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620681368,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T06:38:09.260Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T06:38:09.261Z||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-06-19T06:38:09.262Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:09.288Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:09.289Z||pool-47-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:10.165Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"serviceName": "Demo_pNF_qXl0Xe0mS2ohDKdegyn4",
"serviceVersion": "1.0",
"serviceUUID": "81acddc0-fa49-4db9-b011-5cec13528244",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9257fe5b-eb64-4c7f-ad66-f1a8db7f613d",
"resources": [
{
"resourceInstanceName": "pNF 18f5e805-190e 0",
"resourceCustomizationUUID": "0d87bd89-1324-4a40-8ce9-c94ffed819f7",
"resourceName": "pNF 18f5e805-190e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "cd4a710e-e6ea-4f0f-995c-ab69f98038f5",
"resourceInvariantUUID": "3f84a610-781e-4a10-9e9b-22f1d4b0ff80",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
"artifactChecksum": "YjEzMWYyOTkzMjlkNTM1YmI2ZTI3ZDRlZTc3NDUyZTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ba62d4e1-468d-4c13-ba43-36ed76a5b75c"
}
],
"workloadContext": "Production"
}
2022-06-19T06:38:10.168Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T06:38:10.168Z|9bc08253-eb11-4d01-92f0-fd5c28071515|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81acddc0-fa49-4db9-b011-5cec13528244 ASDC
2022-06-19T06:38:10.169Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:130d75f4-4214-469f-b503-e8c32502d3d9
ServiceName:Demo_pNF_qXl0Xe0mS2ohDKdegyn4
ServiceVersion:1.0
ServiceUUID:81acddc0-fa49-4db9-b011-5cec13528244
ServiceInvariantUUID:9257fe5b-eb64-4c7f-ad66-f1a8db7f613d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
ArtifactUUID:ba62d4e1-468d-4c13-ba43-36ed76a5b75c
ArtifactChecksum:YjEzMWYyOTkzMjlkNTM1YmI2ZTI3ZDRlZTc3NDUyZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 18f5e805-190e 0
ResourceCustomizationUUID:0d87bd89-1324-4a40-8ce9-c94ffed819f7
ResourceInvariantUUID:3f84a610-781e-4a10-9e9b-22f1d4b0ff80
ResourceName:pNF 18f5e805-190e
ResourceType:PNF
ResourceUUID:cd4a710e-e6ea-4f0f-995c-ab69f98038f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-19T06:38:10.169Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81acddc0-fa49-4db9-b011-5cec13528244 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-06-19T06:38:10.252Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:38:10.254Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:38:10.254Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:38:10.255Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ba62d4e1-468d-4c13-ba43-36ed76a5b75c from URL: /sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:10.255Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-19T06:38:10.255Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:10.502Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-19T06:38:10.507Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar ba62d4e1-468d-4c13-ba43-36ed76a5b75c 82640
2022-06-19T06:38:10.507Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar ASDC sendASDCNotification
2022-06-19T06:38:10.508Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:10.508Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T06:38:10.508Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-19T06:38:10.513Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T06:38:10.515Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "130d75f4-4214-469f-b503-e8c32502d3d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655620690507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T06:38:10.614Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T06:38:10.615Z||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-06-19T06:38:10.615Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0Ky4Smr3EpBBMxmI) ...
2022-06-19T06:38:10.635Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T06:38:10.636Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-19T06:38:11.516Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T06:38:11.518Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-19T06:38:11.518Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ba62d4e1-468d-4c13-ba43-36ed76a5b75c, URL: /sdc/v1/catalog/services/DemoPnfQxl0xe0ms2ohdkdegyn4/1.0/artifacts/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar to file: /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:11.523Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:11.525Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:11.525Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:11.891Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2928087524211733937/Definitions/service-DemoPnfQxl0xe0ms2ohdkdegyn4-template.yml
2022-06-19T06:38:13.470Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T06:38:13.470Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.471Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 18f5e805-190e 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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||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-DemoPnfQxl0xe0ms2ohdkdegyn4-csar.csar
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:38:13.472Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.473Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Node template pNF 18f5e805-190e 0 is matching search criteria
2022-06-19T06:38:13.473Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:38:13.473Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 18f5e805-190e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Node template pNF 18f5e805-190e 0 is matching search criteria
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-19T06:38:13.474Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 18f5e805-190e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.475Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:38:13.476Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.477Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_qXl0Xe0mS2ohDKdegyn4
Description:catalog service description
Model UUID:81acddc0-fa49-4db9-b011-5cec13528244
Model Version:NULL
Model InvariantUuid:9257fe5b-eb64-4c7f-ad66-f1a8db7f613d
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-06-19T06:38:13.492Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: cd4a710e-e6ea-4f0f-995c-ab69f98038f5
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-06-19T06:38:13.499Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||pNF 18f5e805-190e 0
2022-06-19T06:38:13.499Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cd4a710e-e6ea-4f0f-995c-ab69f98038f5
2022-06-19T06:38:13.500Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 81acddc0-fa49-4db9-b011-5cec13528244
2022-06-19T06:38:13.500Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 81acddc0-fa49-4db9-b011-5cec13528244
2022-06-19T06:38:13.500Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 18f5e805-190e 0 cd4a710e-e6ea-4f0f-995c-ab69f98038f5 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-06-19T06:38:13.510Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16431603, org.onap.sdc.toscaparser.api.parameters.Input@1dbdd010, org.onap.sdc.toscaparser.api.parameters.Input@45ea4e66, org.onap.sdc.toscaparser.api.parameters.Input@2ef56a1f, org.onap.sdc.toscaparser.api.parameters.Input@208892cc]
2022-06-19T06:38:13.511Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T06:38:13.511Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_qXl0Xe0mS2ohDKdegyn4 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T06:38:13.511Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 81acddc0-fa49-4db9-b011-5cec13528244: pNF 18f5e805-190e
2022-06-19T06:38:13.512Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||INFO|500||Processing PNF resource: cd4a710e-e6ea-4f0f-995c-ab69f98038f5
2022-06-19T06:38:13.512Z|130d75f4-4214-469f-b503-e8c32502d3d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery