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-05-11T05:01:28.863Z||main|||||INFO|500||The following profiles are active: basic
2022-05-11T05:01:40.026Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-11T05:01:40.026Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-11T05:01:40.139Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-11T05:01:44.105Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-11T05:01:44.505Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-11T05:01:44.942Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-11T05:01:44.949Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-11T05:01:45.056Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-11T05:01:45.302Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-11T05:01:45.880Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-11T05:01:47.530Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-11T05:01:49.895Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-11T05:01:49.954Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-11T05:01:50.563Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-11T05:01:50.827Z||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-05-11T05:01:52.088Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-11T05:01:53.104Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-11T05:01:53.120Z||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$$75ebdfa9.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-05-11T05:01:53.121Z||main|||||WARN|500||The sdc end point is not alive
2022-05-11T05:01:56.330Z||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-05-11T05:01:59.140Z||main|||||WARN|500||---
2022-05-11T05:01:59.140Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-11T05:01:59.141Z||main|||||WARN|500||---
2022-05-11T05:01:59.621Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-11T05:02:04.282Z||main|||||INFO|500||Started Application in 38.526 seconds (JVM running for 40.641)
2022-05-11T05:02:04.299Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-11T05:02:04.301Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-11T05:02:04.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-11T05:02:04.338Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-11T05:02:04.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d54f75c-06e3-4006-98b8-a89f0fdca7af url= /sdc/v1/artifactTypes
2022-05-11T05:02:04.381Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-11T05:02:04.621Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:02:04.646Z||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-05-11T05:02:04.667Z||scheduling-1|||||DEBUG|500||create keys
2022-05-11T05:02:04.675Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-11T05:02:04.722Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:02:04.741Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3d58e511-d06e-4105-bd0b-497403cf10e1 url= /sdc/v1/registerForDistribution
2022-05-11T05:02:04.931Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3d58e511-d06e-4105-bd0b-497403cf10e1 url= /sdc/v1/registerForDistribution
2022-05-11T05:02:04.931Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-11T05:02:04.942Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:02:04.942Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:02:04.948Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-11T05:02:04.952Z||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-05-11T05:02:04.952Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:02:04.953Z||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-05-11T05:02:04.953Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:02:15.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:02:15.271Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:03:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:03:04.940Z||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-05-11T05:03:04.940Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:03:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:03:04.941Z||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-05-11T05:03:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:03:14.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:03:14.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:04:04.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:04:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:04:04.940Z||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-05-11T05:04:04.941Z||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-05-11T05:04:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:04:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:04:14.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:04:14.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:05:04.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:05:04.940Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:05:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:05:04.940Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:05:04.941Z||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-05-11T05:05:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:05:14.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:05:14.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:06:04.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:06:04.940Z||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-05-11T05:06:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:06:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:06:04.941Z||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-05-11T05:06:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:06:14.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:06:14.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:07:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:07:04.941Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:07:04.943Z||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-05-11T05:07:04.943Z||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-05-11T05:07:04.943Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:07:04.943Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:07:14.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:07:14.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:08:04.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:08:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:08:04.942Z||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-05-11T05:08:04.942Z||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-05-11T05:08:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:08:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:08:14.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:08:14.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:09:04.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:09:04.941Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:09:04.941Z||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-05-11T05:09:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:09:04.942Z||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-05-11T05:09:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:09:14.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:09:14.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:10:04.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:10:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:10:04.944Z||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-05-11T05:10:04.944Z||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-05-11T05:10:04.944Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:10:04.945Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:10:14.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:10:14.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:11:04.938Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:11:04.940Z||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-05-11T05:11:04.940Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:11:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:11:04.941Z||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-05-11T05:11:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:11:14.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:11:14.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:11:37.176Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-11T05:12:04.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:12:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:12:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:12:04.941Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:12:04.941Z||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-05-11T05:12:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:12:14.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:12:14.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:13:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:13:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:13:04.941Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:13:04.941Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:13:04.942Z||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-05-11T05:13:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:13:14.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:13:14.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:14:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:14:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:14:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:14:04.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:14:04.941Z||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-05-11T05:14:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:14:14.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:14:14.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:15:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:15:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:15:04.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:15:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:15:04.941Z||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-05-11T05:15:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:15:14.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:15:14.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:16:04.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:16:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:16:04.941Z||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-05-11T05:16:04.942Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:16:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:16:04.942Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:16:14.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:16:14.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:17:04.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:17:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:17:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:17:04.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:17:04.941Z||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-05-11T05:17:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:17:14.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:17:14.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:18:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:18:04.939Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:18:04.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:18:04.941Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:18:04.942Z||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-05-11T05:18:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:18:14.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:18:14.518Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:19:04.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:19:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:19:04.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:19:04.941Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:19:04.941Z||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-05-11T05:19:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:19:14.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:19:14.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:20:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:20:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:20:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:20:04.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:20:04.941Z||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-05-11T05:20:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:20:14.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:20:14.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:21:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:21:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:21:04.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:21:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:21:04.940Z||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-05-11T05:21:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:21:14.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:21:14.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:22:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:22:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:22:04.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:22:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:22:04.941Z||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-05-11T05:22:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:22:14.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:22:14.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:23:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:23:04.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:23:04.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:23:04.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:23:04.941Z||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-05-11T05:23:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:23:14.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:23:14.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:24:04.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:24:04.939Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:24:04.939Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:24:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:24:04.942Z||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-05-11T05:24:04.943Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:24:14.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:24:14.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:25:04.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:25:04.940Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:25:04.941Z||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-05-11T05:25:04.941Z||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-05-11T05:25:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:25:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:25:14.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:25:14.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:26:04.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:26:04.940Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:26:04.941Z||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-05-11T05:26:04.941Z||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-05-11T05:26:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:26:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:26:14.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:26:14.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:27:04.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:27:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:27:04.941Z||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-05-11T05:27:04.941Z||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-05-11T05:27:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:27:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:27:14.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:27:14.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:28:04.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:28:04.940Z||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-05-11T05:28:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:28:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:28:04.941Z||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-05-11T05:28:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:28:14.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:28:14.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:29:04.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:29:04.940Z||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-05-11T05:29:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:29:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:29:04.940Z||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-05-11T05:29:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:29:14.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:29:14.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:30:04.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:30:04.940Z||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-05-11T05:30:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:30:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:30:04.940Z||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-05-11T05:30:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:30:14.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:30:14.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:30:51.447Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-11T05:31:04.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:31:04.940Z||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-05-11T05:31:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:31:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:31:04.940Z||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-05-11T05:31:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:31:14.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:31:14.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:32:04.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:32:04.940Z||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-05-11T05:32:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:32:04.940Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:32:04.941Z||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-05-11T05:32:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:32:14.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:32:14.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:33:04.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:33:04.939Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:33:04.939Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:33:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:33:04.941Z||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-05-11T05:33:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:33:14.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:33:14.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:34:04.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:34:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:34:04.942Z||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-05-11T05:34:04.942Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:34:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:34:04.942Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:34:14.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:34:14.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:35:04.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:35:04.940Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:35:04.940Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:35:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:35:04.941Z||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-05-11T05:35:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:35:14.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:35:14.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:36:04.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:36:04.940Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:36:04.940Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:36:04.940Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:36:04.941Z||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-05-11T05:36:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:36:14.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:36:14.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:04.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:37:04.939Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:37:04.940Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:37:04.941Z||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-05-11T05:37:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:05.350Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:05.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247370352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "cds",
"timestamp": 1652247371147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247373944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247370352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "cds",
"timestamp": 1652247371147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247373944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247370352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "cds",
"timestamp": 1652247371147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247373944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247379547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247370352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "cds",
"timestamp": 1652247371147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247373944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247379547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247382144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247370352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "cds",
"timestamp": 1652247371147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247373944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247379547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247382144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247370352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "cds",
"timestamp": 1652247371147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247373944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247379547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247383333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247382144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247370352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "cds",
"timestamp": 1652247371147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247373944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247379547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247383333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247382144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247379547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "cds",
"timestamp": 1652247385851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247385476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247383333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247382144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247379547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "cds",
"timestamp": 1652247386871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-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=?
2022-05-11T05:37:05.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:05.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"23b71680-34f3-405f-9b58-4d56d214c735","serviceName":"vFW 2022-05-11 05-34-09","serviceVersion":"1.0","serviceUUID":"b1c2b43b-e055-4aa3-9248-f8cf93f1697b","serviceDescription":"catalog service description","serviceInvariantUUID":"49cb30e8-53f7-487e-99e9-2efc25b13c16","resources":[{"resourceInstanceName":"vFW cf46c76f-4dd8 0","resourceName":"vFW cf46c76f-4dd8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"144003bd-be7d-4d36-8314-2554612495f3","resourceInvariantUUID":"612a2284-b185-41aa-8c24-a1e6881f65a1","resourceCustomizationUUID":"758a4d3b-284c-443a-9d19-d9c989c637b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml","artifactChecksum":"ZjA0ZWUzOWUxMTdlZjhkOGRhODAwYWU1ZDQ1YzIxZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e32bb66d-56aa-46ce-976a-f4bbdb6dfca2","artifactVersion":"1"},{"artifactName":"vfwcf46c76f4dd80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json","artifactChecksum":"NDk3NzNiZGQzYmY2MmRlMDJkNTNiOWY5N2Y2Y2NkM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"863c9f8a-5d66-4a4e-8bc7-05fc710f75d7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42164215-6dc3-41c6-a622-9856cb4cdb86","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDllYjdmNDE2MzJhYTg3M2I2YjU0NDdmZWJjNDkxYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6ca3ffd-eee4-47c5-ae20-be671c193d03","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9bd426a6-fc79-47d4-a512-f326e0ae2d62","artifactVersion":"2","generatedFromUUID":"42164215-6dc3-41c6-a622-9856cb4cdb86"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220511053409-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml","artifactChecksum":"YWE0ZjllNTk5ZjI4NjkxZjk0YjZmNzdjMThiNTg5MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6787af1f-46a7-4f7f-8c65-8f689ae29eb6","artifactVersion":"1"},{"artifactName":"service-Vfw20220511053409-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar","artifactChecksum":"NzRlOWZkMDhlOWFjY2IxNTQ4ZjA3YzNjNzA1YTQ1MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d44d79c0-334b-4686-b511-be0712d08a7b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:37:05.579Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:05.585Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-11T05:37:05.599Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:05.599Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.605Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247383333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247382144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247387243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247383333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247382144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247387243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247383333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247389992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247387243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247383333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247391000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247387243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247390846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:37:05.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247391264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "policy-id",
"timestamp": 1652247392004,
"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-05-11T05:37:05.669Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.670Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247387243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247391852,
"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-05-11T05:37:05.684Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.684Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247392666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247387243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247387243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247394158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247395256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247395217,
"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-05-11T05:37:05.699Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-11T05:37:05.702Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.702Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 and ComponentName POLICY
2022-05-11T05:37:05.703Z||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.
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-05-11T05:37:05.703Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-11T05:37:05.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247396221,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "DEPLOY_OK"
}
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247397298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247399337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "clamp",
"timestamp": 1652247400343,
"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-05-11T05:37:05.715Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:05.716Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:05.716Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.716Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247412887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:37:05.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:37:05.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "aai-ml",
"timestamp": 1652247413893,
"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-05-11T05:37:05.729Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23b71680-34f3-405f-9b58-4d56d214c735
2022-05-11T05:37:05.729Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:05.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247409547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247410352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "cds",
"timestamp": 1652247416147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247410352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247409547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247417243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "cds",
"timestamp": 1652247416147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247410352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247409547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247417243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "cds",
"timestamp": 1652247416147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247410352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247409547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247417243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "cds",
"timestamp": 1652247416147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247410352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247409547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247417243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "cds",
"timestamp": 1652247416147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247410352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247409547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247417243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "cds",
"timestamp": 1652247416147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247422144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "ves-openapi-manager",
"timestamp": 1652247410352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247409547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247417243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "cds",
"timestamp": 1652247416147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247422144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247417243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247423333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247422144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-11T05:37:05.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:37:06.607Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:06.607Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:06.609Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:06.609Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "NOTIFIED"
}
2022-05-11T05:37:06.709Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:06.710Z||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-05-11T05:37:06.710Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:06.726Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:06.726Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:07.610Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:07.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:07.613Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:07.613Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-11T05:37:07.713Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:07.714Z||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-05-11T05:37:07.714Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:07.742Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:07.742Z||pool-5-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:08.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:08.614Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:08.616Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:08.616Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:08.717Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:08.718Z||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-05-11T05:37:08.718Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:08.738Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:08.739Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:09.617Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:09.618Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:09.620Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:09.620Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-11T05:37:09.721Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:37:09.722Z||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-05-11T05:37:09.722Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:09.735Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:09.736Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:10.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:10.622Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:10.625Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:10.625Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:37:10.725Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:10.726Z||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-05-11T05:37:10.726Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:10.738Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:10.739Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:11.626Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:37:11.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:11.629Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:11.630Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:37:11.730Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:11.731Z||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-05-11T05:37:11.731Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:11.744Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:11.744Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:12.632Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"serviceName": "vFW 2022-05-11 05-34-09",
"serviceVersion": "1.0",
"serviceUUID": "b1c2b43b-e055-4aa3-9248-f8cf93f1697b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "49cb30e8-53f7-487e-99e9-2efc25b13c16",
"resources": [
{
"resourceInstanceName": "vFW cf46c76f-4dd8 0",
"resourceCustomizationUUID": "758a4d3b-284c-443a-9d19-d9c989c637b1",
"resourceName": "vFW cf46c76f-4dd8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "144003bd-be7d-4d36-8314-2554612495f3",
"resourceInvariantUUID": "612a2284-b185-41aa-8c24-a1e6881f65a1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcf46c76f4dd80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"artifactChecksum": "NDk3NzNiZGQzYmY2MmRlMDJkNTNiOWY5N2Y2Y2NkM2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "863c9f8a-5d66-4a4e-8bc7-05fc710f75d7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "42164215-6dc3-41c6-a622-9856cb4cdb86",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9bd426a6-fc79-47d4-a512-f326e0ae2d62",
"generatedFromUUID": "42164215-6dc3-41c6-a622-9856cb4cdb86"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9bd426a6-fc79-47d4-a512-f326e0ae2d62",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220511053409-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"artifactChecksum": "NzRlOWZkMDhlOWFjY2IxNTQ4ZjA3YzNjNzA1YTQ1MDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d44d79c0-334b-4686-b511-be0712d08a7b"
}
],
"workloadContext": "Production"
}
2022-05-11T05:37:12.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:37:12.633Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b1c2b43b-e055-4aa3-9248-f8cf93f1697b ASDC
2022-05-11T05:37:12.755Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:23b71680-34f3-405f-9b58-4d56d214c735
ServiceName:vFW 2022-05-11 05-34-09
ServiceVersion:1.0
ServiceUUID:b1c2b43b-e055-4aa3-9248-f8cf93f1697b
ServiceInvariantUUID:49cb30e8-53f7-487e-99e9-2efc25b13c16
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220511053409-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
ArtifactUUID:d44d79c0-334b-4686-b511-be0712d08a7b
ArtifactChecksum:NzRlOWZkMDhlOWFjY2IxNTQ4ZjA3YzNjNzA1YTQ1MDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cf46c76f-4dd8 0
ResourceCustomizationUUID:758a4d3b-284c-443a-9d19-d9c989c637b1
ResourceInvariantUUID:612a2284-b185-41aa-8c24-a1e6881f65a1
ResourceName:vFW cf46c76f-4dd8
ResourceType:VF
ResourceUUID:144003bd-be7d-4d36-8314-2554612495f3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcf46c76f4dd80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
ArtifactUUID:863c9f8a-5d66-4a4e-8bc7-05fc710f75d7
ArtifactChecksum:NDk3NzNiZGQzYmY2MmRlMDJkNTNiOWY5N2Y2Y2NkM2M=
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/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
ArtifactUUID:42164215-6dc3-41c6-a622-9856cb4cdb86
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/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
ArtifactUUID:9bd426a6-fc79-47d4-a512-f326e0ae2d62
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/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
ArtifactUUID:9bd426a6-fc79-47d4-a512-f326e0ae2d62
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-11T05:37:12.756Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1c2b43b-e055-4aa3-9248-f8cf93f1697b 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-05-11T05:37:12.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:37:12.806Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:37:12.807Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:37:12.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d44d79c0-334b-4686-b511-be0712d08a7b from URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:12.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:37:12.809Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:12.917Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:37:12.939Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar d44d79c0-334b-4686-b511-be0712d08a7b 99024
2022-05-11T05:37:12.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar ASDC sendASDCNotification
2022-05-11T05:37:12.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:12.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:37:12.944Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:12.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:12.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247432940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:13.047Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:13.048Z||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-05-11T05:37:13.049Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:13.062Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:13.063Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:13.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:37:13.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:37:13.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d44d79c0-334b-4686-b511-be0712d08a7b, URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar to file: /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:13.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220511053409-csar.csar
2022-05-11T05:37:14.046Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:14.047Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:14.788Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17470202025058139318/Definitions/service-Vfw20220511053409-template.yml
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_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_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-05-11T05:37:17.902Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:37:17.907Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-11T05:37:17.907Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cf46c76f-4dd8 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-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||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-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||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-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.908Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||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-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||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-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.909Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.910Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.910Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:17.910Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-11T05:37:17.916Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.918Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.922Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.923Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-11T05:37:17.924Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:37:17.926Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.926Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.926Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.927Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-11T05:37:17.927Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:37:17.927Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.927Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.932Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.932Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:17.932Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.933Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:17.934Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.934Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:17.934Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.935Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:17.936Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.936Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-11T05:37:17.936Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.936Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:37:17.938Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.938Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.938Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:17.939Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.939Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.939Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:17.940Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.940Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:17.940Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:17.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:17.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:17.941Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.942Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:17.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:17.943Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.944Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02a9dc28-178f-4883-8e0f-07d7720e690c
2022-05-11T05:37:17.944Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.944Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.945Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.946Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:17.946Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.946Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-11T05:37:17.946Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=593a7663-d634-414c-98bb-aebad2ff278a
2022-05-11T05:37:17.947Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:17.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:17.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:17.948Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:17.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:17.949Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:17.950Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-11T05:37:17.951Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=baba1a80-b043-477a-8bfc-1e2faebfbbb9
2022-05-11T05:37:17.951Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.951Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.951Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.952Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.952Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.952Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.952Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:17.953Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:17.953Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-11 05-34-09
Description:catalog service description
Model UUID:b1c2b43b-e055-4aa3-9248-f8cf93f1697b
Model Version:NULL
Model InvariantUuid:49cb30e8-53f7-487e-99e9-2efc25b13c16
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cf46c76f-4dd8
Model UUID:0e9aa6d6-a244-4580-a4e1-115231de51de
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:612a2284-b185-41aa-8c24-a1e6881f65a1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:758a4d3b-284c-443a-9d19-d9c989c637b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:03a7d6e6-54ff-4116-a98d-108c2c373ee9
ModelName:VfwCf46c76f4dd8..base_vfw..module-0
ModelUuid:5101da71-b458-4557-9d0b-5e0c734c388c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:02a9dc28-178f-4883-8e0f-07d7720e690c
ModelInvariantUuid:16652808-12d1-4c3b-a671-9cb29c335655
ModelName:vFW cf46c76f-4dd8-nodes.vfwCvfc
ModelUuid:eb4257fe-e747-44bb-92d6-9538162c7171
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:34e9967e-5964-4fa5-8ca5-af04a220a768
ModelInvariantUuid:c2d4f42a-9d51-480d-b739-38881caa97b0
ModelName:VfwCf46c76f4dd8.compute.nodes.heat.vfw
ModelUuid:3841b290-a43b-468e-b5da-ea12bc067bd5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:593a7663-d634-414c-98bb-aebad2ff278a
ModelInvariantUuid:87abf5c6-7616-46b7-aec3-cfa1618aaeb2
ModelName:vFW cf46c76f-4dd8-nodes.vsnCvfc
ModelUuid:2a92330e-9bba-4f15-ac59-08d22a1e9e47
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:130ba2a0-cc04-49fa-8ce0-c6c3e5cbebd7
ModelInvariantUuid:34014f5b-fd0a-485b-8906-98eb2be8a240
ModelName:VfwCf46c76f4dd8.compute.nodes.heat.vsn
ModelUuid:81e173c0-ce65-42c1-b02c-817c5d5fa937
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:baba1a80-b043-477a-8bfc-1e2faebfbbb9
ModelInvariantUuid:27a1a378-62eb-4498-9dce-a5434ca792a3
ModelName:vFW cf46c76f-4dd8-nodes.vpgCvfc
ModelUuid:03545827-6b3f-4b4b-bb23-86fbc544f963
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bdc66698-81ab-43c0-b6dd-395036ee2def
ModelInvariantUuid:ff1cd306-a2a1-418a-bd91-7283023217dd
ModelName:VfwCf46c76f4dd8.compute.nodes.heat.vpg
ModelUuid:d82b616b-2f9b-49f4-a379-aef8c5193e08
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-05-11T05:37:17.968Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 144003bd-be7d-4d36-8314-2554612495f3
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-05-11T05:37:18.053Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||vFW cf46c76f-4dd8 0
2022-05-11T05:37:18.061Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 144003bd-be7d-4d36-8314-2554612495f3
2022-05-11T05:37:18.061Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 863c9f8a-5d66-4a4e-8bc7-05fc710f75d7 from URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
2022-05-11T05:37:18.061Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:37:18.061Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
2022-05-11T05:37:18.225Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:37:18.226Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json 863c9f8a-5d66-4a4e-8bc7-05fc710f75d7 785
2022-05-11T05:37:18.226Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json ASDC sendASDCNotification
2022-05-11T05:37:18.226Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
2022-05-11T05:37:18.226Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:37:18.227Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:18.229Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:18.229Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247438226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:18.329Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:18.330Z||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-05-11T05:37:18.330Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:18.342Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:18.343Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:37:19.231Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCf46c76f4dd8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "03a7d6e6-54ff-4116-a98d-108c2c373ee9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5101da71-b458-4557-9d0b-5e0c734c388c",
"vfModuleModelCustomizationUUID": "4c55ddc7-602e-4017-8b9d-b37bcc029be0",
"isBase": true,
"artifacts": [
"42164215-6dc3-41c6-a622-9856cb4cdb86",
"9bd426a6-fc79-47d4-a512-f326e0ae2d62"
],
"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-05-11T05:37:19.244Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf46c76f4dd8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5101da71-b458-4557-9d0b-5e0c734c388c
VfModuleModelInvariantUUID:03a7d6e6-54ff-4116-a98d-108c2c373ee9
VfModuleModelDescription:NULL
Artifacts UUID List:{
42164215-6dc3-41c6-a622-9856cb4cdb86
,
9bd426a6-fc79-47d4-a512-f326e0ae2d62
}
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-05-11T05:37:19.247Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCf46c76f4dd8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "03a7d6e6-54ff-4116-a98d-108c2c373ee9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5101da71-b458-4557-9d0b-5e0c734c388c",
"vfModuleModelCustomizationUUID": "4c55ddc7-602e-4017-8b9d-b37bcc029be0",
"isBase": true,
"artifacts": [
"42164215-6dc3-41c6-a622-9856cb4cdb86",
"9bd426a6-fc79-47d4-a512-f326e0ae2d62"
],
"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-05-11T05:37:19.247Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf46c76f4dd8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5101da71-b458-4557-9d0b-5e0c734c388c
VfModuleModelInvariantUUID:03a7d6e6-54ff-4116-a98d-108c2c373ee9
VfModuleModelDescription:NULL
Artifacts UUID List:{
42164215-6dc3-41c6-a622-9856cb4cdb86
,
9bd426a6-fc79-47d4-a512-f326e0ae2d62
}
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-05-11T05:37:19.247Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 42164215-6dc3-41c6-a622-9856cb4cdb86 from URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
2022-05-11T05:37:19.248Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:37:19.248Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
2022-05-11T05:37:19.511Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:37:19.513Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml 42164215-6dc3-41c6-a622-9856cb4cdb86 20368
2022-05-11T05:37:19.513Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-11T05:37:19.513Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
2022-05-11T05:37:19.514Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:37:19.514Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:19.525Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:19.525Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247439513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:19.624Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-11T05:37:19.625Z||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-05-11T05:37:19.625Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:19.638Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:19.639Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:37:20.526Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9bd426a6-fc79-47d4-a512-f326e0ae2d62 from URL: /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
2022-05-11T05:37:20.527Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:37:20.527Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
2022-05-11T05:37:20.722Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:37:20.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env 9bd426a6-fc79-47d4-a512-f326e0ae2d62 2098
2022-05-11T05:37:20.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-11T05:37:20.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
2022-05-11T05:37:20.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:37:20.724Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:20.726Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:20.726Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247440723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:37:20.826Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:20.827Z||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-05-11T05:37:20.828Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:20.839Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:20.840Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:21.727Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b1c2b43b-e055-4aa3-9248-f8cf93f1697b
2022-05-11T05:37:21.727Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cf46c76f-4dd8 0 144003bd-be7d-4d36-8314-2554612495f3 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-05-11T05:37:21.769Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d60b1c, org.onap.sdc.toscaparser.api.parameters.Input@51305589, org.onap.sdc.toscaparser.api.parameters.Input@68aba78b, org.onap.sdc.toscaparser.api.parameters.Input@4aadc5bd, org.onap.sdc.toscaparser.api.parameters.Input@7c15b91f]
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 758a4d3b-284c-443a-9d19-d9c989c637b1
2022-05-11T05:37:21.773Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 758a4d3b-284c-443a-9d19-d9c989c637b1 matches Tosca VF Customization UUID: 758a4d3b-284c-443a-9d19-d9c989c637b1
2022-05-11T05:37:21.774Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 758a4d3b-284c-443a-9d19-d9c989c637b1 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-05-11T05:37:21.779Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.779Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 758a4d3b-284c-443a-9d19-d9c989c637b1: {\"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-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e05a988
2022-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:37:21.781Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c55ddc7-602e-4017-8b9d-b37bcc029be0
2022-05-11T05:37:21.782Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c55ddc7-602e-4017-8b9d-b37bcc029be0
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-05-11T05:37:21.788Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.788Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.788Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.789Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:21.790Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.791Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=02a9dc28-178f-4883-8e0f-07d7720e690c
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-05-11T05:37:21.803Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.803Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.803Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.803Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:21.804Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-11T05:37:21.805Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.806Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-11T05:37:21.806Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.806Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=593a7663-d634-414c-98bb-aebad2ff278a
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-05-11T05:37:21.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.808Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is not matching search criteria
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-11T05:37:21.811Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-11T05:37:21.812Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-11T05:37:21.813Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-11T05:37:21.813Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-11T05:37:21.813Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=baba1a80-b043-477a-8bfc-1e2faebfbbb9
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-05-11T05:37:21.815Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Node template vFW cf46c76f-4dd8 0 is matching search criteria
2022-05-11T05:37:21.816Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf46c76f-4dd8 0] matching following query criteria: sdcType=VF, customizationUUID=758a4d3b-284c-443a-9d19-d9c989c637b1
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-05-11T05:37:21.818Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.818Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.819Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b1c2b43b-e055-4aa3-9248-f8cf93f1697b: vFW cf46c76f-4dd8
2022-05-11T05:37:21.819Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.819Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.820Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.821Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.821Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:37:21.821Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-05-11 05-34-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:37:21.821Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-05-11 05-34-09
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-05-11T05:37:22.091Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cf46c76f-4dd8 144003bd-be7d-4d36-8314-2554612495f3 1 ASDC deployResourceStructure
2022-05-11T05:37:22.092Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json ASDC sendASDCNotification
2022-05-11T05:37:22.092Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json
2022-05-11T05:37:22.092Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:37:22.092Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:22.094Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:22.094Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247442092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "DEPLOY_OK"
}
2022-05-11T05:37:22.195Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-11T05:37:22.197Z||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-05-11T05:37:22.197Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:22.208Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:22.209Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:23.095Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-11T05:37:23.096Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml
2022-05-11T05:37:23.096Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:37:23.096Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:23.098Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:23.099Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247443095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-11T05:37:23.199Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:23.200Z||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-05-11T05:37:23.200Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:23.211Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:23.211Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:37:24.100Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-11T05:37:24.101Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env
2022-05-11T05:37:24.101Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:37:24.101Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:24.103Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:24.103Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247444099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-11T05:37:24.204Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:24.205Z||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-05-11T05:37:24.205Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:24.216Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:24.216Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:37:25.105Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar ASDC sendASDCNotification
2022-05-11T05:37:25.105Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar
2022-05-11T05:37:25.105Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:37:25.105Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:37:25.107Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:37:25.107Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247445104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:37:25.207Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:37:25.209Z||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-05-11T05:37:25.209Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:37:25.221Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:37:25.222Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:37:26.109Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23b71680-34f3-405f-9b58-4d56d214c735
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-05-11T05:37:26.129Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23b71680-34f3-405f-9b58-4d56d214c735
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-05-11T05:37:26.133Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:37:26.133Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:37:26.134Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:37:26.135Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:37:26.135Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:37:26.135Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:37:26.135Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-11T05:37:26.143Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:37:56.143Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23b71680-34f3-405f-9b58-4d56d214c735 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-05-11T05:37:56.154Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23b71680-34f3-405f-9b58-4d56d214c735 and serviceModelVersionId: b1c2b43b-e055-4aa3-9248-f8cf93f1697b
2022-05-11T05:37:56.154Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49cb30e8-53f7-487e-99e9-2efc25b13c16
2022-05-11T05:38:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:38:04.941Z||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-05-11T05:38:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:04.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:04.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:38:04.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "cds",
"timestamp": 1652247424611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:38:04.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:38:10.787Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0
2022-05-11T05:38:10.888Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:38:11.354Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?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-05-11T05:38:11.358Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0|INFO|500||Invoke
2022-05-11T05:38:11.476Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-11T05:38:11.676Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0|INFO|500||InvokeReturn
2022-05-11T05:38:11.677Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49cb30e8-53f7-487e-99e9-2efc25b13c16/model-vers/model-ver/b1c2b43b-e055-4aa3-9248-f8cf93f1697b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-05:38:10:684-32646], vertex-id=[229392], Content-Length=[0], Date=[Wed, 11 May 2022 05:38:10 GMT], Content-Type=[application/json]}
2022-05-11T05:38:11.678Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:38:11.681Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:38:11.681Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-11T05:38:11.686Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-11T05:38:11.686Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23b71680-34f3-405f-9b58-4d56d214c735 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:38:11.687Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:38:11.687Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:11.689Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:11.690Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247491686,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:38:11.790Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:11.791Z||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-05-11T05:38:11.791Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:11.804Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:11.805Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-11T05:38:12.703Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-11T05:38:12.703Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"409db4a0-fbbc-4cb8-b46e-23297e7fb309","serviceName":"basic_onboard_YLEpKk","serviceVersion":"1.0","serviceUUID":"8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35","serviceDescription":"service","serviceInvariantUUID":"6cec6b28-44af-42ac-80ee-8284a86a454b","resources":[{"resourceInstanceName":"basic_onboard_YLEpKk 0","resourceName":"basic_onboard_YLEpKk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1e2fb32-6db1-4481-98af-6c8d864d619e","resourceInvariantUUID":"f5f54604-7c3c-42fb-9fc8-5ada3cc04d4e","resourceCustomizationUUID":"fdcbaff9-874a-4b98-bee7-5e52e1c846bc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml","artifactChecksum":"NDVhZjM2NTkzYzU3ODQzOGYxZTQ4OGM5NDljYjUwZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd48a6f0-2631-48c7-aa3c-4de1344a21f9","artifactVersion":"1"},{"artifactName":"basic_onboard_ylepkk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json","artifactChecksum":"MzZmNzM0MDVkNzEzMjk2NzUwYTU2MWMxNTc0Y2ExNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06b994dd-0346-48f3-b150-07895c81e77f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3b493eab-ce9a-4e96-8b3e-431baa0cc606","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b5d07f4-398e-44e8-ae46-8b3e59ad17dc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"59940757-1945-4850-ba10-00c3cc08736d","artifactVersion":"2","generatedFromUUID":"3b493eab-ce9a-4e96-8b3e-431baa0cc606"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYlepkk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml","artifactChecksum":"NmNjMzE4NGFjNWExNTZhODYxMDJhYjkzODA5MmJhZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3686ab6-082c-40c6-bd07-e810f50a00da","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYlepkk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar","artifactChecksum":"NmI5MjZmNGY2NzgwYTY4MjFiZDJhMzI5ZjkwYzlhNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec9070f4-d74b-4919-b8ff-0519431d22c2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:38:12.704Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:12.704Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:12.706Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:12.706Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:38:12.806Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:12.808Z||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-05-11T05:38:12.808Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:12.820Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:12.821Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:13.706Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:13.708Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:13.710Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:13.711Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "NOTIFIED"
}
2022-05-11T05:38:13.811Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:13.812Z||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-05-11T05:38:13.813Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:13.824Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:13.825Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:38:14.715Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:14.719Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:14.722Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:14.722Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-11T05:38:14.822Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:14.824Z||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-05-11T05:38:14.824Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:14.838Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:14.838Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:15.723Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:15.724Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:15.726Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:15.726Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:38:15.827Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-11T05:38:15.828Z||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-05-11T05:38:15.828Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:15.838Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:15.839Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:16.727Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:16.728Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:16.730Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:16.730Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-11T05:38:16.830Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:16.831Z||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-05-11T05:38:16.831Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:16.843Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:16.843Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:17.731Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:17.732Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:17.734Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:17.734Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:38:17.834Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:17.835Z||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-05-11T05:38:17.836Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:17.849Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:17.849Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:38:18.735Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:38:18.736Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:18.738Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:18.738Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:38:18.838Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:18.839Z||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-05-11T05:38:18.839Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:18.851Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:18.852Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:19.740Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"serviceName": "basic_onboard_YLEpKk",
"serviceVersion": "1.0",
"serviceUUID": "8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35",
"serviceDescription": "service",
"serviceInvariantUUID": "6cec6b28-44af-42ac-80ee-8284a86a454b",
"resources": [
{
"resourceInstanceName": "basic_onboard_YLEpKk 0",
"resourceCustomizationUUID": "fdcbaff9-874a-4b98-bee7-5e52e1c846bc",
"resourceName": "basic_onboard_YLEpKk",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b1e2fb32-6db1-4481-98af-6c8d864d619e",
"resourceInvariantUUID": "f5f54604-7c3c-42fb-9fc8-5ada3cc04d4e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ylepkk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"artifactChecksum": "MzZmNzM0MDVkNzEzMjk2NzUwYTU2MWMxNTc0Y2ExNGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "06b994dd-0346-48f3-b150-07895c81e77f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3b493eab-ce9a-4e96-8b3e-431baa0cc606",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "59940757-1945-4850-ba10-00c3cc08736d",
"generatedFromUUID": "3b493eab-ce9a-4e96-8b3e-431baa0cc606"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "59940757-1945-4850-ba10-00c3cc08736d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYlepkk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"artifactChecksum": "NmI5MjZmNGY2NzgwYTY4MjFiZDJhMzI5ZjkwYzlhNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ec9070f4-d74b-4919-b8ff-0519431d22c2"
}
],
"workloadContext": "Production"
}
2022-05-11T05:38:19.740Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:38:19.740Z|23b71680-34f3-405f-9b58-4d56d214c735|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35 ASDC
2022-05-11T05:38:19.741Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:409db4a0-fbbc-4cb8-b46e-23297e7fb309
ServiceName:basic_onboard_YLEpKk
ServiceVersion:1.0
ServiceUUID:8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35
ServiceInvariantUUID:6cec6b28-44af-42ac-80ee-8284a86a454b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYlepkk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
ArtifactUUID:ec9070f4-d74b-4919-b8ff-0519431d22c2
ArtifactChecksum:NmI5MjZmNGY2NzgwYTY4MjFiZDJhMzI5ZjkwYzlhNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YLEpKk 0
ResourceCustomizationUUID:fdcbaff9-874a-4b98-bee7-5e52e1c846bc
ResourceInvariantUUID:f5f54604-7c3c-42fb-9fc8-5ada3cc04d4e
ResourceName:basic_onboard_YLEpKk
ResourceType:VF
ResourceUUID:b1e2fb32-6db1-4481-98af-6c8d864d619e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ylepkk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
ArtifactUUID:06b994dd-0346-48f3-b150-07895c81e77f
ArtifactChecksum:MzZmNzM0MDVkNzEzMjk2NzUwYTU2MWMxNTc0Y2ExNGI=
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/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3b493eab-ce9a-4e96-8b3e-431baa0cc606
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/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
ArtifactUUID:59940757-1945-4850-ba10-00c3cc08736d
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/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
ArtifactUUID:59940757-1945-4850-ba10-00c3cc08736d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-11T05:38:19.741Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35 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-05-11T05:38:19.769Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:38:19.769Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:38:19.770Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:38:19.770Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec9070f4-d74b-4919-b8ff-0519431d22c2 from URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:19.770Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:38:19.770Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:19.921Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:38:19.924Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar ec9070f4-d74b-4919-b8ff-0519431d22c2 71586
2022-05-11T05:38:19.924Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar ASDC sendASDCNotification
2022-05-11T05:38:19.924Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:19.925Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:38:19.925Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:19.927Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:19.927Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247499924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:38:20.027Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:20.028Z||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-05-11T05:38:20.028Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:20.042Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:20.042Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:20.927Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:38:20.928Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-11T05:38:20.929Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ec9070f4-d74b-4919-b8ff-0519431d22c2, URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar to file: /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:20.929Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:20.930Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:20.930Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:21.135Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15808232618848494935/Definitions/service-BasicOnboardYlepkk-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-05-11T05:38:22.296Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:38:22.297Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-11T05:38:22.297Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.297Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||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-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YLEpKk 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-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||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-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.298Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-11T05:38:22.299Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.300Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.300Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.300Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-11T05:38:22.300Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:38:22.301Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.301Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.301Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.301Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-11T05:38:22.302Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:38:22.302Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.302Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.302Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is not matching search criteria
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-11T05:38:22.303Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-11T05:38:22.304Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-11T05:38:22.304Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.304Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:38:22.304Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.305Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.305Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:22.305Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.305Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.306Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:22.306Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.306Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:22.306Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is not matching search criteria
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-11T05:38:22.307Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=025d7ef8-88f9-4691-b285-1a3819f97876
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.308Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.309Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.309Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:22.309Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:22.309Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YLEpKk
Description:service
Model UUID:8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35
Model Version:NULL
Model InvariantUuid:6cec6b28-44af-42ac-80ee-8284a86a454b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YLEpKk
Model UUID:ae652614-9b3b-4375-bd2b-e20f34b76cd2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f5f54604-7c3c-42fb-9fc8-5ada3cc04d4e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fdcbaff9-874a-4b98-bee7-5e52e1c846bc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:85ead9e3-82a4-4ab5-816c-2ac272aeab89
ModelName:BasicOnboardYlepkk..base_ubuntu18..module-0
ModelUuid:26fa04d3-3990-4985-8730-74765d6d26d2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:025d7ef8-88f9-4691-b285-1a3819f97876
ModelInvariantUuid:479e759a-9c22-40cc-8f8b-a1cdb88f34a9
ModelName:basic_onboard_YLEpKk-nodes.ubuntu18Cvfc
ModelUuid:e1f14ff5-07ff-4388-bcf2-54c21f1b08ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f935f5b4-f310-4f24-a994-e5bccba2892c
ModelInvariantUuid:3302411f-bc9c-4c84-8d69-7379ed5bfaff
ModelName:BasicOnboardYlepkk.compute.nodes.heat.ubuntu18
ModelUuid:ff79aaea-6fb8-4f0b-a36f-44990d1f6cee
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-05-11T05:38:22.315Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b1e2fb32-6db1-4481-98af-6c8d864d619e
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-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||basic_onboard_YLEpKk 0
2022-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1e2fb32-6db1-4481-98af-6c8d864d619e
2022-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 06b994dd-0346-48f3-b150-07895c81e77f from URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
2022-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:38:22.318Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
2022-05-11T05:38:22.436Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:38:22.437Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json 06b994dd-0346-48f3-b150-07895c81e77f 798
2022-05-11T05:38:22.437Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json ASDC sendASDCNotification
2022-05-11T05:38:22.437Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
2022-05-11T05:38:22.438Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:38:22.438Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:22.440Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:22.440Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247502437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:38:22.540Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:38:22.541Z||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-05-11T05:38:22.541Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:22.556Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:22.556Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:23.441Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYlepkk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "85ead9e3-82a4-4ab5-816c-2ac272aeab89",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "26fa04d3-3990-4985-8730-74765d6d26d2",
"vfModuleModelCustomizationUUID": "6306094c-8d5c-4452-9a8f-c791f0d4c6a6",
"isBase": true,
"artifacts": [
"3b493eab-ce9a-4e96-8b3e-431baa0cc606",
"59940757-1945-4850-ba10-00c3cc08736d"
],
"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-05-11T05:38:23.446Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlepkk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26fa04d3-3990-4985-8730-74765d6d26d2
VfModuleModelInvariantUUID:85ead9e3-82a4-4ab5-816c-2ac272aeab89
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b493eab-ce9a-4e96-8b3e-431baa0cc606
,
59940757-1945-4850-ba10-00c3cc08736d
}
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-05-11T05:38:23.449Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYlepkk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "85ead9e3-82a4-4ab5-816c-2ac272aeab89",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "26fa04d3-3990-4985-8730-74765d6d26d2",
"vfModuleModelCustomizationUUID": "6306094c-8d5c-4452-9a8f-c791f0d4c6a6",
"isBase": true,
"artifacts": [
"3b493eab-ce9a-4e96-8b3e-431baa0cc606",
"59940757-1945-4850-ba10-00c3cc08736d"
],
"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-05-11T05:38:23.449Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYlepkk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:26fa04d3-3990-4985-8730-74765d6d26d2
VfModuleModelInvariantUUID:85ead9e3-82a4-4ab5-816c-2ac272aeab89
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b493eab-ce9a-4e96-8b3e-431baa0cc606
,
59940757-1945-4850-ba10-00c3cc08736d
}
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-05-11T05:38:23.449Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3b493eab-ce9a-4e96-8b3e-431baa0cc606 from URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
2022-05-11T05:38:23.449Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:38:23.450Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
2022-05-11T05:38:23.538Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:38:23.539Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml 3b493eab-ce9a-4e96-8b3e-431baa0cc606 5033
2022-05-11T05:38:23.539Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-11T05:38:23.540Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
2022-05-11T05:38:23.540Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:38:23.540Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:23.542Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:23.542Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247503539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:38:23.642Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:23.643Z||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-05-11T05:38:23.643Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:23.655Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:23.655Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:38:24.543Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 59940757-1945-4850-ba10-00c3cc08736d from URL: /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
2022-05-11T05:38:24.543Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-11T05:38:24.544Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
2022-05-11T05:38:24.811Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-11T05:38:24.811Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env 59940757-1945-4850-ba10-00c3cc08736d 909
2022-05-11T05:38:24.811Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-11T05:38:24.812Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
2022-05-11T05:38:24.812Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:38:24.812Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:24.814Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:24.814Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247504811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:38:24.914Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:24.915Z||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-05-11T05:38:24.915Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:24.928Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:24.929Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:25.815Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35
2022-05-11T05:38:25.816Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YLEpKk 0 b1e2fb32-6db1-4481-98af-6c8d864d619e 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-05-11T05:38:25.832Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b4cf5a3, org.onap.sdc.toscaparser.api.parameters.Input@6a19ef21, org.onap.sdc.toscaparser.api.parameters.Input@232b7dfb, org.onap.sdc.toscaparser.api.parameters.Input@32870d49, org.onap.sdc.toscaparser.api.parameters.Input@e5a0757]
2022-05-11T05:38:25.833Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.834Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.834Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-05-11T05:38:25.834Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fdcbaff9-874a-4b98-bee7-5e52e1c846bc
2022-05-11T05:38:25.834Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fdcbaff9-874a-4b98-bee7-5e52e1c846bc matches Tosca VF Customization UUID: fdcbaff9-874a-4b98-bee7-5e52e1c846bc
2022-05-11T05:38:25.835Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fdcbaff9-874a-4b98-bee7-5e52e1c846bc 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-05-11T05:38:25.837Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.837Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.838Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fdcbaff9-874a-4b98-bee7-5e52e1c846bc: {\"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-05-11T05:38:25.838Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59c4471f
2022-05-11T05:38:25.838Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.838Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-11T05:38:25.839Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6306094c-8d5c-4452-9a8f-c791f0d4c6a6
2022-05-11T05:38:25.839Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6306094c-8d5c-4452-9a8f-c791f0d4c6a6
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-05-11T05:38:25.841Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.842Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:25.842Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:25.842Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.843Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:25.843Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:25.843Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.843Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is not matching search criteria
2022-05-11T05:38:25.844Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-11T05:38:25.844Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-11T05:38:25.844Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=025d7ef8-88f9-4691-b285-1a3819f97876
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-05-11T05:38:25.846Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.846Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:25.847Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-11T05:38:25.847Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.847Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_YLEpKk 0 is matching search criteria
2022-05-11T05:38:25.847Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_YLEpKk 0] matching following query criteria: sdcType=VF, customizationUUID=fdcbaff9-874a-4b98-bee7-5e52e1c846bc
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-05-11T05:38:25.849Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.849Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.850Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35: basic_onboard_YLEpKk
2022-05-11T05:38:25.850Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.850Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.850Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.851Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.851Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.851Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.851Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.852Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.852Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:38:25.852Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_YLEpKk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:38:25.852Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_YLEpKk
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-05-11T05:38:25.933Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YLEpKk b1e2fb32-6db1-4481-98af-6c8d864d619e 1 ASDC deployResourceStructure
2022-05-11T05:38:25.933Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json ASDC sendASDCNotification
2022-05-11T05:38:25.934Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json
2022-05-11T05:38:25.934Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:38:25.934Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:25.936Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:25.937Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247505933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-11T05:38:26.036Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:38:26.037Z||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-05-11T05:38:26.038Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:26.050Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:26.051Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:26.938Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-11T05:38:26.938Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml
2022-05-11T05:38:26.938Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:38:26.939Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:26.941Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:26.941Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247506938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-11T05:38:27.041Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:27.042Z||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-05-11T05:38:27.043Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:27.056Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:27.056Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:27.942Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-11T05:38:27.943Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env
2022-05-11T05:38:27.943Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:38:27.945Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:27.948Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:27.948Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247507942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-11T05:38:28.048Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:38:28.049Z||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-05-11T05:38:28.050Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:28.064Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:28.066Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:28.950Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar ASDC sendASDCNotification
2022-05-11T05:38:28.950Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar
2022-05-11T05:38:28.950Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:38:28.951Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:38:28.953Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:38:28.953Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247508949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:38:29.053Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:38:29.055Z||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-05-11T05:38:29.055Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:38:29.067Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:38:29.067Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:38:29.954Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:38:29.965Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:38:29.967Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:38:29.968Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:38:29.968Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:38:59.968Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:38:59.979Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:38:59.981Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:38:59.981Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:38:59.981Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:39:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:39:04.941Z||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-05-11T05:39:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:39:04.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:39:04.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:39:04.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247423333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "NOTIFIED"
}
2022-05-11T05:39:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:39:29.982Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:39:29.995Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:39:29.997Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:39:29.997Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:39:29.998Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:39:59.998Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:40:00.010Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:40:00.012Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:40:00.012Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:40:00.012Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:40:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:40:04.941Z||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-05-11T05:40:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:40:04.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247425293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247422144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "cds",
"timestamp": 1652247425618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-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-05-11T05:40:04.976Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:04.976Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:04.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247423333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "NOTIFIED"
}
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247422144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247423333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247422144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247423333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-11T05:40:04.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247422144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247423333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247430038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247423333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247431043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247431108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:04.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "policy-id",
"timestamp": 1652247432047,
"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-05-11T05:40:04.996Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:04.996Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:05.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247432176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247432175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.004Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247432940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "aai-ml",
"timestamp": 1652247433181,
"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-05-11T05:40:05.010Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:05.010Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:05.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247433220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247434244,
"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-05-11T05:40:05.024Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:05.024Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:05.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247434296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247433945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652247435249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247435317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247433945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:05.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "clamp",
"timestamp": 1652247436330,
"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-05-11T05:40:05.043Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:05.043Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:05.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247433945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247438226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247433945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247439513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247433945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247433945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247440723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247433945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:40:05.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247442092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/vfwcf46c76f4dd80_modules.json",
"status": "DEPLOY_OK"
}
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247441826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:40:05.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247443095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247444099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/resourceInstances/vfwcf46c76f4dd80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247445104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220511053409/1.0/artifacts/service-Vfw20220511053409-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247444286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:40:05.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652247445291,
"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-05-11T05:40:05.065Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 409db4a0-fbbc-4cb8-b46e-23297e7fb309
2022-05-11T05:40:05.065Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:40:30.012Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:40:30.024Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309
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-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:40:30.028Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:40:30.029Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:40:30.029Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-11T05:40:30.035Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:41:00.035Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309 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-05-11T05:41:00.043Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 409db4a0-fbbc-4cb8-b46e-23297e7fb309 and serviceModelVersionId: 8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35
2022-05-11T05:41:00.044Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6cec6b28-44af-42ac-80ee-8284a86a454b
2022-05-11T05:41:00.045Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0
2022-05-11T05:41:00.050Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:41:00.110Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?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-05-11T05:41:00.112Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0|INFO|500||Invoke
2022-05-11T05:41:00.148Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-11T05:41:00.464Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0|INFO|500||InvokeReturn
2022-05-11T05:41:00.465Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6cec6b28-44af-42ac-80ee-8284a86a454b/model-vers/model-ver/8d2a7f2e-6610-43a1-8b22-7f2fe8b71f35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-05:40:59:357-92174], vertex-id=[180400], Content-Length=[0], Date=[Wed, 11 May 2022 05:40:59 GMT], Content-Type=[application/json]}
2022-05-11T05:41:00.465Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:41:00.466Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:41:00.466Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-11T05:41:00.471Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-11T05:41:00.471Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 409db4a0-fbbc-4cb8-b46e-23297e7fb309 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:41:00.471Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:41:00.472Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:41:00.474Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:41:00.474Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247660471,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:41:00.574Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:41:00.575Z||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-05-11T05:41:00.576Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:00.592Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:41:00.593Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-05-11T05:41:01.486Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:01.486Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:41:01.486Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:04.940Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:04.941Z||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-05-11T05:41:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:04.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:41:04.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b71680-34f3-405f-9b58-4d56d214c735",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247491686,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:41:04.964Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "NOTIFIED"
}
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:41:04.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:41:04.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-11T05:41:04.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:41:04.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:41:04.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:41:04.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247424938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:41:04.969Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-11T05:41:04.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247499924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:41:04.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247502437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:41:04.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247503539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:41:04.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247504811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:41:04.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247505933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/basic_onboard_ylepkk0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-11T05:41:04.973Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247506938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-11T05:41:04.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247507942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/resourceInstances/basic_onboard_ylepkk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-11T05:41:04.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:04.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-11T05:41:04.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247508949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYlepkk/1.0/artifacts/service-BasicOnboardYlepkk-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:41:04.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:41:11.701Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:41:11.702Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:11.703Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:41:11.703Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:21.249Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:41:21.250Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:21.250Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-11T05:41:21.251Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:30.784Z|409db4a0-fbbc-4cb8-b46e-23297e7fb309|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:41:30.785Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:41:30.786Z||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-05-11T05:41:30.787Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:41:40.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:42:04.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:42:04.940Z||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-05-11T05:42:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:42:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:42:04.941Z||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-05-11T05:42:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:42:05.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:42:05.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:42:05.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "409db4a0-fbbc-4cb8-b46e-23297e7fb309",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652247660471,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:42:05.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:42:14.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:43:04.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:43:04.939Z||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-05-11T05:43:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:43:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:43:04.941Z||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-05-11T05:43:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:43:14.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:43:14.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:44:04.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:44:04.940Z||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-05-11T05:44:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:44:04.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:44:04.941Z||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-05-11T05:44:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:44:14.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:44:14.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:45:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:45:04.939Z||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-05-11T05:45:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:45:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:45:04.940Z||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-05-11T05:45:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:45:14.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:45:14.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:46:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:46:04.939Z||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-05-11T05:46:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:46:04.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:46:04.941Z||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-05-11T05:46:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:46:14.488Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:46:14.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:47:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:47:04.939Z||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-05-11T05:47:04.939Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:47:04.940Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:47:04.940Z||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-05-11T05:47:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:47:14.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:47:14.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:48:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:48:04.940Z||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-05-11T05:48:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:48:04.940Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:48:04.941Z||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-05-11T05:48:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:48:14.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:48:14.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:49:04.938Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:49:04.940Z||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-05-11T05:49:04.940Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:04.940Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:49:04.941Z||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-05-11T05:49:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:05.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:49:05.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "ves-openapi-manager",
"timestamp": 1652248130354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652248123944,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "clamp",
"timestamp": 1652248129547,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "ves-openapi-manager",
"timestamp": 1652248130354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "clamp",
"timestamp": 1652248129547,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652248123944,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652248136370,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:49:05.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "cds",
"timestamp": 1652248136147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "aai-ml",
"timestamp": 1652248137243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "cds",
"timestamp": 1652248136147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652248138087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "aai-ml",
"timestamp": 1652248137243,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "cds",
"timestamp": 1652248139053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:49:05.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:49:05.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652248139094,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-11T05:49:05.250Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:49:05.250Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:49:05.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "aai-ml",
"timestamp": 1652248140223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:49:05.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:49:05.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "cds",
"timestamp": 1652248140059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-11T05:49:05.262Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:49:05.262Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:49:05.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "policy-id",
"timestamp": 1652248142144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "policy-id",
"timestamp": 1652248142144,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:49:05.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652248143333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-11T05:49:05.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:49:05.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-11T05:49:05.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c06b62e1-a9fd-4337-b77a-74cc1f943082","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"71211d3e-3c51-4f6d-b228-6881f8bee4ba","serviceDescription":"service","serviceInvariantUUID":"e12ed086-92de-4333-b93e-b8005897ccde","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b88caa98-fc4b-498e-bee8-ee0e21cd9819","resourceInvariantUUID":"6e23e734-e315-4fce-a9f6-1bb28023c008","resourceCustomizationUUID":"74b54fbf-a013-4797-abfe-8a1be73313a1","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":"OWE3NGRhYjY3ZjQ3M2ZhZTAwY2RkN2U0YTliMzAyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4602da3f-8a53-4e8a-9a5c-825a8c76b774","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjIzNDdmNWQ4ZThkNjA3YTVmNDBlYzljYWI2MGUzYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3d9242d-65c2-40d2-85f1-63b93f7510f3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:49:05.570Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:49:05.571Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:49:05.576Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:49:05.576Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248144938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:49:05.676Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:49:05.677Z||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-05-11T05:49:05.678Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:05.691Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:49:05.691Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:49:06.577Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:49:06.578Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:49:06.580Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:49:06.581Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248144938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:49:06.681Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:49:06.682Z||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-05-11T05:49:06.682Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:06.705Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:49:06.706Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:49:07.581Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "71211d3e-3c51-4f6d-b228-6881f8bee4ba",
"serviceDescription": "service",
"serviceInvariantUUID": "e12ed086-92de-4333-b93e-b8005897ccde",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "74b54fbf-a013-4797-abfe-8a1be73313a1",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b88caa98-fc4b-498e-bee8-ee0e21cd9819",
"resourceInvariantUUID": "6e23e734-e315-4fce-a9f6-1bb28023c008",
"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": "MjIzNDdmNWQ4ZThkNjA3YTVmNDBlYzljYWI2MGUzYzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c3d9242d-65c2-40d2-85f1-63b93f7510f3"
}
],
"workloadContext": "Production"
}
2022-05-11T05:49:07.582Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:49:07.583Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 71211d3e-3c51-4f6d-b228-6881f8bee4ba ASDC
2022-05-11T05:49:07.583Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c06b62e1-a9fd-4337-b77a-74cc1f943082
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:71211d3e-3c51-4f6d-b228-6881f8bee4ba
ServiceInvariantUUID:e12ed086-92de-4333-b93e-b8005897ccde
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:c3d9242d-65c2-40d2-85f1-63b93f7510f3
ArtifactChecksum:MjIzNDdmNWQ4ZThkNjA3YTVmNDBlYzljYWI2MGUzYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:74b54fbf-a013-4797-abfe-8a1be73313a1
ResourceInvariantUUID:6e23e734-e315-4fce-a9f6-1bb28023c008
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b88caa98-fc4b-498e-bee8-ee0e21cd9819
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-11T05:49:07.584Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71211d3e-3c51-4f6d-b228-6881f8bee4ba 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-05-11T05:49:07.614Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:49:07.615Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:49:07.615Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:49:07.615Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c3d9242d-65c2-40d2-85f1-63b93f7510f3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-11T05:49:07.616Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:49:07.616Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-11T05:49:08.028Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:49:08.032Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c3d9242d-65c2-40d2-85f1-63b93f7510f3 52504
2022-05-11T05:49:08.032Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-11T05:49:08.032Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-11T05:49:08.032Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:49:08.033Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:49:08.035Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:49:08.035Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248148032,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:49:08.135Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:49:08.136Z||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-05-11T05:49:08.136Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:08.149Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:49:08.150Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:49:09.036Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:49:09.037Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:49:09.037Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c3d9242d-65c2-40d2-85f1-63b93f7510f3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.038Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-11T05:49:09.038Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.038Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.204Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12371522588152550293/Definitions/service-BasicNetwork-template.yml
2022-05-11T05:49:09.704Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.705Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:49:09.706Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:49:09.707Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.708Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.709Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.710Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.710Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:71211d3e-3c51-4f6d-b228-6881f8bee4ba
Model Version:NULL
Model InvariantUuid:e12ed086-92de-4333-b93e-b8005897ccde
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6e23e734-e315-4fce-a9f6-1bb28023c008
Model UUID:7920bd66-edaa-4993-aa4e-f0bc54caac64
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:74b54fbf-a013-4797-abfe-8a1be73313a1
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-05-11T05:49:09.716Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b88caa98-fc4b-498e-bee8-ee0e21cd9819
2022-05-11T05:49:09.716Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||No resources found for Service: 71211d3e-3c51-4f6d-b228-6881f8bee4ba
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-05-11T05:49:09.721Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||
2022-05-11T05:49:09.721Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-11T05:49:09.722Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 71211d3e-3c51-4f6d-b228-6881f8bee4ba
2022-05-11T05:49:09.722Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 71211d3e-3c51-4f6d-b228-6881f8bee4ba
2022-05-11T05:49:09.722Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-11T05:49:09.723Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-11T05:49:09.728Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b1b3368, org.onap.sdc.toscaparser.api.parameters.Input@260976e1, org.onap.sdc.toscaparser.api.parameters.Input@1dcd3915, org.onap.sdc.toscaparser.api.parameters.Input@3099afee, org.onap.sdc.toscaparser.api.parameters.Input@426b4ae6]
2022-05-11T05:49:09.729Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 71211d3e-3c51-4f6d-b228-6881f8bee4ba: Generic NeutronNet
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.730Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.731Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.731Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-11T05:49:09.773Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.773Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.773Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.773Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.774Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:49:09.774Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:49:09.774Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-11T05:49:09.829Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-11T05:49:09.829Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-11T05:49:09.829Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-11T05:49:09.829Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-11T05:49:09.830Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:49:09.831Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:49:09.831Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248149829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:49:09.932Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:49:09.933Z||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-05-11T05:49:09.933Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:49:09.944Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:49:09.944Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:49:10.833Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:49:10.845Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:49:10.847Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:49:10.848Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:49:10.848Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:49:40.848Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:49:40.867Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:49:40.870Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:49:40.870Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:49:40.871Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:50:04.941Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:50:04.944Z||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-05-11T05:50:04.944Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:50:04.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:50:04.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:50:04.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "policy-id",
"timestamp": 1652248145066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:50:04.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:50:10.871Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:50:10.886Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:50:10.888Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:50:10.888Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:50:10.889Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:50:40.889Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:50:40.901Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:50:40.903Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:50:40.903Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:50:40.904Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:51:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:51:04.941Z||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-05-11T05:51:04.941Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:51:04.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:51:04.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:51:04.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248144938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:51:04.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-11T05:51:10.904Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:51:10.917Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:51:10.925Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:51:10.925Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:51:10.925Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:51:40.925Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:51:40.935Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:51:40.937Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:51:40.940Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-11T05:51:40.940Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-11T05:52:04.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:52:04.942Z||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-05-11T05:52:04.942Z||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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:04.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:04.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652248143333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "aai-ml",
"timestamp": 1652248145425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "policy-id",
"timestamp": 1652248146072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "clamp",
"timestamp": 1652248145409,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248144938,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "aai-ml",
"timestamp": 1652248146429,
"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-05-11T05:52:04.974Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:52:04.974Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:52:04.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "policy-id",
"timestamp": 1652248147075,
"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-05-11T05:52:04.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:52:04.988Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:52:04.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248148032,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "clamp",
"timestamp": 1652248147419,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:52:04.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:04.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:04.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "clamp",
"timestamp": 1652248148422,
"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-05-11T05:52:05.000Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c06b62e1-a9fd-4337-b77a-74cc1f943082
2022-05-11T05:52:05.000Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248149829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "aai-ml",
"timestamp": 1652248197243,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-11T05:52:05.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "policy-id",
"timestamp": 1652248202144,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "cds",
"timestamp": 1652248196147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652248203333,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:05.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-11T05:52:10.940Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:52:10.952Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082
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-05-11T05:52:10.955Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-11T05:52:10.955Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-11T05:52:10.955Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-11T05:52:10.955Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-11T05:52:10.956Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-11T05:52:10.961Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-11T05:52:40.962Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c06b62e1-a9fd-4337-b77a-74cc1f943082 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-05-11T05:52:40.969Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c06b62e1-a9fd-4337-b77a-74cc1f943082 and serviceModelVersionId: 71211d3e-3c51-4f6d-b228-6881f8bee4ba
2022-05-11T05:52:40.970Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e12ed086-92de-4333-b93e-b8005897ccde
2022-05-11T05:52:40.971Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0
2022-05-11T05:52:40.978Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-11T05:52:41.040Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|INFO|500||Invoke
2022-05-11T05:52:41.041Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c06b62e1-a9fd-4337-b77a-74cc1f943082], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cd6b231a-8c69-4db8-9152-2807dbb1167c], X-ECOMP-RequestID=[c06b62e1-a9fd-4337-b77a-74cc1f943082], X-TransactionId=[], X-ONAP-RequestID=[c06b62e1-a9fd-4337-b77a-74cc1f943082], Content-Type=[application/merge-patch+json]}
2022-05-11T05:52:41.072Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-11T05:52:41.154Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?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/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220511-05:52:40:295-55941], vertex-id=[184408], Content-Length=[0], Date=[Wed, 11 May 2022 05:52:40 GMT], Content-Type=[application/json]}
2022-05-11T05:52:41.155Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-11T05:52:41.156Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12ed086-92de-4333-b93e-b8005897ccde/model-vers/model-ver/71211d3e-3c51-4f6d-b228-6881f8bee4ba?depth=0|INFO|500||InvokeReturn
2022-05-11T05:52:41.157Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-11T05:52:41.157Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-11T05:52:41.162Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-11T05:52:41.163Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c06b62e1-a9fd-4337-b77a-74cc1f943082 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-11T05:52:41.163Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-11T05:52:41.164Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:41.170Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:41.170Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c06b62e1-a9fd-4337-b77a-74cc1f943082",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248361163,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-11T05:52:41.268Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-11T05:52:41.269Z||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-05-11T05:52:41.269Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:41.295Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:41.295Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 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-05-11T05:52:42.184Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-11T05:52:42.185Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|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-05-11T05:52:42.185Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|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 flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:46.521Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:46.523Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-11T05:52:46.523Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"399d105a-711d-4314-9c14-47144967a788","serviceName":"Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5","serviceVersion":"1.0","serviceUUID":"13d407c9-527e-4bfb-8f29-70a39f20e1a5","serviceDescription":"catalog service description","serviceInvariantUUID":"d245fe2c-55cf-4b54-bcdd-b180f5f5469c","resources":[{"resourceInstanceName":"pNF f736180c-f223 0","resourceName":"pNF f736180c-f223","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380","resourceInvariantUUID":"80301e65-cd6c-4858-b76c-1f9c6a70fd47","resourceCustomizationUUID":"043521dc-72af-497a-b742-6a90f178bb36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml","artifactChecksum":"YmRjNjY0NDQzOGNjN2YwODE1NDZiMTQ5OTBlNDgxZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fd70768-ea80-4e32-8b79-61833ecd1a12","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar","artifactChecksum":"YjQwMmVmYjJjZTMwY2QzYmEwZTJjMTBlOGI1ZGJmZjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c67fc69e-862a-4696-bcfd-188de773911b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2c8d7f9-cfcb-4c17-a9f5-99927c93df2d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml","artifactChecksum":"OTA3YzI1YjBhMDQzNjAxMTc5NTFhZjU0MWJmMmI0YjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7edb37a3-77fc-4098-bc1b-18e03d05a646","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3352f39d-1ce6-4126-8d82-73e29047713d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc08774d-dc99-4174-8062-092b0e197f9f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml","artifactChecksum":"ZWU2ZTE5ZDBlMzQ3MTcxODJiMmY0M2FhY2ExYWYyOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c52120a-ac37-49e7-9afa-b8bdbd852a9a","artifactVersion":"1"},{"artifactName":"service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar","artifactChecksum":"MjAzNTA0YWYwODhjMDY2OWJkYWEzYjZiMDY3MmUwODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e95967f-c399-4c50-bb0c-7db82f8a5a50","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-11T05:52:46.526Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:46.526Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:46.528Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:46.528Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248362184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:46.628Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:46.629Z||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-05-11T05:52:46.629Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:46.642Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:46.642Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:47.530Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:47.531Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:47.533Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:47.533Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248362184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:47.634Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-11T05:52:47.635Z||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-05-11T05:52:47.635Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:47.650Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:47.651Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:48.534Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:48.535Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:48.537Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:48.537Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248362184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:48.637Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:48.638Z||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-05-11T05:52:48.638Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:48.676Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:48.677Z||pool-42-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-05-11T05:52:49.538Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:49.539Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:49.542Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:49.542Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248362184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:49.642Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:49.643Z||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-05-11T05:52:49.643Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:49.655Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:49.655Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:50.543Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:50.544Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:50.546Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:50.546Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248362184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:50.647Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:50.648Z||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-05-11T05:52:50.648Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:50.661Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:50.661Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:51.547Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:51.548Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:51.550Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:51.550Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248362184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/resourceInstances/pnff736180cf2230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:51.650Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:51.651Z||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-05-11T05:52:51.651Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:51.663Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:51.663Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:52.551Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:52.552Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:52.554Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:52.554Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248362184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-11T05:52:52.654Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:52.655Z||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-05-11T05:52:52.655Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:52.667Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:52.668Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:53.555Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-11T05:52:53.555Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:53.557Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:53.557Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248362184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
"status": "NOTIFIED"
}
2022-05-11T05:52:53.657Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:53.658Z||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-05-11T05:52:53.659Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:53.670Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:53.670Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:54.558Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"serviceName": "Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5",
"serviceVersion": "1.0",
"serviceUUID": "13d407c9-527e-4bfb-8f29-70a39f20e1a5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d245fe2c-55cf-4b54-bcdd-b180f5f5469c",
"resources": [
{
"resourceInstanceName": "pNF f736180c-f223 0",
"resourceCustomizationUUID": "043521dc-72af-497a-b742-6a90f178bb36",
"resourceName": "pNF f736180c-f223",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380",
"resourceInvariantUUID": "80301e65-cd6c-4858-b76c-1f9c6a70fd47",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
"artifactChecksum": "MjAzNTA0YWYwODhjMDY2OWJkYWEzYjZiMDY3MmUwODI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e95967f-c399-4c50-bb0c-7db82f8a5a50"
}
],
"workloadContext": "Production"
}
2022-05-11T05:52:54.559Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-11T05:52:54.559Z|c06b62e1-a9fd-4337-b77a-74cc1f943082|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13d407c9-527e-4bfb-8f29-70a39f20e1a5 ASDC
2022-05-11T05:52:54.560Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:399d105a-711d-4314-9c14-47144967a788
ServiceName:Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5
ServiceVersion:1.0
ServiceUUID:13d407c9-527e-4bfb-8f29-70a39f20e1a5
ServiceInvariantUUID:d245fe2c-55cf-4b54-bcdd-b180f5f5469c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
ArtifactUUID:1e95967f-c399-4c50-bb0c-7db82f8a5a50
ArtifactChecksum:MjAzNTA0YWYwODhjMDY2OWJkYWEzYjZiMDY3MmUwODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f736180c-f223 0
ResourceCustomizationUUID:043521dc-72af-497a-b742-6a90f178bb36
ResourceInvariantUUID:80301e65-cd6c-4858-b76c-1f9c6a70fd47
ResourceName:pNF f736180c-f223
ResourceType:PNF
ResourceUUID:1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-11T05:52:54.560Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13d407c9-527e-4bfb-8f29-70a39f20e1a5 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-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1e95967f-c399-4c50-bb0c-7db82f8a5a50 from URL: /sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:54.587Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-11T05:52:54.588Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:54.751Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-11T05:52:54.755Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar 1e95967f-c399-4c50-bb0c-7db82f8a5a50 82659
2022-05-11T05:52:54.756Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar ASDC sendASDCNotification
2022-05-11T05:52:54.756Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:54.756Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-11T05:52:54.756Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-11T05:52:54.759Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-11T05:52:54.759Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "399d105a-711d-4314-9c14-47144967a788",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652248374756,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-11T05:52:54.859Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-11T05:52:54.860Z||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-05-11T05:52:54.861Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flzQOdA7Y3TJ6O4E) ...
2022-05-11T05:52:54.872Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-11T05:52:54.873Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-11T05:52:55.760Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-11T05:52:55.761Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-11T05:52:55.761Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1e95967f-c399-4c50-bb0c-7db82f8a5a50, URL: /sdc/v1/catalog/services/DemoPnfUxsjs0dw0mgiq57j0xk5/1.0/artifacts/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar to file: /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:55.761Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:55.762Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:55.762Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:55.978Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP737446024443555291/Definitions/service-DemoPnfUxsjs0dw0mgiq57j0xk5-template.yml
2022-05-11T05:52:56.795Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||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-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||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-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.796Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f736180c-f223 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-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUxsjs0dw0mgiq57j0xk5-csar.csar
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.797Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Node template pNF f736180c-f223 0 is matching search criteria
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f736180c-f223 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.798Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Node template pNF f736180c-f223 0 is matching search criteria
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f736180c-f223 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.799Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.800Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5
Description:catalog service description
Model UUID:13d407c9-527e-4bfb-8f29-70a39f20e1a5
Model Version:NULL
Model InvariantUuid:d245fe2c-55cf-4b54-bcdd-b180f5f5469c
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-05-11T05:52:56.807Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380
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-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||pNF f736180c-f223 0
2022-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380
2022-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 13d407c9-527e-4bfb-8f29-70a39f20e1a5
2022-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 13d407c9-527e-4bfb-8f29-70a39f20e1a5
2022-05-11T05:52:56.810Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f736180c-f223 0 1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380 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-05-11T05:52:56.815Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@744baedb, org.onap.sdc.toscaparser.api.parameters.Input@3d4621ca, org.onap.sdc.toscaparser.api.parameters.Input@6fde543, org.onap.sdc.toscaparser.api.parameters.Input@76e3a718, org.onap.sdc.toscaparser.api.parameters.Input@5ff7f269]
2022-05-11T05:52:56.815Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-11T05:52:56.815Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_UXsjs0Dw0Mgiq57J0Xk5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-11T05:52:56.815Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 13d407c9-527e-4bfb-8f29-70a39f20e1a5: pNF f736180c-f223
2022-05-11T05:52:56.816Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||INFO|500||Processing PNF resource: 1f3d5bdb-5f36-49f8-ba3d-2bd42ded5380
2022-05-11T05:52:56.816Z|399d105a-711d-4314-9c14-47144967a788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery