By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-07T11:08:26.949Z||main|||||INFO|500||The following profiles are active: basic
2022-06-07T11:08:52.010Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-07T11:08:52.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-07T11:08:52.377Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-07T11:09:03.334Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-07T11:09:04.933Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-07T11:09:06.281Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-07T11:09:06.312Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-07T11:09:06.510Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-07T11:09:07.289Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-07T11:09:08.614Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-07T11:09:11.944Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T11:09:16.222Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T11:09:16.319Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-07T11:09:17.625Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T11:09:18.113Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-07T11:09:20.580Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T11:09:22.957Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-07T11:09:22.999Z||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$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-07T11:09:23.000Z||main|||||WARN|500||The sdc end point is not alive
2022-06-07T11:09:28.359Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-07T11:09:33.353Z||main|||||WARN|500||---
2022-06-07T11:09:33.354Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-07T11:09:33.354Z||main|||||WARN|500||---
2022-06-07T11:09:34.125Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-07T11:09:43.187Z||main|||||INFO|500||Started Application in 84.05 seconds (JVM running for 87.789)
2022-06-07T11:09:43.327Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T11:09:43.333Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T11:09:43.370Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T11:09:43.448Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T11:09:43.683Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f3a7e10-c33e-48da-9077-b448612f1600 url= /sdc/v1/artifactTypes
2022-06-07T11:09:43.684Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T11:09:44.568Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-07T11:09:44.656Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-07T11:09:44.700Z||scheduling-1|||||DEBUG|500||create keys
2022-06-07T11:09:44.714Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-07T11:09:44.796Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:09:44.861Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b2e353f9-bffe-4b01-8447-e0328a7e0096 url= /sdc/v1/registerForDistribution
2022-06-07T11:09:45.006Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b2e353f9-bffe-4b01-8447-e0328a7e0096 url= /sdc/v1/registerForDistribution
2022-06-07T11:09:45.007Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-07T11:09:45.061Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:09:45.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:09:45.110Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-07T11:09:45.139Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:09:45.142Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:09:45.151Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:09:45.152Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:09:55.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:09:55.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:10:45.036Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:10:45.039Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:10:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:10:45.060Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:10:45.062Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:10:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:10:54.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:10:54.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:11:45.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:11:45.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:11:45.041Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:11:45.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:11:45.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:11:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:11:54.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:11:54.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:12:45.036Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:12:45.039Z||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-06-07T11:12:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:12:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:12:45.061Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:12:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:12:54.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:12:54.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:13:45.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:13:45.037Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:13:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:13:45.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:13:45.061Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:13:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:13:54.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:13:54.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:14:45.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:14:45.037Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:14:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:14:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:14:45.061Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:14:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:14:54.673Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:14:54.716Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:15:45.036Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:15:45.037Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:15:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:15:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:15:45.062Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:15:45.065Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:15:54.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:15:54.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:16:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:16:45.037Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:16:45.037Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:16:45.060Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:16:45.068Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:16:45.069Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:16:54.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:16:54.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:17:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:17:45.038Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:17:45.038Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:17:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:17:45.061Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:17:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:17:54.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:17:54.666Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:18:43.204Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-07T11:18:45.036Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:18:45.037Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:18:45.038Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:18:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:18:45.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:18:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:18:54.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:18:54.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:19:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:19:45.036Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:19:45.037Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:19:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:19:45.060Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:19:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:19:54.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:19:54.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:20:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:20:45.037Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:20:45.038Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:20:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:20:45.061Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:20:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:20:54.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:20:54.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:21:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:21:45.037Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:21:45.037Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:21:45.072Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:21:45.073Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:21:45.074Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:21:54.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:21:54.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:22:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:22:45.036Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:22:45.038Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:22:45.060Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:22:45.063Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:22:45.063Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:22:54.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:22:54.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:23:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:23:45.037Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:23:45.037Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:23:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:23:45.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:23:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:23:54.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:23:54.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:24:45.036Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:24:45.036Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:24:45.059Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:24:45.061Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:24:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:24:54.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:54.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:25:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:25:45.037Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:25:45.037Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:25:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:25:45.060Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:25:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:25:54.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:25:54.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:26:45.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:26:45.038Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:26:45.039Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as v17Vvk939kYJMEmh) ...
2022-06-07T11:26:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:26:45.061Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:26:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:26:54.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:26:54.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:27:45.036Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:27:45.038Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:27:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:27:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:27:45.061Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:27:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:27:54.604Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:27:54.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:45.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:28:45.038Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:28:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:28:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:28:45.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:28:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:28:54.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:54.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:29:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:29:45.037Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:29:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:29:45.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:29:45.060Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:29:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:29:54.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:29:54.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:30:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:30:45.036Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:30:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:30:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:30:45.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:30:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:30:54.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:30:54.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:31:45.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:31:45.036Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:31:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:31:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:31:45.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:31:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:31:54.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:31:54.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:32:45.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:32:45.036Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:32:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:32:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:32:45.060Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:32:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:32:54.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:32:54.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:33:45.036Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:33:45.037Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:33:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:33:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:33:45.061Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:33:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:33:54.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:33:54.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:34:45.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:34:45.037Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:34:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:34:45.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:34:45.060Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:34:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:34:54.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:34:54.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:35:45.036Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:35:45.039Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:35:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:35:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:35:45.061Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:35:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:35:54.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:35:54.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:36:45.036Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:36:45.038Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:36:45.039Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:36:45.060Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:36:45.061Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:36:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:36:54.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:36:54.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:37:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:37:45.037Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:37:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:37:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:37:45.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:37:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:37:54.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:37:54.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:38:45.036Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:38:45.037Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:38:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:38:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:38:45.060Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:38:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:38:54.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:38:54.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:39:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:39:45.037Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:39:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:39:45.060Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:39:45.061Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:39:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:39:54.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:39:54.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:40:45.037Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:40:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:40:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:40:45.060Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:40:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:40:54.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:54.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:41:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:41:45.036Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:41:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:41:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:41:45.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:41:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:41:54.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:41:54.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:42:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:42:45.037Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:42:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:42:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:42:45.060Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:42:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:42:54.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:42:54.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:43:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:43:45.038Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:43:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:43:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:43:45.062Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:43:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:43:54.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:43:54.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:44:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:44:45.037Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:44:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:44:45.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:44:45.061Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:44:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:44:54.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:44:54.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:45:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:45:45.037Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:45:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:45:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:45:45.061Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:45:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:45:54.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:45:54.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:46:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:46:45.037Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:46:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:46:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:46:45.061Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:46:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:46:54.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:46:54.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:47:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:47:45.036Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:47:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:47:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:47:45.060Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:47:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:47:54.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:47:54.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:48:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:48:45.036Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:48:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:48:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:48:45.060Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:48:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:48:54.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:48:54.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:49:45.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:49:45.036Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:49:45.036Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:49:45.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:49:45.060Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:49:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:49:54.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:49:54.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:50:45.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:50:45.036Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:50:45.037Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:50:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:50:45.060Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:50:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:50:54.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:50:54.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:51:45.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:51:45.037Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:51:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:51:45.059Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:51:45.060Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:51:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:51:54.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:51:54.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:45.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:52:45.037Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:52:45.038Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:52:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:52:45.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:52:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:52:45.710Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:45.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:45.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a553c594-7392-4855-9df4-c483aa7cd9e2","serviceName":"vFW 2022-06-07 11-50-58","serviceVersion":"1.0","serviceUUID":"889ceb89-7168-4d05-981e-6d4f5b4175cf","serviceDescription":"catalog service description","serviceInvariantUUID":"85b043a9-d872-4920-a42c-5a77cd87b5e2","resources":[{"resourceInstanceName":"vFW b73fec98-548d 0","resourceName":"vFW b73fec98-548d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a9be5d60-c82c-4384-ad48-1174ecff27de","resourceInvariantUUID":"b6fde271-4c7a-42a8-a6f2-8c83bdd3f82e","resourceCustomizationUUID":"f2b8069f-581b-4d1b-84e2-6cf303af17f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml","artifactChecksum":"MTcwMGI1OTIyYjRjZTY2ZjEyZTU2ZjEzN2EzYjgzOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"24789f70-9f37-4867-ba98-f65fa6eb529a","artifactVersion":"1"},{"artifactName":"vfwb73fec98548d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json","artifactChecksum":"N2UyNjdkOWE4MWRiMTlmMmM1NjgyMDYyYWZiYTdhZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5efa7e28-8b82-481e-bf8a-87bd59d1915a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"78afed6c-24f6-4be5-8549-d7f4dc640f1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjBmNTcwNTFlZDViYzM4YTY0MjBmM2U0ZThkZmE1OWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21becac8-fb57-4d01-b337-a71b3d1a3dfb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5133a2a4-fe23-4001-893e-de8481c5585e","artifactVersion":"2","generatedFromUUID":"78afed6c-24f6-4be5-8549-d7f4dc640f1c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607115058-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml","artifactChecksum":"ZjM4OWYwMzMyMzYwYTA0ODg0NTYyZDM1M2MwYTJhODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a1a2ec4-8746-433b-827e-a94c434f8291","artifactVersion":"1"},{"artifactName":"service-Vfw20220607115058-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar","artifactChecksum":"YjI4NDI2MDAyMjQ1YmEwNjRlZDU5MjNjODI2M2ZlYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"420ec19d-3f03-43a0-832a-0fbad9ec5d9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T11:52:45.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602733012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.741Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:45.751Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:45.771Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:45.771Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602728812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "cds",
"timestamp": 1654602734283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602733012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602728812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.777Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "cds",
"timestamp": 1654602734283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602733012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602728812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:52:45.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "cds",
"timestamp": 1654602734283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602733012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602728812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "cds",
"timestamp": 1654602734283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602733012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602728812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "cds",
"timestamp": 1654602734283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602733012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602728812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "cds",
"timestamp": 1654602734283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602733012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:52:45.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602728812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:52:45.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "cds",
"timestamp": 1654602734283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:52:45.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602742006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:45.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:45.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602741158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:45.797Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:45.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602740710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "cds",
"timestamp": 1654602742207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:45.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:45.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602743016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602740710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:45.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:45.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "cds",
"timestamp": 1654602743224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-07T11:52:45.870Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-06-07T11:52:45.888Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:52:45.888Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:45.912Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:45.914Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:52:46.203Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.240Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:52:46.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "policy-id",
"timestamp": 1654602744020,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:52:46.310Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.311Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:52:46.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602740710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602743108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.338Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602740710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602744068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602743108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602740710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602744068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:52:46.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602743108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602740710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602744068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602743108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602740710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602744068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602743108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T11:52:46.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602744068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602748214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602743108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602744068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602748214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602743108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:52:46.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602744068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:52:46.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602748214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602750994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602748214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602752170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602748214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602753248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.386Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602748214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:46.387Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602754331,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:52:46.396Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.396Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T11:52:46.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602748214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:52:46.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:52:46.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602755335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:52:46.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602756166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602757808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:52:46.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602759277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:46.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "aai-ml",
"timestamp": 1654602758816,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:52:46.434Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.435Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:52:46.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602761298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:52:46.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602761506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:52:46.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:52:46.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "clamp",
"timestamp": 1654602762317,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:52:46.459Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.460Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:52:46.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:52:46.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602762514,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:52:46.480Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a553c594-7392-4855-9df4-c483aa7cd9e2
2022-06-07T11:52:46.480Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a553c594-7392-4855-9df4-c483aa7cd9e2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:52:46.788Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:46.788Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:46.796Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:46.796Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:52:46.892Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T11:52:46.893Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:52:46.893Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:46.914Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:46.915Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:52:47.797Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:47.798Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:47.800Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:47.800Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:52:47.901Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:47.902Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:52:47.902Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:47.919Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:47.921Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:52:48.801Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:48.802Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:48.806Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:48.806Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:48.906Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:52:48.907Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:52:48.907Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:48.926Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:48.928Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:52:49.806Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:49.807Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:49.812Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:49.812Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T11:52:49.912Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:49.915Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:52:49.916Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:49.941Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:49.943Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:52:50.813Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:50.814Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:50.817Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:50.818Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:52:50.918Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:50.920Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:52:50.921Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:50.948Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:50.949Z||pool-8-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:52:51.818Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:52:51.819Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:51.822Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:51.822Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:52:51.922Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:51.924Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:52:51.924Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:51.945Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:51.946Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:52:52.825Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"serviceName": "vFW 2022-06-07 11-50-58",
"serviceVersion": "1.0",
"serviceUUID": "889ceb89-7168-4d05-981e-6d4f5b4175cf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "85b043a9-d872-4920-a42c-5a77cd87b5e2",
"resources": [
{
"resourceInstanceName": "vFW b73fec98-548d 0",
"resourceCustomizationUUID": "f2b8069f-581b-4d1b-84e2-6cf303af17f7",
"resourceName": "vFW b73fec98-548d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a9be5d60-c82c-4384-ad48-1174ecff27de",
"resourceInvariantUUID": "b6fde271-4c7a-42a8-a6f2-8c83bdd3f82e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb73fec98548d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"artifactChecksum": "N2UyNjdkOWE4MWRiMTlmMmM1NjgyMDYyYWZiYTdhZjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5efa7e28-8b82-481e-bf8a-87bd59d1915a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "78afed6c-24f6-4be5-8549-d7f4dc640f1c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5133a2a4-fe23-4001-893e-de8481c5585e",
"generatedFromUUID": "78afed6c-24f6-4be5-8549-d7f4dc640f1c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5133a2a4-fe23-4001-893e-de8481c5585e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220607115058-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"artifactChecksum": "YjI4NDI2MDAyMjQ1YmEwNjRlZDU5MjNjODI2M2ZlYWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "420ec19d-3f03-43a0-832a-0fbad9ec5d9c"
}
],
"workloadContext": "Production"
}
2022-06-07T11:52:52.826Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T11:52:52.827Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 889ceb89-7168-4d05-981e-6d4f5b4175cf ASDC
2022-06-07T11:52:53.017Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a553c594-7392-4855-9df4-c483aa7cd9e2
ServiceName:vFW 2022-06-07 11-50-58
ServiceVersion:1.0
ServiceUUID:889ceb89-7168-4d05-981e-6d4f5b4175cf
ServiceInvariantUUID:85b043a9-d872-4920-a42c-5a77cd87b5e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220607115058-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
ArtifactUUID:420ec19d-3f03-43a0-832a-0fbad9ec5d9c
ArtifactChecksum:YjI4NDI2MDAyMjQ1YmEwNjRlZDU5MjNjODI2M2ZlYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b73fec98-548d 0
ResourceCustomizationUUID:f2b8069f-581b-4d1b-84e2-6cf303af17f7
ResourceInvariantUUID:b6fde271-4c7a-42a8-a6f2-8c83bdd3f82e
ResourceName:vFW b73fec98-548d
ResourceType:VF
ResourceUUID:a9be5d60-c82c-4384-ad48-1174ecff27de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb73fec98548d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
ArtifactUUID:5efa7e28-8b82-481e-bf8a-87bd59d1915a
ArtifactChecksum:N2UyNjdkOWE4MWRiMTlmMmM1NjgyMDYyYWZiYTdhZjU=
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/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
ArtifactUUID:78afed6c-24f6-4be5-8549-d7f4dc640f1c
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/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
ArtifactUUID:5133a2a4-fe23-4001-893e-de8481c5585e
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/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
ArtifactUUID:5133a2a4-fe23-4001-893e-de8481c5585e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T11:52:53.018Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 889ceb89-7168-4d05-981e-6d4f5b4175cf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T11:52:53.081Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:52:53.083Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:52:53.086Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:52:53.086Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 420ec19d-3f03-43a0-832a-0fbad9ec5d9c from URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:53.086Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:52:53.089Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:53.238Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:52:53.262Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar 420ec19d-3f03-43a0-832a-0fbad9ec5d9c 99037
2022-06-07T11:52:53.267Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar ASDC sendASDCNotification
2022-06-07T11:52:53.268Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:53.271Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:52:53.273Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:53.276Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:53.277Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602773264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:53.377Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:52:53.378Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:52:53.379Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:53.398Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:53.399Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:52:54.278Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:52:54.280Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:52:54.281Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 420ec19d-3f03-43a0-832a-0fbad9ec5d9c, URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar to file: /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:54.281Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607115058-csar.csar
2022-06-07T11:52:54.442Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:54.442Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:55.435Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6910658176423560213/Definitions/service-Vfw20220607115058-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-07T11:52:59.158Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T11:52:59.167Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T11:52:59.167Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.167Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-07T11:52:59.168Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.168Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.168Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.169Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.169Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.169Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.169Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.170Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.170Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.170Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.170Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b73fec98-548d 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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.171Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.171Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||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-Vfw20220607115058-csar.csar
2022-06-07T11:52:59.171Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T11:52:59.180Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.183Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.191Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.192Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T11:52:59.194Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:52:59.197Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.197Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.197Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.198Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T11:52:59.199Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:52:59.199Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.199Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.204Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.204Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:52:59.205Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:52:59.205Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:52:59.205Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.206Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.206Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.206Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:52:59.207Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:52:59.207Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:52:59.207Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:52:59.207Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.208Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.208Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:52:59.208Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.209Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:52:59.209Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.209Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T11:52:59.212Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.212Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:52:59.214Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.214Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.215Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:52:59.216Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.217Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.219Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:52:59.219Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.219Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:52:59.220Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:52:59.220Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.220Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:52:59.221Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:52:59.221Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T11:52:59.221Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:52:59.221Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:52:59.222Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:52:59.222Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.222Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.222Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:52:59.223Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.223Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:52:59.223Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.223Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98f7caf5-12b4-4822-855b-bb91ee5c5a6f
2022-06-07T11:52:59.224Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.224Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:52:59.225Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:52:59.225Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:52:59.225Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.225Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T11:52:59.226Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:52:59.227Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.227Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:52:59.227Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.228Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4f461ae-b87c-43c7-bc44-26ed1c7ad220
2022-06-07T11:52:59.228Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.228Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:52:59.232Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:52:59.233Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:52:59.233Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.234Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.236Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.236Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:52:59.236Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:52:59.237Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:52:59.237Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:52:59.238Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:52:59.239Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:52:59.239Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T11:52:59.240Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dc6a534-97ce-4a5a-af98-a85465c40afb
2022-06-07T11:52:59.240Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.240Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.241Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.241Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.241Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.241Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.242Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:52:59.242Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:52:59.242Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-07 11-50-58
Description:catalog service description
Model UUID:889ceb89-7168-4d05-981e-6d4f5b4175cf
Model Version:NULL
Model InvariantUuid:85b043a9-d872-4920-a42c-5a77cd87b5e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b73fec98-548d
Model UUID:1511d084-c098-4493-b64e-b686eb307593
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6fde271-4c7a-42a8-a6f2-8c83bdd3f82e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f2b8069f-581b-4d1b-84e2-6cf303af17f7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ca12e720-e1cd-45a7-932a-0a44262912b7
ModelName:VfwB73fec98548d..base_vfw..module-0
ModelUuid:c162452c-52f1-46fb-af7a-c0987ff16c65
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:98f7caf5-12b4-4822-855b-bb91ee5c5a6f
ModelInvariantUuid:41aaa753-e8b8-4200-b82f-e22dc8df1143
ModelName:vFW b73fec98-548d-nodes.vfwCvfc
ModelUuid:e78f2827-9806-4d35-8f4a-fb828fbdec4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d0167961-56d1-40d9-9af6-c7cc5d0dc12b
ModelInvariantUuid:2eb5d6c4-ff0a-4b9b-b266-aa94b7cde54c
ModelName:VfwB73fec98548d.compute.nodes.heat.vfw
ModelUuid:7599e67d-1013-40fc-931d-1169cbb13144
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a4f461ae-b87c-43c7-bc44-26ed1c7ad220
ModelInvariantUuid:6479c581-7457-4827-95b2-946d9fffbdb4
ModelName:vFW b73fec98-548d-nodes.vsnCvfc
ModelUuid:5d1cb595-35e4-4cc7-bdd7-80d3cbd039de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:18598efc-c8c3-49ce-ab89-d28678ae05b2
ModelInvariantUuid:9920b584-a5ec-44b9-9cf0-863acc9dfd66
ModelName:VfwB73fec98548d.compute.nodes.heat.vsn
ModelUuid:d43027e5-8b9d-4919-81bb-50d492e35bc6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8dc6a534-97ce-4a5a-af98-a85465c40afb
ModelInvariantUuid:ad5e6e74-e8d6-408d-92d1-2a8eca9b1ddc
ModelName:vFW b73fec98-548d-nodes.vpgCvfc
ModelUuid:b0a7ff44-bd0d-4ad9-b2c5-f5dd600d9558
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:72047a80-6516-48a4-b034-11b3488b1d62
ModelInvariantUuid:b2953063-25a4-4e56-b447-21fb4adf0792
ModelName:VfwB73fec98548d.compute.nodes.heat.vpg
ModelUuid:5417e6d2-d986-402a-ae4b-1339eaaaa564
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T11:52:59.262Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a9be5d60-c82c-4384-ad48-1174ecff27de
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:52:59.424Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||vFW b73fec98-548d 0
2022-06-07T11:52:59.433Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a9be5d60-c82c-4384-ad48-1174ecff27de
2022-06-07T11:52:59.433Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5efa7e28-8b82-481e-bf8a-87bd59d1915a from URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
2022-06-07T11:52:59.434Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:52:59.434Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
2022-06-07T11:52:59.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:52:59.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json 5efa7e28-8b82-481e-bf8a-87bd59d1915a 785
2022-06-07T11:52:59.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json ASDC sendASDCNotification
2022-06-07T11:52:59.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
2022-06-07T11:52:59.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:52:59.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:52:59.524Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:52:59.524Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602779514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:52:59.621Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T11:52:59.624Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:52:59.624Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:52:59.649Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:52:59.651Z||pool-11-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:00.526Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB73fec98548d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ca12e720-e1cd-45a7-932a-0a44262912b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c162452c-52f1-46fb-af7a-c0987ff16c65",
"vfModuleModelCustomizationUUID": "9f58edee-a45a-462b-841c-320556de1e87",
"isBase": true,
"artifacts": [
"78afed6c-24f6-4be5-8549-d7f4dc640f1c",
"5133a2a4-fe23-4001-893e-de8481c5585e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T11:53:00.554Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB73fec98548d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c162452c-52f1-46fb-af7a-c0987ff16c65
VfModuleModelInvariantUUID:ca12e720-e1cd-45a7-932a-0a44262912b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
78afed6c-24f6-4be5-8549-d7f4dc640f1c
,
5133a2a4-fe23-4001-893e-de8481c5585e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T11:53:00.560Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB73fec98548d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ca12e720-e1cd-45a7-932a-0a44262912b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c162452c-52f1-46fb-af7a-c0987ff16c65",
"vfModuleModelCustomizationUUID": "9f58edee-a45a-462b-841c-320556de1e87",
"isBase": true,
"artifacts": [
"78afed6c-24f6-4be5-8549-d7f4dc640f1c",
"5133a2a4-fe23-4001-893e-de8481c5585e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T11:53:00.560Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB73fec98548d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c162452c-52f1-46fb-af7a-c0987ff16c65
VfModuleModelInvariantUUID:ca12e720-e1cd-45a7-932a-0a44262912b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
78afed6c-24f6-4be5-8549-d7f4dc640f1c
,
5133a2a4-fe23-4001-893e-de8481c5585e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T11:53:00.560Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 78afed6c-24f6-4be5-8549-d7f4dc640f1c from URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
2022-06-07T11:53:00.560Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:53:00.561Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
2022-06-07T11:53:00.701Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:53:00.703Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml 78afed6c-24f6-4be5-8549-d7f4dc640f1c 20368
2022-06-07T11:53:00.703Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T11:53:00.704Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
2022-06-07T11:53:00.704Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:53:00.704Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:00.707Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:00.708Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602780703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:53:00.812Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-07T11:53:00.813Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:53:00.814Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:00.843Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:53:00.844Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:01.709Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5133a2a4-fe23-4001-893e-de8481c5585e from URL: /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
2022-06-07T11:53:01.709Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:53:01.712Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
2022-06-07T11:53:01.806Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:53:01.808Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env 5133a2a4-fe23-4001-893e-de8481c5585e 2098
2022-06-07T11:53:01.809Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T11:53:01.809Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
2022-06-07T11:53:01.809Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:53:01.809Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:01.816Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:01.817Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602781809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:53:01.921Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-07T11:53:01.925Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:53:01.926Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:01.943Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:53:01.945Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:02.828Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 889ceb89-7168-4d05-981e-6d4f5b4175cf
2022-06-07T11:53:02.829Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b73fec98-548d 0 a9be5d60-c82c-4384-ad48-1174ecff27de ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:53:02.908Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27d31687, org.onap.sdc.toscaparser.api.parameters.Input@281b4ad6, org.onap.sdc.toscaparser.api.parameters.Input@444786dc, org.onap.sdc.toscaparser.api.parameters.Input@72801017, org.onap.sdc.toscaparser.api.parameters.Input@4dd857ee]
2022-06-07T11:53:02.913Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.913Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:02.914Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-07T11:53:02.915Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f2b8069f-581b-4d1b-84e2-6cf303af17f7
2022-06-07T11:53:02.915Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2b8069f-581b-4d1b-84e2-6cf303af17f7 matches Tosca VF Customization UUID: f2b8069f-581b-4d1b-84e2-6cf303af17f7
2022-06-07T11:53:02.915Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f2b8069f-581b-4d1b-84e2-6cf303af17f7 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T11:53:02.926Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.927Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:02.929Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f2b8069f-581b-4d1b-84e2-6cf303af17f7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-07T11:53:02.929Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61f1175a
2022-06-07T11:53:02.929Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.930Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:53:02.930Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f58edee-a45a-462b-841c-320556de1e87
2022-06-07T11:53:02.932Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f58edee-a45a-462b-841c-320556de1e87
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T11:53:02.942Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.943Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.943Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.945Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.945Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.945Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.946Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.946Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:53:02.946Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:53:02.946Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T11:53:02.947Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:53:02.947Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:53:02.947Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:53:02.948Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.948Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.949Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:53:02.949Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.949Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:53:02.950Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.950Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98f7caf5-12b4-4822-855b-bb91ee5c5a6f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T11:53:02.970Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.970Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.971Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.972Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.972Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:53:02.973Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:53:02.973Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:53:02.974Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.974Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.975Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.975Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:53:02.976Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:53:02.976Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T11:53:02.977Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:53:02.977Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:53:02.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.979Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4f461ae-b87c-43c7-bc44-26ed1c7ad220
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T11:53:02.982Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.983Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.983Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.988Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.988Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is not matching search criteria
2022-06-07T11:53:02.989Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:53:02.989Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:53:02.989Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.990Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.990Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.991Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:53:02.991Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:53:02.991Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:53:02.992Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:53:02.992Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:53:02.993Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:53:02.993Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T11:53:02.993Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dc6a534-97ce-4a5a-af98-a85465c40afb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T11:53:02.996Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.997Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:02.997Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:53:02.998Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:02.998Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Node template vFW b73fec98-548d 0 is matching search criteria
2022-06-07T11:53:03.003Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW b73fec98-548d 0] matching following query criteria: sdcType=VF, customizationUUID=f2b8069f-581b-4d1b-84e2-6cf303af17f7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:53:03.006Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:03.007Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.007Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 889ceb89-7168-4d05-981e-6d4f5b4175cf: vFW b73fec98-548d
2022-06-07T11:53:03.007Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:03.008Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.008Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:03.008Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.008Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:03.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:03.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:53:03.010Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-07 11-50-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:53:03.010Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-07 11-50-58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:53:03.458Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b73fec98-548d a9be5d60-c82c-4384-ad48-1174ecff27de 1 ASDC deployResourceStructure
2022-06-07T11:53:03.459Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json ASDC sendASDCNotification
2022-06-07T11:53:03.459Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json
2022-06-07T11:53:03.460Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:53:03.460Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:03.463Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:03.463Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602783459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:53:03.564Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:53:03.565Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:53:03.565Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:03.585Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:53:03.615Z||pool-14-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:53:04.465Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T11:53:04.465Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml
2022-06-07T11:53:04.465Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:53:04.466Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:04.469Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:04.469Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602784465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T11:53:04.570Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:53:04.572Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:53:04.572Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:04.600Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:53:04.600Z||pool-15-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:05.471Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T11:53:05.472Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env
2022-06-07T11:53:05.472Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:53:05.472Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:05.474Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:05.474Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602785471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-07T11:53:05.574Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:53:05.576Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:53:05.576Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:05.594Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:53:05.595Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:53:06.475Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar ASDC sendASDCNotification
2022-06-07T11:53:06.476Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar
2022-06-07T11:53:06.476Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:53:06.476Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:53:06.478Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:53:06.478Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602786475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:53:06.579Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:53:06.581Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:53:06.581Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:53:06.606Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:53:06.606Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:53:07.480Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a553c594-7392-4855-9df4-c483aa7cd9e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:53:07.505Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a553c594-7392-4855-9df4-c483aa7cd9e2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:53:07.512Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:53:07.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T11:53:07.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T11:53:07.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T11:53:07.513Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:53:07.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:53:07.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:53:07.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:53:07.514Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:53:07.515Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:53:07.515Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:53:07.523Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T11:53:37.524Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a553c594-7392-4855-9df4-c483aa7cd9e2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T11:53:37.534Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a553c594-7392-4855-9df4-c483aa7cd9e2 and serviceModelVersionId: 889ceb89-7168-4d05-981e-6d4f5b4175cf
2022-06-07T11:53:37.534Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85b043a9-d872-4920-a42c-5a77cd87b5e2
2022-06-07T11:53:45.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:53:45.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:53:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:53:45.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:53:45.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T11:53:45.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:53:45.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:00.459Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0
2022-06-07T11:54:00.643Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T11:54:01.670Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|INFO|500||Invoke
2022-06-07T11:54:01.685Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a553c594-7392-4855-9df4-c483aa7cd9e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21a37df4-3109-49c1-99f9-c699dede076d], X-ECOMP-RequestID=[a553c594-7392-4855-9df4-c483aa7cd9e2], X-TransactionId=[], X-ONAP-RequestID=[a553c594-7392-4855-9df4-c483aa7cd9e2], Content-Type=[application/merge-patch+json]}
2022-06-07T11:54:01.905Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T11:54:02.257Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?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/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-11:54:01:960-70017], vertex-id=[192592], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:54:01 GMT], Content-Type=[application/json]}
2022-06-07T11:54:02.259Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T11:54:02.261Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b043a9-d872-4920-a42c-5a77cd87b5e2/model-vers/model-ver/889ceb89-7168-4d05-981e-6d4f5b4175cf?depth=0|INFO|500||InvokeReturn
2022-06-07T11:54:02.274Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T11:54:02.274Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:54:02.284Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T11:54:02.286Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a553c594-7392-4855-9df4-c483aa7cd9e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T11:54:02.289Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T11:54:02.290Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:02.294Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:02.294Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602842287,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:54:02.396Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T11:54:02.398Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:02.398Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:02.431Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:02.434Z||pool-18-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T11:54:03.314Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:54:03.316Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:54:03.316Z|a553c594-7392-4855-9df4-c483aa7cd9e2|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:54:03.962Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:03.963Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:54:03.963Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"433733f6-65a0-435d-82f5-8f33046edbad","serviceName":"basic_onboard_NEDOeB","serviceVersion":"1.0","serviceUUID":"616f7abf-a01b-4a6f-842f-df7dc74267ca","serviceDescription":"service","serviceInvariantUUID":"06a4da75-0c00-4f92-b6c4-623b0157b384","resources":[{"resourceInstanceName":"basic_onboard_NEDOeB 0","resourceName":"basic_onboard_NEDOeB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6cabc878-2dcc-4ae2-9168-39c7d4569419","resourceInvariantUUID":"e474fa8d-29e4-4554-8c6f-14f1281eb210","resourceCustomizationUUID":"bf3fec19-115f-4c35-b875-f9132499cd31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml","artifactChecksum":"NWZmODU1MGU3YzI2YTg0NjhiYTJmMTgzZjMyMTk4YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea2dc48e-c16e-4ab8-902a-f66cf60a8cfd","artifactVersion":"1"},{"artifactName":"basic_onboard_nedoeb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json","artifactChecksum":"MzY3OTYxMmNiNmQzNDBkMzQ5NzM2NmIwMTRiYmY5Nzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b71ac35-a3dd-4a59-b3ee-66a936f7502f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9195046a-e2eb-4bb4-a673-048b2aa420a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6e3205d-e272-4a5c-a70c-419c61a3fbb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aea17ced-88de-426f-8d42-187b0cf6695b","artifactVersion":"2","generatedFromUUID":"9195046a-e2eb-4bb4-a673-048b2aa420a2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNedoeb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml","artifactChecksum":"ZmNlNjg5MDM3N2M1NzM0YThlMjRiZDEzMTM0ODFkMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35f08b66-f66c-4e4c-bf1f-787a85d418ad","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNedoeb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar","artifactChecksum":"MWUxN2MyMjE3YzZiYTJhZTVjZGM5ZjViOTRhNDMwNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84d728d5-42f7-40a0-8497-3e128675878d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T11:54:03.974Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:03.975Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:03.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:03.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:04.078Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:04.080Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:04.080Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:04.115Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:04.116Z||pool-19-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:04.978Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:04.979Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:04.982Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:04.982Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:54:05.082Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:05.083Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:05.083Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:05.102Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:05.103Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:05.983Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:05.984Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:05.986Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:05.986Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:54:06.087Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:06.088Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:06.088Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:06.108Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:06.109Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:06.987Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:06.989Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:06.991Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:06.992Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:07.093Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T11:54:07.095Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:07.096Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:07.112Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:07.113Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:07.993Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:07.994Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:07.997Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:07.997Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T11:54:08.097Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:54:08.098Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:08.099Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:08.129Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:08.130Z||pool-23-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:08.999Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:09.000Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:09.002Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:09.003Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:09.103Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:54:09.104Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:09.104Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:09.125Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:09.125Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:10.004Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:54:10.005Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:10.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:10.009Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:54:10.109Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:10.110Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:10.110Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:10.132Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:10.133Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:11.011Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"serviceName": "basic_onboard_NEDOeB",
"serviceVersion": "1.0",
"serviceUUID": "616f7abf-a01b-4a6f-842f-df7dc74267ca",
"serviceDescription": "service",
"serviceInvariantUUID": "06a4da75-0c00-4f92-b6c4-623b0157b384",
"resources": [
{
"resourceInstanceName": "basic_onboard_NEDOeB 0",
"resourceCustomizationUUID": "bf3fec19-115f-4c35-b875-f9132499cd31",
"resourceName": "basic_onboard_NEDOeB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6cabc878-2dcc-4ae2-9168-39c7d4569419",
"resourceInvariantUUID": "e474fa8d-29e4-4554-8c6f-14f1281eb210",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nedoeb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"artifactChecksum": "MzY3OTYxMmNiNmQzNDBkMzQ5NzM2NmIwMTRiYmY5Nzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b71ac35-a3dd-4a59-b3ee-66a936f7502f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9195046a-e2eb-4bb4-a673-048b2aa420a2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "aea17ced-88de-426f-8d42-187b0cf6695b",
"generatedFromUUID": "9195046a-e2eb-4bb4-a673-048b2aa420a2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "aea17ced-88de-426f-8d42-187b0cf6695b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNedoeb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"artifactChecksum": "MWUxN2MyMjE3YzZiYTJhZTVjZGM5ZjViOTRhNDMwNDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84d728d5-42f7-40a0-8497-3e128675878d"
}
],
"workloadContext": "Production"
}
2022-06-07T11:54:11.012Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T11:54:11.012Z|a553c594-7392-4855-9df4-c483aa7cd9e2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 616f7abf-a01b-4a6f-842f-df7dc74267ca ASDC
2022-06-07T11:54:11.013Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:433733f6-65a0-435d-82f5-8f33046edbad
ServiceName:basic_onboard_NEDOeB
ServiceVersion:1.0
ServiceUUID:616f7abf-a01b-4a6f-842f-df7dc74267ca
ServiceInvariantUUID:06a4da75-0c00-4f92-b6c4-623b0157b384
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNedoeb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
ArtifactUUID:84d728d5-42f7-40a0-8497-3e128675878d
ArtifactChecksum:MWUxN2MyMjE3YzZiYTJhZTVjZGM5ZjViOTRhNDMwNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NEDOeB 0
ResourceCustomizationUUID:bf3fec19-115f-4c35-b875-f9132499cd31
ResourceInvariantUUID:e474fa8d-29e4-4554-8c6f-14f1281eb210
ResourceName:basic_onboard_NEDOeB
ResourceType:VF
ResourceUUID:6cabc878-2dcc-4ae2-9168-39c7d4569419
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nedoeb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
ArtifactUUID:0b71ac35-a3dd-4a59-b3ee-66a936f7502f
ArtifactChecksum:MzY3OTYxMmNiNmQzNDBkMzQ5NzM2NmIwMTRiYmY5Nzk=
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/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9195046a-e2eb-4bb4-a673-048b2aa420a2
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/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
ArtifactUUID:aea17ced-88de-426f-8d42-187b0cf6695b
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/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
ArtifactUUID:aea17ced-88de-426f-8d42-187b0cf6695b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T11:54:11.013Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 616f7abf-a01b-4a6f-842f-df7dc74267ca ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:54:11.061Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:54:11.062Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:54:11.064Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:54:11.065Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 84d728d5-42f7-40a0-8497-3e128675878d from URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:11.066Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:54:11.066Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:11.174Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:54:11.178Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar 84d728d5-42f7-40a0-8497-3e128675878d 71560
2022-06-07T11:54:11.178Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar ASDC sendASDCNotification
2022-06-07T11:54:11.178Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:11.179Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:54:11.179Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:11.181Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:11.181Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602851178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:54:11.282Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:11.283Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:11.283Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:11.324Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:11.325Z||pool-26-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:12.183Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:54:12.188Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T11:54:12.188Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 84d728d5-42f7-40a0-8497-3e128675878d, URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar to file: /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:12.189Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:12.189Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:12.190Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:12.439Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12787909581961348009/Definitions/service-BasicOnboardNedoeb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-07T11:54:14.450Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T11:54:14.451Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T11:54:14.452Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.452Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T11:54:14.453Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NEDOeB 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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.453Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.454Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.454Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.455Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.455Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.455Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.456Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.456Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||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-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:14.456Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T11:54:14.457Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.457Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.458Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.458Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T11:54:14.459Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:54:14.460Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.460Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.461Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.462Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T11:54:14.462Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:54:14.463Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.464Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.464Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.464Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is not matching search criteria
2022-06-07T11:54:14.465Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-07T11:54:14.465Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-07T11:54:14.466Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-07T11:54:14.466Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T11:54:14.466Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T11:54:14.467Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.467Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:54:14.468Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.468Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.468Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:14.469Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.469Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.469Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:14.470Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.470Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:14.470Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:14.471Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.471Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is not matching search criteria
2022-06-07T11:54:14.471Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T11:54:14.472Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T11:54:14.472Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a0c67a65-795c-405d-a4ae-880497cea497
2022-06-07T11:54:14.472Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.472Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.473Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.473Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.473Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.474Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.474Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:14.474Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:14.474Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NEDOeB
Description:service
Model UUID:616f7abf-a01b-4a6f-842f-df7dc74267ca
Model Version:NULL
Model InvariantUuid:06a4da75-0c00-4f92-b6c4-623b0157b384
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NEDOeB
Model UUID:51c11b8f-b854-43af-88a7-9da913ced6bf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e474fa8d-29e4-4554-8c6f-14f1281eb210
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bf3fec19-115f-4c35-b875-f9132499cd31
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9f2bdcde-4416-4e22-a35a-4770fa6ac121
ModelName:BasicOnboardNedoeb..base_ubuntu18..module-0
ModelUuid:5b4563b3-8a96-4185-84f3-c4bff0d4b47a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a0c67a65-795c-405d-a4ae-880497cea497
ModelInvariantUuid:dab56b6f-b39c-4115-ba4b-04ff800c8231
ModelName:basic_onboard_NEDOeB-nodes.ubuntu18Cvfc
ModelUuid:4b48d5e5-d177-4df5-b394-354fbeb063d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7dda46e5-d093-4d60-9f87-f88e4e1a4b7c
ModelInvariantUuid:edcea5ee-24cc-43c9-851e-e333e072fa2a
ModelName:BasicOnboardNedoeb.compute.nodes.heat.ubuntu18
ModelUuid:ebaeb67e-4b19-48ca-a3e4-d3040cab0c67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T11:54:14.484Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6cabc878-2dcc-4ae2-9168-39c7d4569419
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:54:14.489Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||basic_onboard_NEDOeB 0
2022-06-07T11:54:14.489Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6cabc878-2dcc-4ae2-9168-39c7d4569419
2022-06-07T11:54:14.489Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b71ac35-a3dd-4a59-b3ee-66a936f7502f from URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
2022-06-07T11:54:14.489Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:54:14.490Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
2022-06-07T11:54:14.567Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:54:14.569Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json 0b71ac35-a3dd-4a59-b3ee-66a936f7502f 798
2022-06-07T11:54:14.570Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json ASDC sendASDCNotification
2022-06-07T11:54:14.571Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
2022-06-07T11:54:14.571Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:54:14.572Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:14.575Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:14.575Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602854570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:54:14.680Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-07T11:54:14.682Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:14.683Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:14.702Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:14.708Z||pool-27-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:15.576Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNedoeb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9f2bdcde-4416-4e22-a35a-4770fa6ac121",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5b4563b3-8a96-4185-84f3-c4bff0d4b47a",
"vfModuleModelCustomizationUUID": "3f686b4a-2b5b-4428-99be-5121dabe529d",
"isBase": true,
"artifacts": [
"9195046a-e2eb-4bb4-a673-048b2aa420a2",
"aea17ced-88de-426f-8d42-187b0cf6695b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T11:54:15.583Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNedoeb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b4563b3-8a96-4185-84f3-c4bff0d4b47a
VfModuleModelInvariantUUID:9f2bdcde-4416-4e22-a35a-4770fa6ac121
VfModuleModelDescription:NULL
Artifacts UUID List:{
9195046a-e2eb-4bb4-a673-048b2aa420a2
,
aea17ced-88de-426f-8d42-187b0cf6695b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T11:54:15.588Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNedoeb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9f2bdcde-4416-4e22-a35a-4770fa6ac121",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5b4563b3-8a96-4185-84f3-c4bff0d4b47a",
"vfModuleModelCustomizationUUID": "3f686b4a-2b5b-4428-99be-5121dabe529d",
"isBase": true,
"artifacts": [
"9195046a-e2eb-4bb4-a673-048b2aa420a2",
"aea17ced-88de-426f-8d42-187b0cf6695b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T11:54:15.589Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNedoeb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5b4563b3-8a96-4185-84f3-c4bff0d4b47a
VfModuleModelInvariantUUID:9f2bdcde-4416-4e22-a35a-4770fa6ac121
VfModuleModelDescription:NULL
Artifacts UUID List:{
9195046a-e2eb-4bb4-a673-048b2aa420a2
,
aea17ced-88de-426f-8d42-187b0cf6695b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T11:54:15.589Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9195046a-e2eb-4bb4-a673-048b2aa420a2 from URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
2022-06-07T11:54:15.589Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:54:15.589Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
2022-06-07T11:54:15.691Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:54:15.692Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml 9195046a-e2eb-4bb4-a673-048b2aa420a2 5033
2022-06-07T11:54:15.692Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T11:54:15.692Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
2022-06-07T11:54:15.693Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:54:15.693Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:15.697Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:15.697Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602855692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:54:15.797Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:15.799Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:15.800Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:15.824Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:15.825Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:16.698Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aea17ced-88de-426f-8d42-187b0cf6695b from URL: /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
2022-06-07T11:54:16.699Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T11:54:16.699Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
2022-06-07T11:54:16.883Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T11:54:16.884Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env aea17ced-88de-426f-8d42-187b0cf6695b 909
2022-06-07T11:54:16.884Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T11:54:16.885Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
2022-06-07T11:54:16.885Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:54:16.885Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:16.888Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:16.889Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602856884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:54:16.990Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T11:54:16.992Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:16.992Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:17.016Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:17.017Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:17.889Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 616f7abf-a01b-4a6f-842f-df7dc74267ca
2022-06-07T11:54:17.890Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NEDOeB 0 6cabc878-2dcc-4ae2-9168-39c7d4569419 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:54:17.908Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@602e7bc3, org.onap.sdc.toscaparser.api.parameters.Input@4bac3da0, org.onap.sdc.toscaparser.api.parameters.Input@3320be60, org.onap.sdc.toscaparser.api.parameters.Input@1842ad65, org.onap.sdc.toscaparser.api.parameters.Input@ba12dcd]
2022-06-07T11:54:17.911Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.911Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.912Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-07T11:54:17.912Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bf3fec19-115f-4c35-b875-f9132499cd31
2022-06-07T11:54:17.913Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf3fec19-115f-4c35-b875-f9132499cd31 matches Tosca VF Customization UUID: bf3fec19-115f-4c35-b875-f9132499cd31
2022-06-07T11:54:17.913Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bf3fec19-115f-4c35-b875-f9132499cd31 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T11:54:17.917Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.918Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.919Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bf3fec19-115f-4c35-b875-f9132499cd31: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-07T11:54:17.919Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a8b97d6
2022-06-07T11:54:17.920Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.920Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:54:17.920Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f686b4a-2b5b-4428-99be-5121dabe529d
2022-06-07T11:54:17.921Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f686b4a-2b5b-4428-99be-5121dabe529d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T11:54:17.924Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.925Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:17.925Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:17.926Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.927Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:17.927Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:17.928Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.928Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is not matching search criteria
2022-06-07T11:54:17.929Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T11:54:17.929Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T11:54:17.929Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a0c67a65-795c-405d-a4ae-880497cea497
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T11:54:17.933Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.934Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:17.934Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:54:17.935Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.935Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_NEDOeB 0 is matching search criteria
2022-06-07T11:54:17.936Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_NEDOeB 0] matching following query criteria: sdcType=VF, customizationUUID=bf3fec19-115f-4c35-b875-f9132499cd31
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:54:17.939Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.940Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.941Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 616f7abf-a01b-4a6f-842f-df7dc74267ca: basic_onboard_NEDOeB
2022-06-07T11:54:17.941Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.942Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.942Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.943Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.943Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.944Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.944Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.944Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.945Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:54:17.945Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_NEDOeB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:54:17.945Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_NEDOeB
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:54:18.071Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NEDOeB 6cabc878-2dcc-4ae2-9168-39c7d4569419 1 ASDC deployResourceStructure
2022-06-07T11:54:18.072Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json ASDC sendASDCNotification
2022-06-07T11:54:18.072Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json
2022-06-07T11:54:18.073Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:54:18.073Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:18.076Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:18.076Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602858072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:54:18.176Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:18.177Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:18.178Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:18.195Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:18.196Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:19.078Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T11:54:19.078Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml
2022-06-07T11:54:19.078Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:54:19.079Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:19.081Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:19.082Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602859077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T11:54:19.182Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:54:19.183Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:19.183Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:19.203Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:19.204Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:20.083Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T11:54:20.083Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env
2022-06-07T11:54:20.084Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:54:20.085Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:20.089Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:20.090Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602860083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-07T11:54:20.196Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-07T11:54:20.198Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:20.198Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:20.227Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:20.228Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:54:21.092Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar ASDC sendASDCNotification
2022-06-07T11:54:21.124Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar
2022-06-07T11:54:21.124Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:54:21.124Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:54:21.136Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:54:21.137Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602861092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:54:21.227Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-07T11:54:21.229Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:54:21.229Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:54:21.251Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:21.252Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:54:22.140Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:54:22.156Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:54:22.166Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:54:22.166Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:54:22.166Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:54:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:54:45.060Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:54:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:54:45.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:54:45.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:54:45.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:54:45.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T11:54:45.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602765035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:54:45.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602773264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:54:45.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602779514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:54:45.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602780703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:54:45.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602781809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:54:45.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602783459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/vfwb73fec98548d0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602784465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602785471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/resourceInstances/vfwb73fec98548d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-07T11:54:45.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602786475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607115058/1.0/artifacts/service-Vfw20220607115058-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:54:45.113Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:54:45.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "cds",
"timestamp": 1654602809283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602808215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602808812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "cds",
"timestamp": 1654602809283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602808215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602808812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "cds",
"timestamp": 1654602809283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602808215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602808812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:54:45.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "cds",
"timestamp": 1654602809283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602808215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602808812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602820710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "cds",
"timestamp": 1654602809283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602808215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602808812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602820710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "cds",
"timestamp": 1654602809283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602808215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602808812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602820710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "cds",
"timestamp": 1654602809283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602808215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:54:45.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602808812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:54:45.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602823108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602823012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:45.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:54:45.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602820710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:54:45.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T11:54:52.167Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:54:52.182Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:54:52.187Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:54:52.188Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:54:52.188Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:55:22.189Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:55:22.205Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:55:22.210Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:55:22.210Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:55:22.211Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:55:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:55:45.061Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:55:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:55:45.104Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:55:45.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-07T11:55:45.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "cds",
"timestamp": 1654602825440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:55:45.106Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:55:52.211Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:55:52.223Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:55:52.227Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:55:52.227Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:55:52.228Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:56:22.228Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:56:22.272Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:56:22.276Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:56:22.276Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:56:22.276Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:56:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:56:45.061Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:56:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:56:45.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:56:45.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602823108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602824850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602825431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602823012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602820710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "cds",
"timestamp": 1654602826445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:56:45.622Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.623Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:56:45.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602823108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602826436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602823012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602820710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602823108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "policy-id",
"timestamp": 1654602827440,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:56:45.645Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.645Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:56:45.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602823012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602827093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "ves-openapi-manager",
"timestamp": 1654602820710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602823108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602823012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654602828097,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:56:45.670Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.670Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:56:45.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602823108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602823012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602823108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602823012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602830971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602830798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602832086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602833146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602834173,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:56:45.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.699Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T11:56:45.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602834068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654602835178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602834068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602834068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602834068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602834068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602838466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602834068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "aai-ml",
"timestamp": 1654602839473,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:56:45.718Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.718Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:56:45.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602834068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a553c594-7392-4855-9df4-c483aa7cd9e2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602842287,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602843314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602850286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602851178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602851308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:56:45.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "clamp",
"timestamp": 1654602852311,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:56:45.741Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 433733f6-65a0-435d-82f5-8f33046edbad
2022-06-07T11:56:45.741Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 433733f6-65a0-435d-82f5-8f33046edbad and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T11:56:45.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602854570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602855692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602856884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602858072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/basic_onboard_nedoeb0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:56:45.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602859077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T11:56:45.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602860083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/resourceInstances/basic_onboard_nedoeb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-07T11:56:45.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:45.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:56:45.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602861092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNedoeb/1.0/artifacts/service-BasicOnboardNedoeb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:56:45.759Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:56:52.277Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:56:52.293Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T11:56:52.298Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:56:52.298Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T11:56:52.298Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:56:52.299Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:56:52.300Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:56:52.300Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:56:52.300Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:56:52.306Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T11:57:22.306Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 433733f6-65a0-435d-82f5-8f33046edbad and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T11:57:22.316Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 433733f6-65a0-435d-82f5-8f33046edbad and serviceModelVersionId: 616f7abf-a01b-4a6f-842f-df7dc74267ca
2022-06-07T11:57:22.316Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06a4da75-0c00-4f92-b6c4-623b0157b384
2022-06-07T11:57:22.318Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0
2022-06-07T11:57:22.333Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T11:57:22.447Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|INFO|500||Invoke
2022-06-07T11:57:22.448Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[433733f6-65a0-435d-82f5-8f33046edbad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9065884b-1523-4b0d-a648-77c6b5155889], X-ECOMP-RequestID=[433733f6-65a0-435d-82f5-8f33046edbad], X-TransactionId=[], X-ONAP-RequestID=[433733f6-65a0-435d-82f5-8f33046edbad], Content-Type=[application/merge-patch+json]}
2022-06-07T11:57:22.510Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T11:57:22.768Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?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/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-11:57:22:561-18992], vertex-id=[200824], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:57:22 GMT], Content-Type=[application/json]}
2022-06-07T11:57:22.769Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T11:57:22.770Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a4da75-0c00-4f92-b6c4-623b0157b384/model-vers/model-ver/616f7abf-a01b-4a6f-842f-df7dc74267ca?depth=0|INFO|500||InvokeReturn
2022-06-07T11:57:22.770Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T11:57:22.770Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:57:22.777Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T11:57:22.777Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 433733f6-65a0-435d-82f5-8f33046edbad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T11:57:22.778Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T11:57:22.779Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:57:22.781Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:57:22.782Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603042777,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:57:22.882Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:57:22.883Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T11:57:22.883Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T11:57:22.928Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:57:22.928Z||pool-34-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T11:57:23.813Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:23.814Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:57:23.815Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:57:34.215Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:57:34.216Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:34.217Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:57:34.217Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:57:43.771Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:57:43.772Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:43.773Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:57:43.773Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:57:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:45.060Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:57:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:57:45.704Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:57:45.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T11:57:45.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "433733f6-65a0-435d-82f5-8f33046edbad",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603042777,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:57:45.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:57:53.386Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:57:53.387Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:57:53.388Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:57:53.388Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:58:02.947Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:58:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:58:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:58:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:58:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:58:45.060Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:58:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:58:54.624Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:58:54.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:59:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:59:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:59:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T11:59:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:59:45.060Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:59:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T11:59:54.638Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:59:54.640Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:00:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:00:45.040Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:00:45.042Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:00:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:00:45.060Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:00:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:00:54.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:00:54.648Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:01:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:01:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:01:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:01:45.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:01:45.061Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:01:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:01:54.611Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:01:54.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:02:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:02:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:02:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:02:45.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:02:45.060Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:02:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:02:54.626Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:02:54.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:03:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:03:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:03:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:03:45.059Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:03:45.060Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:03:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:03:54.630Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:03:54.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:04:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:04:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:04:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:04:45.059Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:04:45.060Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:04:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:04:54.630Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:04:54.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:05:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:05:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:05:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:05:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:05:45.060Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:05:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:05:54.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:05:54.623Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:06:45.035Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:06:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:06:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:06:45.059Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:06:45.060Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:06:45.060Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:06:54.632Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:06:54.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:07:45.036Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:07:45.037Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:07:45.038Z|433733f6-65a0-435d-82f5-8f33046edbad|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:07:45.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:07:45.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:07:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:07:45.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:07:45.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603643109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "clamp",
"timestamp": 1654603644068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603640710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603643109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:07:45.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "clamp",
"timestamp": 1654603644068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603640710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603648214,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "policy-id",
"timestamp": 1654603648811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "cds",
"timestamp": 1654603649283,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603648214,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "policy-id",
"timestamp": 1654603648811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "cds",
"timestamp": 1654603649283,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:07:45.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603651129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "policy-id",
"timestamp": 1654603651777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "cds",
"timestamp": 1654603652077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "clamp",
"timestamp": 1654603652420,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:07:45.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "policy-id",
"timestamp": 1654603652785,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:07:45.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "cds",
"timestamp": 1654603653084,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:07:45.501Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:07:45.502Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:07:45.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603652787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:07:45.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "clamp",
"timestamp": 1654603653454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:07:45.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:07:45.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "policy-id",
"timestamp": 1654603653789,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:07:45.537Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:07:45.538Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:07:45.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603653791,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:07:45.561Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:07:45.562Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:07:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "clamp",
"timestamp": 1654603654459,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:07:45.579Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:07:45.579Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:07:45.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "aai-ml",
"timestamp": 1654603663012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:07:45.677Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:07:45.679Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T12:07:45.679Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"098da99b-7488-4b9e-be70-1f0fb8436e9c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7194dfd0-c956-4547-869c-3cc511cc2ec6","serviceDescription":"service","serviceInvariantUUID":"04bd5251-ef41-496a-b801-50d636d62fd8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"51931789-2656-4bd5-8001-40d074b1bd50","resourceInvariantUUID":"1614268c-1e97-44d0-b6d3-3289d601a97a","resourceCustomizationUUID":"7c0eef05-d03d-4682-af95-1f771d77ad54","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":"YmI2M2JiYzNmNGU5YTdhNDlkYTNhYTI2M2Y4OGMwOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5939a38-567b-4d3c-9979-f3f84d84dacf","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjllZjdiY2Y5MmU2ZGJkMmIyMWYwYTk1ZjdlNzRkZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"361c89c4-6290-4e7c-8ed4-d694c2441e00","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:07:45.686Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:07:45.694Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:07:45.713Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:07:45.714Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603665036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:07:45.813Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T12:07:45.815Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:07:45.815Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:07:45.832Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:07:45.833Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:07:46.716Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:07:46.717Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:07:46.720Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:07:46.720Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603665036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:07:46.822Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T12:07:46.824Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:07:46.824Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:07:46.845Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:07:46.846Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:07:47.721Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7194dfd0-c956-4547-869c-3cc511cc2ec6",
"serviceDescription": "service",
"serviceInvariantUUID": "04bd5251-ef41-496a-b801-50d636d62fd8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7c0eef05-d03d-4682-af95-1f771d77ad54",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "51931789-2656-4bd5-8001-40d074b1bd50",
"resourceInvariantUUID": "1614268c-1e97-44d0-b6d3-3289d601a97a",
"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": "ZjllZjdiY2Y5MmU2ZGJkMmIyMWYwYTk1ZjdlNzRkZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "361c89c4-6290-4e7c-8ed4-d694c2441e00"
}
],
"workloadContext": "Production"
}
2022-06-07T12:07:47.722Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:07:47.723Z|433733f6-65a0-435d-82f5-8f33046edbad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7194dfd0-c956-4547-869c-3cc511cc2ec6 ASDC
2022-06-07T12:07:47.724Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:098da99b-7488-4b9e-be70-1f0fb8436e9c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7194dfd0-c956-4547-869c-3cc511cc2ec6
ServiceInvariantUUID:04bd5251-ef41-496a-b801-50d636d62fd8
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:361c89c4-6290-4e7c-8ed4-d694c2441e00
ArtifactChecksum:ZjllZjdiY2Y5MmU2ZGJkMmIyMWYwYTk1ZjdlNzRkZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7c0eef05-d03d-4682-af95-1f771d77ad54
ResourceInvariantUUID:1614268c-1e97-44d0-b6d3-3289d601a97a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:51931789-2656-4bd5-8001-40d074b1bd50
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-07T12:07:47.725Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7194dfd0-c956-4547-869c-3cc511cc2ec6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T12:07:47.759Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:07:47.769Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:07:47.770Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:07:47.770Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 361c89c4-6290-4e7c-8ed4-d694c2441e00 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T12:07:47.770Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:07:47.771Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T12:07:47.849Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:07:47.853Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 361c89c4-6290-4e7c-8ed4-d694c2441e00 52510
2022-06-07T12:07:47.853Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T12:07:47.854Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T12:07:47.854Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:07:47.854Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:07:47.857Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:07:47.857Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603667853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:07:47.957Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:07:47.958Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:07:47.958Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:07:47.974Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:07:47.974Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:07:48.858Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:07:48.859Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:07:48.860Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 361c89c4-6290-4e7c-8ed4-d694c2441e00, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:48.860Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-07T12:07:48.861Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:48.861Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.037Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6130434122292548682/Definitions/service-BasicNetwork-template.yml
2022-06-07T12:07:49.883Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:07:49.884Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T12:07:49.885Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:07:49.886Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.886Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.886Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T12:07:49.887Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.888Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.889Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7194dfd0-c956-4547-869c-3cc511cc2ec6
Model Version:NULL
Model InvariantUuid:04bd5251-ef41-496a-b801-50d636d62fd8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1614268c-1e97-44d0-b6d3-3289d601a97a
Model UUID:74123b03-72f9-4e8d-a0c6-cc7ca421bf5c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7c0eef05-d03d-4682-af95-1f771d77ad54
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T12:07:49.899Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 51931789-2656-4bd5-8001-40d074b1bd50
2022-06-07T12:07:49.900Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||No resources found for Service: 7194dfd0-c956-4547-869c-3cc511cc2ec6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T12:07:49.907Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||
2022-06-07T12:07:49.907Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-07T12:07:49.909Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 7194dfd0-c956-4547-869c-3cc511cc2ec6
2022-06-07T12:07:49.909Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7194dfd0-c956-4547-869c-3cc511cc2ec6
2022-06-07T12:07:49.909Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-07T12:07:49.909Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T12:07:49.926Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a7061c0, org.onap.sdc.toscaparser.api.parameters.Input@3f71b1eb, org.onap.sdc.toscaparser.api.parameters.Input@7a4cce6d, org.onap.sdc.toscaparser.api.parameters.Input@52702f6d, org.onap.sdc.toscaparser.api.parameters.Input@2bf72a82]
2022-06-07T12:07:49.928Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.928Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.928Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.928Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7194dfd0-c956-4547-869c-3cc511cc2ec6: Generic NeutronNet
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.929Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-07T12:07:49.987Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.987Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.988Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.988Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.988Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:07:49.989Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:07:49.989Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-07T12:07:50.054Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-07T12:07:50.055Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T12:07:50.055Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T12:07:50.055Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T12:07:50.055Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:07:50.057Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:07:50.058Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603670055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:07:50.159Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:07:50.160Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:07:50.161Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:07:50.206Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:07:50.207Z||pool-38-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:07:51.058Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:07:51.074Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:07:51.080Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:07:51.080Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:07:51.080Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:08:21.081Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:08:21.110Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:08:21.115Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:08:21.116Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:08:21.116Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:08:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:08:45.062Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:08:45.062Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:08:45.103Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:08:45.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:08:45.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "aai-ml",
"timestamp": 1654603663012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:08:45.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:08:51.116Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:08:51.136Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:08:51.149Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:08:51.150Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:08:51.150Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:09:21.155Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:09:21.207Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:09:21.229Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:09:21.230Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:09:21.234Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:09:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:09:45.061Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:09:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:09:45.152Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:09:45.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:09:45.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603665036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:09:45.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:09:51.234Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:09:51.248Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:09:51.252Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:09:51.253Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:09:51.253Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:10:21.253Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:10:21.273Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:10:21.277Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:10:21.278Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T12:10:21.278Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T12:10:45.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:10:45.060Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:10:45.061Z||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 v17Vvk939kYJMEmh) ...
2022-06-07T12:10:45.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:10:45.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "aai-ml",
"timestamp": 1654603665793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603665036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603667853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603670055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "aai-ml",
"timestamp": 1654603670244,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "aai-ml",
"timestamp": 1654603671249,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:10:45.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 098da99b-7488-4b9e-be70-1f0fb8436e9c
2022-06-07T12:10:45.131Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 098da99b-7488-4b9e-be70-1f0fb8436e9c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:10:45.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603683109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603679283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603678214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603680710,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603679283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603683109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603678214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603680710,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603683109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603679283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603678214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603680710,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603688811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603683109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603678214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603679283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603680710,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603688811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603683109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603679283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603678214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603680710,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603688811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603683109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603678214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603680710,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603679283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603688811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603678214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603679283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603683109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603680710,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603688811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654603683109,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:10:45.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603680710,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603678214,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603679283,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603688811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603693012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603694885,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603694251,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603694233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603688811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603693012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "cds",
"timestamp": 1654603695891,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:10:45.213Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:10:45.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603695511,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T12:10:45.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603688811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603693012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603696261,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "ves-openapi-manager",
"timestamp": 1654603696517,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:10:45.234Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.235Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:10:45.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603693012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603697591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654603697265,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:10:45.256Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.256Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:10:45.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603693012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603698596,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:10:45.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603693012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "policy-id",
"timestamp": 1654603699599,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:10:45.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.282Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:10:45.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603693012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603693012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603701814,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603704069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603704069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603704069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603707011,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:10:45.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603704069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "aai-ml",
"timestamp": 1654603708016,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:10:45.308Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.308Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:10:45.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603704069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603704069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603704069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603704069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603721517,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603723440,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T12:10:45.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "clamp",
"timestamp": 1654603724445,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:10:45.332Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 08e7e227-1b2e-478a-964c-9ffdb761bf25
2022-06-07T12:10:45.332Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08e7e227-1b2e-478a-964c-9ffdb761bf25 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T12:10:51.279Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:10:51.295Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T12:10:51.300Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T12:10:51.301Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T12:10:51.301Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T12:10:51.301Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T12:10:51.307Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T12:11:21.311Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T12:11:21.327Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 098da99b-7488-4b9e-be70-1f0fb8436e9c and serviceModelVersionId: 7194dfd0-c956-4547-869c-3cc511cc2ec6
2022-06-07T12:11:21.328Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04bd5251-ef41-496a-b801-50d636d62fd8
2022-06-07T12:11:21.329Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0
2022-06-07T12:11:21.339Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T12:11:21.436Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-07T12:11:21.440Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0|INFO|500||Invoke
2022-06-07T12:11:21.485Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T12:11:21.824Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0|INFO|500||InvokeReturn
2022-06-07T12:11:21.826Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04bd5251-ef41-496a-b801-50d636d62fd8/model-vers/model-ver/7194dfd0-c956-4547-869c-3cc511cc2ec6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-12:11:21:531-50859], vertex-id=[188504], Content-Length=[0], Date=[Tue, 07 Jun 2022 12:11:21 GMT], Content-Type=[application/json]}
2022-06-07T12:11:21.827Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T12:11:21.828Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T12:11:21.828Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T12:11:21.837Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T12:11:21.837Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 098da99b-7488-4b9e-be70-1f0fb8436e9c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T12:11:21.838Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T12:11:21.838Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:21.843Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:21.843Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "098da99b-7488-4b9e-be70-1f0fb8436e9c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603881838,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T12:11:21.943Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:11:21.945Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:21.945Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:21.970Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:21.971Z||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-06-07T12:11:22.868Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T12:11:22.877Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T12:11:22.877Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|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 v17Vvk939kYJMEmh) ...
2022-06-07T12:11:27.399Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:27.401Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T12:11:27.401Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"08e7e227-1b2e-478a-964c-9ffdb761bf25","serviceName":"Demo_pNF_WWNSI9gyWNX0H4lNQ1IM","serviceVersion":"1.0","serviceUUID":"926dc403-8141-4691-bbdb-fe3580352a5a","serviceDescription":"catalog service description","serviceInvariantUUID":"1e79b46d-6fcc-4867-83b5-825a8b1b1635","resources":[{"resourceInstanceName":"pNF 3fabe08f-f923 0","resourceName":"pNF 3fabe08f-f923","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3bbf0b7f-3fe5-4db5-ac86-36034744cad9","resourceInvariantUUID":"734f8492-c61c-47a8-92ed-ace5c62c81ad","resourceCustomizationUUID":"924e50eb-917b-4b86-8723-3c9a9f2d7ed7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml","artifactChecksum":"M2MyYTlhMjk2ODdkNzNlNGE4ODM0YTc4ZDE0ZjI2YWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11de06ae-b25a-4927-977c-557991f60ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ae872b7-d02b-4123-bbb5-4af9e8de43ff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b2cd2bb-b40c-4e26-a505-1e4c10229de8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml","artifactChecksum":"MDY3ZjVlMGQ0NzMzZmU3YTc3YzExNjFhZTU4MGEyNmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecc3f495-75e8-45e3-a954-e50476358b2a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5789da93-3f4e-4462-b376-6d237685227d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24ce3701-8cc0-4469-98e4-751be67b0e45","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml","artifactChecksum":"Y2U5NjVlOTVlMTZhMjRmZjRiZGYzMTUyMGYyNzVmYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b76f2228-f3b6-4452-a9e1-d38177c30f39","artifactVersion":"1"},{"artifactName":"service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar","artifactChecksum":"ZmVhNTkzZWE5NzYzYzZiZmQwY2E3M2IzOTI5NmVlMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5971ee8-08c5-440c-b7d5-1b3908e52136","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T12:11:27.404Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:27.404Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:27.413Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:27.413Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603882868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:11:27.507Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-07T12:11:27.508Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:27.509Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:27.524Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:27.525Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:28.414Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:28.415Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:28.417Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:28.417Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603882868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:11:28.518Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:11:28.519Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:28.519Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:28.536Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:28.537Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:11:29.419Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:29.420Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:29.422Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:29.422Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603882868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:11:29.522Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:11:29.524Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:29.524Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:29.571Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:29.572Z||pool-42-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:11:30.423Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:30.424Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:30.427Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:30.428Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603882868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:11:30.527Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T12:11:30.529Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:30.529Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:30.586Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:30.586Z||pool-43-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:31.429Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:31.430Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:31.432Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:31.433Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603882868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:11:31.533Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:11:31.534Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:31.534Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:31.556Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:31.557Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:32.433Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:32.434Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:32.444Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:32.444Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603882868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/resourceInstances/pnf3fabe08ff9230/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:11:32.538Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-07T12:11:32.539Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:32.540Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:32.586Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:32.587Z||pool-45-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:11:33.445Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:33.446Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:33.449Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:33.449Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603882868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T12:11:33.550Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T12:11:33.552Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:33.552Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:33.630Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:33.631Z||pool-46-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:34.450Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T12:11:34.451Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:34.457Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:34.458Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603882868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T12:11:34.554Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T12:11:34.555Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:34.556Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:34.578Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:34.579Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T12:11:35.460Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"serviceName": "Demo_pNF_WWNSI9gyWNX0H4lNQ1IM",
"serviceVersion": "1.0",
"serviceUUID": "926dc403-8141-4691-bbdb-fe3580352a5a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1e79b46d-6fcc-4867-83b5-825a8b1b1635",
"resources": [
{
"resourceInstanceName": "pNF 3fabe08f-f923 0",
"resourceCustomizationUUID": "924e50eb-917b-4b86-8723-3c9a9f2d7ed7",
"resourceName": "pNF 3fabe08f-f923",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "3bbf0b7f-3fe5-4db5-ac86-36034744cad9",
"resourceInvariantUUID": "734f8492-c61c-47a8-92ed-ace5c62c81ad",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"artifactChecksum": "ZmVhNTkzZWE5NzYzYzZiZmQwY2E3M2IzOTI5NmVlMjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d5971ee8-08c5-440c-b7d5-1b3908e52136"
}
],
"workloadContext": "Production"
}
2022-06-07T12:11:35.460Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T12:11:35.460Z|098da99b-7488-4b9e-be70-1f0fb8436e9c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 926dc403-8141-4691-bbdb-fe3580352a5a ASDC
2022-06-07T12:11:35.461Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:08e7e227-1b2e-478a-964c-9ffdb761bf25
ServiceName:Demo_pNF_WWNSI9gyWNX0H4lNQ1IM
ServiceVersion:1.0
ServiceUUID:926dc403-8141-4691-bbdb-fe3580352a5a
ServiceInvariantUUID:1e79b46d-6fcc-4867-83b5-825a8b1b1635
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
ArtifactUUID:d5971ee8-08c5-440c-b7d5-1b3908e52136
ArtifactChecksum:ZmVhNTkzZWE5NzYzYzZiZmQwY2E3M2IzOTI5NmVlMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3fabe08f-f923 0
ResourceCustomizationUUID:924e50eb-917b-4b86-8723-3c9a9f2d7ed7
ResourceInvariantUUID:734f8492-c61c-47a8-92ed-ace5c62c81ad
ResourceName:pNF 3fabe08f-f923
ResourceType:PNF
ResourceUUID:3bbf0b7f-3fe5-4db5-ac86-36034744cad9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-07T12:11:35.461Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 926dc403-8141-4691-bbdb-fe3580352a5a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T12:11:35.492Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:11:35.493Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:11:35.493Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:11:35.494Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d5971ee8-08c5-440c-b7d5-1b3908e52136 from URL: /sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:35.494Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-07T12:11:35.494Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:35.947Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-07T12:11:35.952Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar d5971ee8-08c5-440c-b7d5-1b3908e52136 82668
2022-06-07T12:11:35.953Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar ASDC sendASDCNotification
2022-06-07T12:11:35.953Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:35.953Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T12:11:35.954Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-07T12:11:35.957Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T12:11:35.957Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "08e7e227-1b2e-478a-964c-9ffdb761bf25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654603895953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T12:11:36.057Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T12:11:36.058Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T12:11:36.058Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as v17Vvk939kYJMEmh) ...
2022-06-07T12:11:36.082Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T12:11:36.083Z||pool-48-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-07T12:11:36.958Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T12:11:36.959Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-07T12:11:36.959Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d5971ee8-08c5-440c-b7d5-1b3908e52136, URL: /sdc/v1/catalog/services/DemoPnfWwnsi9gywnx0h4lnq1im/1.0/artifacts/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar to file: /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:36.960Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:36.961Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:36.961Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:37.205Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11338327717729098384/Definitions/service-DemoPnfWwnsi9gywnx0h4lnq1im-template.yml
2022-06-07T12:11:38.479Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T12:11:38.480Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:11:38.480Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.480Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T12:11:38.480Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3fabe08f-f923 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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||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-DemoPnfWwnsi9gywnx0h4lnq1im-csar.csar
2022-06-07T12:11:38.481Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-07T12:11:38.482Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:11:38.482Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.482Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Node template pNF 3fabe08f-f923 0 is matching search criteria
2022-06-07T12:11:38.483Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:11:38.483Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3fabe08f-f923 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:11:38.483Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:11:38.483Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Node template pNF 3fabe08f-f923 0 is matching search criteria
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3fabe08f-f923 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:11:38.484Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.485Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:11:38.486Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.486Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:11:38.486Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.486Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_WWNSI9gyWNX0H4lNQ1IM
Description:catalog service description
Model UUID:926dc403-8141-4691-bbdb-fe3580352a5a
Model Version:NULL
Model InvariantUuid:1e79b46d-6fcc-4867-83b5-825a8b1b1635
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T12:11:38.499Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3bbf0b7f-3fe5-4db5-ac86-36034744cad9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T12:11:38.503Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||pNF 3fabe08f-f923 0
2022-06-07T12:11:38.504Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3bbf0b7f-3fe5-4db5-ac86-36034744cad9
2022-06-07T12:11:38.504Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 926dc403-8141-4691-bbdb-fe3580352a5a
2022-06-07T12:11:38.504Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 926dc403-8141-4691-bbdb-fe3580352a5a
2022-06-07T12:11:38.504Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3fabe08f-f923 0 3bbf0b7f-3fe5-4db5-ac86-36034744cad9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T12:11:38.510Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41ffc536, org.onap.sdc.toscaparser.api.parameters.Input@16e27804, org.onap.sdc.toscaparser.api.parameters.Input@ff582e9, org.onap.sdc.toscaparser.api.parameters.Input@70291898, org.onap.sdc.toscaparser.api.parameters.Input@4fc0b5de]
2022-06-07T12:11:38.511Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T12:11:38.511Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_WWNSI9gyWNX0H4lNQ1IM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T12:11:38.511Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 926dc403-8141-4691-bbdb-fe3580352a5a: pNF 3fabe08f-f923
2022-06-07T12:11:38.512Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||INFO|500||Processing PNF resource: 3bbf0b7f-3fe5-4db5-ac86-36034744cad9
2022-06-07T12:11:38.512Z|08e7e227-1b2e-478a-964c-9ffdb761bf25|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery